Uses of Class
org.apache.lucene.analysis.cn.smart.hhmm.SegToken

Packages that use SegToken
org.apache.lucene.analysis.cn.smart.hhmm
SmartChineseAnalyzer Hidden Markov Model package. 
 

Uses of SegToken in org.apache.lucene.analysis.cn.smart.hhmm
 

Methods in org.apache.lucene.analysis.cn.smart.hhmm that return SegToken
 SegToken SegTokenFilter.filter(SegToken token)
          Filter an input SegToken
 

Methods in org.apache.lucene.analysis.cn.smart.hhmm that return types with arguments of type SegToken
 List<SegToken> HHMMSegmenter.process(String sentence)
          Return a list of SegToken representing the best segmentation of a sentence
 

Methods in org.apache.lucene.analysis.cn.smart.hhmm with parameters of type SegToken
 SegToken SegTokenFilter.filter(SegToken token)
          Filter an input SegToken
 



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.