simongray / StatementAnnotator

Custom annotator for Stanford CoreNLP that annotates sentences with the underlying statements contained within them.
4 stars 0 forks source link

Converting Components into Statements? #51

Open simongray opened 8 years ago

simongray commented 8 years ago

{DirectObject: "a widget", clause: "that says the current AQI from the nearest measuring station"}

Might it make sense to convert this into a Statement with a label, e.g.

{DirectObject/Statement: "a widget that says the current AQI from the nearest measuring station"}

consisting of

[{Subject: "a widget"}, {Verb: "says"}, {DirectObject: "the current AQI"}, {IndirectObject: "from the nearest measuring station"}]