storyweb icon indicating copy to clipboard operation
storyweb copied to clipboard

Have a first look at property and relationship extraction through dependency parsing

Open HeleenE opened this issue 3 years ago • 1 comments

  • 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

HeleenE avatar Sep 07 '22 13:09 HeleenE

Alternative for this could be using regex for property and relationship extraction.

HeleenE avatar Sep 07 '22 13:09 HeleenE