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

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

public class CoNllLine
extends Object

CoNLL语料中的一行

作者:
hankcs

字段摘要
 int id
          第一个值化为id
 String[] value
          十个值
 
构造方法摘要
CoNllLine(String... args)
           
 
方法摘要
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

字段详细信息

value

public String[] value
十个值


id

public int id
第一个值化为id

构造方法详细信息

CoNllLine

public CoNllLine(String... args)
方法详细信息

toString

public String toString()
覆盖:
Object 中的 toString


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