| Package | Description |
|---|---|
| banner.tagging |
| Modifier and Type | Class and Description |
|---|---|
class |
NBestCRFTagger |
| Modifier and Type | Method and Description |
|---|---|
static CRFTagger |
CRFTagger.load(InputStream f,
dragon.nlp.tool.Lemmatiser lemmatiser,
dragon.nlp.tool.Tagger posTagger,
Tagger preTagger)
Loads a
CRFTagger from the specified file. |
static CRFTagger |
CRFTagger.train(Set<Sentence> sentences,
int order,
TagFormat format,
FeatureSet featureSet)
|
Copyright © 2018 JULIE Lab, Germany. All rights reserved.