nilsreiter / CorefAnnotator

Annotation tool for coreference
Apache License 2.0
31 stars 6 forks source link

Support editing automatic CR #43

Closed nilsreiter closed 6 years ago

nilsreiter commented 6 years ago

Add an importer that reads plain text and uses the Stanford Core NLP coreference resolver, allow user to correct it with the GUI.

nilsreiter commented 6 years ago

This is working for English in 680284e.

nilsreiter commented 6 years ago

English/Stanford is easy to integrate, because DKpro. IMS HotCoref model is ~2GB and shouldn't be included. But we can have a CoNLL2012 importer.

nilsreiter commented 6 years ago

English should also be handled via importer, and not via menu action.

nilsreiter commented 6 years ago

Fixed in 72e817c.