DUUI: spaCy
Splits the document into sentences and tokens and adds lemmas, part-of-speech tags, morphology, dependencies and basic named entities. These annotations provide the foundation for subsequent components.
Splits the document into sentences and tokens and adds lemmas, part-of-speech tags, morphology, dependencies and basic named entities. These annotations provide the foundation for subsequent components.
Connects mentions that refer to the same entity—for example, a person’s name and a later pronoun. Coreferee supplies the German rule-based resolution used for the interactive arrows.
Compares two multilingual transformer-based approaches. They recognize people, organizations, places, events, products and taxonomic names. Viewing the models together makes agreements and differences immediately visible.
Detects dates, times and durations and normalizes them as TimeX3 annotations. The workshop compares TEI2GO with Microsoft Recognizers-Text.
Adds rule-based, domain-sensitive temporal annotation with the Text Technology Lab’s extended German HeidelTime resources.
Resolves location mentions from every NER view against the European GeoNames gazetteer. Although it runs once per NER result internally, the workshop presents it as one component.