com.hankcs.hanlp.corpus.occurrence
类 TermOccurrence

java.lang.Object
  继承者 com.hankcs.hanlp.corpus.occurrence.TermOccurrence

public class TermOccurrence
extends Object

词频统计

作者:
hankcs

构造方法摘要
TermOccurrence()
           
 
方法摘要
 void add(String term)
           
 void addAll(List<String> termList)
           
 Set<Map.Entry<String,TermFrequency>> getEntrySet()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

TermOccurrence

public TermOccurrence()
方法详细信息

add

public void add(String term)

addAll

public void addAll(List<String> termList)

getEntrySet

public Set<Map.Entry<String,TermFrequency>> getEntrySet()


Copyright © 2014–2015 鐮佸啘鍦�/a>. All rights reserved.