allenai / ike

Build tables of information by extracting facts from indexed text corpora via a simple and effective query language.
http://allenai.org/software/interactive-knowledge-extraction/
Apache License 2.0
56 stars 20 forks source link

Join possessives and of's when chunking. #222

Open schmmd opened 8 years ago

schmmd commented 8 years ago

This should be a huge improvement to Ike's noun phrases. Presently the noun phrases are cut off.

John's bike is falling apart.

Before: "John", "bike" are separate noun phrases After: "John's bike" is a noun phrase

John lived in the state of Idaho

Before: "the state", "Idaho" are separate noun phrases After" the state of Idaho" is a single noun phrase