com.hankcs.hanlp.model.crf
类 Table

java.lang.Object
  继承者 com.hankcs.hanlp.model.crf.Table

public class Table
extends Object

给一个实例生成一个元素表

作者:
hankcs

字段摘要
 String[][] v
          真实值,请不要直接读取
 
构造方法摘要
Table()
           
 
方法摘要
 String get(int x, int y)
          获取表中某一个元素
 void setLast(int x, String t)
           
 int size()
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

字段详细信息

v

public String[][] v
真实值,请不要直接读取

构造方法详细信息

Table

public Table()
方法详细信息

toString

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

get

public String get(int x,
                  int y)
获取表中某一个元素

参数:
x -
y -
返回:

setLast

public void setLast(int x,
                    String t)

size

public int size()


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