simongray / StatementAnnotator

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

(needs rephrasing) Use entities in quotes in reddit to assign as antecedents in anaphora #12

Closed simongray closed 8 years ago

simongray commented 8 years ago

Should be simple enough to implement. Since this could potentially be a general feature, will need annotator option to treat something as a quote. Also need to do preprocessing of other reddit comment syntax (to remove it before parsing).

simongray commented 8 years ago

Perhaps will need to develop a separate reddit comment preprocessing annotator that can add a list of "quoted sentence indexes" to the annotation as well as remove reddits markdown noise before any additional processing has been performed on it.

simongray commented 8 years ago

I can create a simple annotator (QuoteAnnotator.class) that marks sentences as quotes (QuoteAnnotation.class). Should be quite useful.

simongray commented 8 years ago

I'll make sure that the SemanticAnnotator described in #23 properly understands the opinion holder of a sentence.