com.hankcs.hanlp.dependency.common
类 Node

java.lang.Object
  继承者 com.hankcs.hanlp.dependency.common.Node

public class Node
extends Object

节点

作者:
hankcs

字段摘要
 String compiledWord
           
 int id
           
 String label
           
static Node NULL
           
 String word
           
 
构造方法摘要
Node(Term term, int id)
           
 
方法摘要
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

字段详细信息

NULL

public static final Node NULL

word

public String word

compiledWord

public String compiledWord

label

public String label

id

public int id
构造方法详细信息

Node

public Node(Term term,
            int id)
方法详细信息

toString

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


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