| 构造器和说明 |
|---|
CRFPOSTagger() |
CRFPOSTagger(String modelPath) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
convertCorpus(Sentence sentence,
BufferedWriter bw) |
protected String |
getDefaultFeatureTemplate() |
String[] |
tag(List<String> wordList) |
String[] |
tag(String... words) |
convertCorpus, createTagger, dumpTemplate, getTemplate, train, train, trainpublic CRFPOSTagger()
throws IOException
IOExceptionpublic CRFPOSTagger(String modelPath) throws IOException
IOExceptionprotected void convertCorpus(Sentence sentence, BufferedWriter bw) throws IOException
convertCorpus 在类中 CRFTaggerIOExceptionprotected String getDefaultFeatureTemplate()
getDefaultFeatureTemplate 在类中 CRFTaggerCopyright © 2014–2018 码农场. All rights reserved.