simongray / StatementAnnotator

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

Using syntax rules to assign sentiment by using SemgrexPattern #10

Closed simongray closed 8 years ago

simongray commented 8 years ago

In some cases it might be worth it to discover grammatical patterns using a semantic graph in order to assign sentiment context differently. For example, it might be worthwhile to implement similar rules to the one in the Yahoo paper.

simongray commented 8 years ago

Not using the approach in the Yahoo paper anymore, focusing on #23.