| 程序包 | 说明 |
|---|---|
| com.hankcs.hanlp.model.crf.crfpp |
这个包下面是由Zhifa Chen移植的CRF++。
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DecoderFeatureIndex |
class |
EncoderFeatureIndex |
| 限定符和类型 | 方法和说明 |
|---|---|
FeatureIndex |
TaggerImpl.getFeature_index_() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
TaggerImpl.open(FeatureIndex featureIndex) |
boolean |
Tagger.open(FeatureIndex featureIndex,
int nbest,
int vlevel) |
boolean |
TaggerImpl.open(FeatureIndex featureIndex,
int nbest,
int vlevel) |
boolean |
Tagger.open(FeatureIndex featureIndex,
int nbest,
int vlevel,
double costFactor) |
boolean |
TaggerImpl.open(FeatureIndex featureIndex,
int nbest,
int vlevel,
double costFactor) |
void |
TaggerImpl.setFeature_index_(FeatureIndex feature_index_) |
Copyright © 2014–2019 码农场. All rights reserved.