Uses of Class
org.lionsoul.jcseg.SynonymsEntry
-
Packages that use SynonymsEntry Package Description org.lionsoul.jcseg org.lionsoul.jcseg.segmenter -
-
Uses of SynonymsEntry in org.lionsoul.jcseg
Methods in org.lionsoul.jcseg that return SynonymsEntry Modifier and Type Method Description SynonymsEntryIWord. getSyn()return the Synonyms' entry of the word.Methods in org.lionsoul.jcseg with parameters of type SynonymsEntry Modifier and Type Method Description voidIWord. setSyn(SynonymsEntry syn) -
Uses of SynonymsEntry in org.lionsoul.jcseg.segmenter
Methods in org.lionsoul.jcseg.segmenter that return SynonymsEntry Modifier and Type Method Description SynonymsEntryWord. getSyn()Methods in org.lionsoul.jcseg.segmenter with parameters of type SynonymsEntry Modifier and Type Method Description voidWord. setSyn(SynonymsEntry syn)
-