| Package | Description |
|---|---|
| org.nlpcn.commons.lang.dat |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicItem |
| Modifier and Type | Method and Description |
|---|---|
<T extends Item> |
DoubleArrayTire.getItem(int id) |
<T extends Item> |
DoubleArrayTire.getItem(String str)
获得一个词语的item
|
| Modifier and Type | Method and Description |
|---|---|
Item[] |
DATMaker.getDAT()
获得dat数组
|
Item[] |
DoubleArrayTire.getDAT()
获得dat数组
|
Item |
DATMaker.getPre(Item item)
找到该字符串上一个的位置字符串上一个的位置
|
| Modifier and Type | Method and Description |
|---|---|
Item |
DATMaker.getPre(Item item)
找到该字符串上一个的位置字符串上一个的位置
|
| Modifier and Type | Method and Description |
|---|---|
static DoubleArrayTire |
DoubleArrayTire.loadText(InputStream is,
Class<? extends Item> cla)
从文本中加载模型
|
static DoubleArrayTire |
DoubleArrayTire.loadText(String filePath,
Class<? extends Item> cla)
从文本中加载模型
|
void |
DATMaker.maker(String dicPath,
Class<? extends Item> cla)
构建用户自定义的dat
|
Copyright © 2016. All rights reserved.