public class AtomNode extends Object
int
nPOS
String
sWord
AtomNode(char c, int nPOS)
AtomNode(String sWord, int nPOS)
static Vertex
convert(String word, int type)
Nature
getNature()
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public String sWord
public int nPOS
public AtomNode(String sWord, int nPOS)
public AtomNode(char c, int nPOS)
public Nature getNature()
public String toString()
toString
Object
public static Vertex convert(String word, int type)
Copyright © 2014–2017 码农场. All rights reserved.