public interface SplitterAlgorithm
Modifier and Type | Method and Description |
---|---|
void |
setDictionary(Dictionary aDict)
Sets the dictionary for the algorithm
|
void |
setLinkingMorphemes(LinkingMorphemes aMorphemes)
Sets the linking morphemes for the algorithm
|
void |
setMaximalTreeDepth(int aDepth)
Set the maximal tree depth.
|
DecompoundingTree |
split(String aWord)
Returns all possible splits for a given word.
|
DecompoundingTree split(String aWord)
aWord
- The word to splitvoid setDictionary(Dictionary aDict)
aDict
- The dictionaryvoid setLinkingMorphemes(LinkingMorphemes aMorphemes)
aMorphemes
- the linking morphemesvoid setMaximalTreeDepth(int aDepth)
aDepth
- maximal tree depth.Copyright © 2007–2018 Ubiquitous Knowledge Processing (UKP) Lab, Technische Universität Darmstadt. All rights reserved.