public class SentenceTypeTagger extends MaxEntClassifier implements ITagger
| Constructor and Description |
|---|
SentenceTypeTagger(IParser parser) |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
Map<String,Double> |
predict(DTree tree) |
Map<String,Double> |
predict(String sentence) |
void |
train(String trainFilePath) |
loadModel, persistModel, predict, predict, setParameter, train, trainStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitloadModel, persistModel, predict, setParameter, trainpublic SentenceTypeTagger(IParser parser)
public static void main(String[] args) throws IOException
IOExceptionCopyright © 2015. All rights reserved.