| 程序包 | 说明 |
|---|---|
| com.hankcs.hanlp.model.perceptron |
感知机在线学习算法的线性序列标注模型。
|
| com.hankcs.hanlp.model.perceptron.instance |
| 限定符和类型 | 方法和说明 |
|---|---|
String[] |
PerceptronPOSTagger.tag(POSInstance instance) |
| 限定符和类型 | 方法和说明 |
|---|---|
static POSInstance |
POSInstance.create(Sentence sentence,
FeatureMap featureMap) |
static POSInstance |
POSInstance.create(String segmentedTaggedSentence,
FeatureMap featureMap) |
Copyright © 2014–2019 码农场. All rights reserved.