Uses of Interface
org.lionsoul.jcseg.fi.CharTypeFunction
-
Packages that use CharTypeFunction Package Description org.lionsoul.jcseg.segmenter -
-
Uses of CharTypeFunction in org.lionsoul.jcseg.segmenter
Methods in org.lionsoul.jcseg.segmenter with parameters of type CharTypeFunction Modifier and Type Method Description protected StringNGramSeg. getNextType(int c, int type, CharTypeFunction checker)common interface to get the next n-gram word for the specified char type.
-