storyweb
storyweb copied to clipboard
Have a first look at property and relationship extraction through dependency parsing
- run dependencyparser
- ~figure out coreference resolution~ > turned into a separate issue
- create table of object-predicate->subject tuples
- run some sort of synonym algo on predicates
- look at predicate occurrence count
- is there a english lang dataset that differentiates between properties and relationships?
- disambiguate NER's > storyweb?
- visualize/analyze graph
Alternative for this could be using regex for property and relationship extraction.