Uses of Class
org.apache.lucene.analysis.ko.Token
-
Packages that use Token Package Description org.apache.lucene.analysis.ko Analyzer for Korean.org.apache.lucene.analysis.ko.tokenattributes Additional Korean-specific Attributes for text analysis. -
-
Uses of Token in org.apache.lucene.analysis.ko
Subclasses of Token in org.apache.lucene.analysis.ko Modifier and Type Class Description classDecompoundTokenA token that was generated from a compound.classDictionaryTokenA token stored in aDictionary.Fields in org.apache.lucene.analysis.ko with type parameters of type Token Modifier and Type Field Description private java.util.List<Token>KoreanTokenizer. pendingMethods in org.apache.lucene.analysis.ko with parameters of type Token Modifier and Type Method Description private booleanKoreanTokenizer. shouldFilterToken(Token token) -
Uses of Token in org.apache.lucene.analysis.ko.tokenattributes
Fields in org.apache.lucene.analysis.ko.tokenattributes declared as Token Modifier and Type Field Description private TokenPartOfSpeechAttributeImpl. tokenprivate TokenReadingAttributeImpl. tokenMethods in org.apache.lucene.analysis.ko.tokenattributes with parameters of type Token Modifier and Type Method Description voidPartOfSpeechAttribute. setToken(Token token)Set the current token.voidPartOfSpeechAttributeImpl. setToken(Token token)voidReadingAttribute. setToken(Token token)Set the current token.voidReadingAttributeImpl. setToken(Token token)
-