public class AnsjItem extends org.nlpcn.commons.lang.dat.Item implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static AnsjItem |
BEGIN |
Map<Integer,Integer> |
bigramEntryMap |
static AnsjItem |
END |
static AnsjItem |
NULL |
String |
param |
TermNatures |
termNatures
frequency : 词性词典,以及词性的相关权重
|
| Constructor and Description |
|---|
AnsjItem() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(String[] split) |
void |
initValue(String[] split) |
String |
toText() |
public static final AnsjItem NULL
public static final AnsjItem BEGIN
public static final AnsjItem END
public String param
public TermNatures termNatures
public void init(String[] split)
init in class org.nlpcn.commons.lang.dat.Itempublic void initValue(String[] split)
initValue in class org.nlpcn.commons.lang.dat.Itempublic String toText()
toText in class org.nlpcn.commons.lang.dat.ItemCopyright © 2017. All rights reserved.