simongray / StatementAnnotator

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

Synonym loader #55

Closed simongray closed 7 years ago

simongray commented 8 years ago

Create a method that uses a dictionary, maybe Wordnet, to load a set of synonyms to enable the following syntax: new Pattern(Proxy.Verb(getSynonyms("think")));