public class AtomNode extends Object
| Constructor and Description |
|---|
AtomNode(char c,
int nPOS) |
AtomNode(String sWord,
int nPOS) |
| Modifier and Type | Method and Description |
|---|---|
static Vertex |
convert(String word,
int type) |
Nature |
getNature()
原子的词性
|
String |
toString() |
Copyright © 2014–2021 码农场. All rights reserved.