opennlp.model
Class AbstractModelWriter
java.lang.Object
opennlp.model.AbstractModelWriter
- Direct Known Subclasses:
- GenericModelWriter, GISModelWriter, PerceptronModelWriter, QNModelWriter
public abstract class AbstractModelWriter
- extends Object
AbstractModelWriter
public AbstractModelWriter()
writeUTF
public abstract void writeUTF(String s)
throws IOException
- Throws:
IOException
writeInt
public abstract void writeInt(int i)
throws IOException
- Throws:
IOException
writeDouble
public abstract void writeDouble(double d)
throws IOException
- Throws:
IOException
close
public abstract void close()
throws IOException
- Throws:
IOException
persist
public abstract void persist()
throws IOException
- Throws:
IOException
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.