eeditiones / tei-publisher-app

The main TEI Publisher app
https://teipublisher.com
GNU General Public License v3.0
68 stars 33 forks source link

Integrate named entity recognition into annotations editor #88

Closed wolfgangmm closed 2 years ago

wolfgangmm commented 2 years ago

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).