inception-project / inception

INCEpTION provides a semantic annotation platform offering intelligent annotation assistance and knowledge management.
https://inception-project.github.io
Apache License 2.0
593 stars 151 forks source link

Import annotated corpus by other NLP tools #1160

Closed fishfree closed 3 years ago

fishfree commented 5 years ago

There are many NLP tools which can automatically annotate the NER/Syntactic Parsing, especially for non-English languages. So if INCEpTION can import the annotated result first, then elaborating manually will save a life.

reckart commented 5 years ago

@fishfree INCEpTION supports various "standard" formats for NER and dependency parses (i.e. various CoNLL years). Are you missing a particular format?

fishfree commented 5 years ago

@reckart Thank you for your reminding. Is this the right place to do it: A project -> Settings -> Layers/Tagsets import ?

reckart commented 5 years ago

If you want to import a pre-annotated document, this is done via the "Documents" tab in the project settings.

If you want to import a "standard" tagset, you can find many of them in the DKPro Core tagset documentation. In every tagset description, there is a link WebAnno tagset in the top-right corner of the tagset infobox where you can download a JSON file that you can import in Project -> Settings -> Tagsets import.

fishfree commented 5 years ago

@reckart Thank you very much! I will dig more.