Models & components

This workshop combines several DUUI components. Each one adds a different layer of information to the same text. The overview below explains what each analysis contributes and links to its implementation and models.
Basic NLP

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.

Coreference

DUUI: Coreference

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.

Named entities & taxa

DUUI: Transformers NER

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.

GLiNERFlexible label-driven entity recognition.
GLiNER2Multilingual structured information extraction.
Temporal expressions

DUUI: Time Detection

Detects dates, times and durations and normalizes them as TimeX3 annotations. The workshop compares TEI2GO with Microsoft Recognizers-Text.

Location linking

DUUI: GeoNames FST

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.