public interface PipelineStep
| Modifier and Type | Method and Description |
|---|---|
void |
done() |
void |
extractInstances(Sentence s) |
void |
parse(Sentence s) |
void |
prepareLearning() |
void |
readModels(ZipFile zipFile) |
void |
train() |
void |
writeModels(ZipOutputStream zos) |
void prepareLearning()
void extractInstances(Sentence s)
void done()
void train()
void writeModels(ZipOutputStream zos) throws IOException
IOExceptionvoid readModels(ZipFile zipFile) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionvoid parse(Sentence s)
Copyright © 2016. All rights reserved.