net.sf.jabb.util.text.word
Class WordIdentifier

java.lang.Object
  extended by com.chenlb.mmseg4j.MMSeg
      extended by net.sf.jabb.util.text.word.WordIdentifier

public class WordIdentifier
extends com.chenlb.mmseg4j.MMSeg


Field Summary
protected  ChineseWordIdentifier chineseWordIdentifier
           
 
Constructor Summary
WordIdentifier(ChineseWordIdentifier cwIdentifier)
           
 
Method Summary
 List<String> getWords(String document)
           
 void reset(Reader input)
           
 
Methods inherited from class com.chenlb.mmseg4j.MMSeg
next
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

chineseWordIdentifier

protected ChineseWordIdentifier chineseWordIdentifier
Constructor Detail

WordIdentifier

public WordIdentifier(ChineseWordIdentifier cwIdentifier)
Method Detail

reset

public void reset(Reader input)
Overrides:
reset in class com.chenlb.mmseg4j.MMSeg

getWords

public List<String> getWords(String document)


Copyright © 2012. All Rights Reserved.