simongray / StatementAnnotator

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

Future feature: disagreement search #25

Closed simongray closed 7 years ago

simongray commented 8 years ago

Agreement search is simple: use the resemble method to filter and collect statements over a certain treshold.

Disagreement is similar, but more complex:

simongray commented 7 years ago

Not really what Statements are about anymore. Can sort of be accomplished using the StatementPattern class and retrieving antonyms from WordNet.