com.hankcs.hanlp.corpus.dependency.CoNll
类 CoNLLLoader

java.lang.Object
  继承者 com.hankcs.hanlp.corpus.dependency.CoNll.CoNLLLoader

public class CoNLLLoader
extends Object

CoNLL格式依存语料加载

作者:
hankcs

构造方法摘要
CoNLLLoader()
           
 
方法摘要
static LinkedList<CoNLLSentence> loadSentenceList(String path)
           
static void main(String[] args)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

CoNLLLoader

public CoNLLLoader()
方法详细信息

loadSentenceList

public static LinkedList<CoNLLSentence> loadSentenceList(String path)

main

public static void main(String[] args)


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