public static interface GazetteerTree.StringSplitterInterface
Modifier and Type | Method and Description |
---|---|
String |
normalize(String term)
return the normalized form of the string to produce the form of the term that should be
used to match the dictionary.
|
String[] |
split(String line)
return the term or phrase appropriately split.
|
Copyright © 2017. All rights reserved.