lappsgrid-incubator / Services

Dummy repository to manage service requirements
0 stars 0 forks source link

Stanford relation-extrator #22

Open keighrim opened 7 years ago

keighrim commented 7 years ago

Stanford relation extractor https://nlp.stanford.edu/software/relationExtractor.html

Stanford Relation Extractor is a Java implementation to find relations between two entities. The current relation extraction model is trained on the relation types (except the 'kill' relation) and data from the paper Roth and Yih, Global inference for entity and relation identification via a linear programming formulation, 2007, except instead of using the gold NER tags, we used the NER tags predicted by Stanford NER classifier to improve generalization.