simongray / StatementAnnotator

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

Use TokensRegex to extract personal information #19

Closed simongray closed 8 years ago

simongray commented 8 years ago

Example: "I am a er" should extract OCCUPATION for the person. Similarly, "I am from " or "I am a " etc. should be extracted.

Perhaps will need to create a new type of annotation for this? Would surely need to create a new class similar to SentimentTarget.

This type of information would constitute the either second half of the SentimentProfile or perhaps a separate PersonalProfile.

simongray commented 8 years ago

Another possibility is using OpenEI (just learned about this): http://nlp.stanford.edu/software/openie.html

simongray commented 8 years ago

Subsumed by #53 (part of the new Pattern/Proxy package)