com.hankcs.hanlp.corpus.nr
类 NRCorpusLoader

java.lang.Object
  继承者 com.hankcs.hanlp.corpus.nr.NRCorpusLoader

public class NRCorpusLoader
extends Object

对人名语料的解析,并且生成词典

作者:
hankcs

构造方法摘要
NRCorpusLoader()
           
 
方法摘要
static void combine()
           
static boolean load(String path)
           
static void main(String[] args)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

NRCorpusLoader

public NRCorpusLoader()
方法详细信息

load

public static boolean load(String path)

main

public static void main(String[] args)

combine

public static void combine()


Copyright © 2014–2015 码农场. All rights reserved.