This PR integrates the named entity recognition API into the annotation editor. The editor will try to contact the NER API (a separate python process) and if it is available, add a button to the toolbar, which can be used to automatically identify named entities (by default: persons, places). The detected entities will be marked as annotations without references (displayed in striped color).
This PR integrates the named entity recognition API into the annotation editor. The editor will try to contact the NER API (a separate python process) and if it is available, add a button to the toolbar, which can be used to automatically identify named entities (by default: persons, places). The detected entities will be marked as annotations without references (displayed in striped color).