com.hankcs.hanlp.corpus.dictionary
类 EasyDictionary

java.lang.Object
  继承者 com.hankcs.hanlp.corpus.dictionary.EasyDictionary

public class EasyDictionary
extends Object

一个通用的、满足特定格式的双数组词典

作者:
hankcs

嵌套类摘要
static class EasyDictionary.Attribute
          通用词典中的词属性
 class EasyDictionary.Searcher
           
 
构造方法摘要
EasyDictionary()
           
 
方法摘要
 boolean contains(String key)
           
static EasyDictionary create(String path)
           
 BaseSearcher getSearcher(String text)
           
 EasyDictionary.Attribute GetWordInfo(String key)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

EasyDictionary

public EasyDictionary()
方法详细信息

create

public static EasyDictionary create(String path)

GetWordInfo

public EasyDictionary.Attribute GetWordInfo(String key)

contains

public boolean contains(String key)

getSearcher

public BaseSearcher getSearcher(String text)


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