opennlp.maxent.io
Class OldFormatGISModelReader
java.lang.Object
opennlp.model.AbstractModelReader
opennlp.maxent.io.GISModelReader
opennlp.maxent.io.PlainTextGISModelReader
opennlp.maxent.io.OldFormatGISModelReader
public class OldFormatGISModelReader
- extends PlainTextGISModelReader
A reader for GIS models stored in the format used in v1.0 of Maxent. It
extends the PlainTextGISModelReader to read in the info and then overrides
the getParameters method so that it can appropriately read the binary file
which stores the parameters.
Constructor Summary |
OldFormatGISModelReader(String modelname)
Constructor which takes the name of the model without any suffixes, such as
".mei.gz" or ".mep.gz". |
Method Summary |
static void |
main(String[] args)
Convert a model created with Maxent 1.0 to a format used with Maxent 1.2. |
OldFormatGISModelReader
public OldFormatGISModelReader(String modelname)
throws IOException
- Constructor which takes the name of the model without any suffixes, such as
".mei.gz" or ".mep.gz".
- Throws:
IOException
main
public static void main(String[] args)
throws IOException
- Convert a model created with Maxent 1.0 to a format used with Maxent 1.2.
Usage: java opennlp.maxent.io.OldFormatGISModelReader model_name_prefix
(new_model_name)");
If the new_model_name is left unspecified, the new model will be saved in
gzipped, binary format as ".bin.gz".
- Throws:
IOException
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.