See: Description
Interface | Description |
---|---|
Dictionary |
Dictionary interface.
|
Class | Description |
---|---|
German98Dictionary |
The igerman98 dictionary from www.j3e.de/ispell/igerman98
A current version of the german dictionary de_DE can be found in
/src/main/resources/de_DE.dic
This class can also be used to read other ispell/hunspell dictionaries.
|
JWordSplitterDictionary |
The simple dictionary reads a file in which each line is a new word.
|
LinkingMorphemes |
Linking morphemes container.
|
SimpleDictionary |
The simple dictionary reads a file in which each line is a new word.
|
SimpleDictionary
class.
If you want to use the IGerman98 dictionary you can use
the German98Dictionary
.
Additional this package contains the LinkingMorphemes
class.
This is a simple dictionary and hold all possible morphemes.
If you want to code you own dictionary use the Dictionary
interface.Copyright © 2007–2018 Ubiquitous Knowledge Processing (UKP) Lab, Technische Universität Darmstadt. All rights reserved.