ordbogsbaserede
Ordbogsbaserede refers to methods, systems or resources that rely primarily on dictionaries (ordbøger) or lexical databases as the main source of linguistic information. In practice, a dictionary-based approach uses lexicon entries for words, including lemma, part of speech, inflection, sense distinctions and sometimes lexical collocations. Such approaches are common in natural language processing tasks such as lemmatization, morphological analysis, spell checking and initial word sense disambiguation, often supplemented by rule-based modules to handle morphology and syntax.
In spell checking, the algorithm compares surface forms against a dictionary and uses morphological rules to
Advantages include precision for vocabulary covered by the lexicon, fast lookup and interpretability. Limitations include dependence
In practice, ordbogsbaserede methods are often used in hybrid systems that combine dictionary information with corpus-based