opennlp.uima.util
Class OpennlpUtil

java.lang.Object
  extended by opennlp.uima.util.OpennlpUtil

public final class OpennlpUtil
extends java.lang.Object

This class contains utils methods for the maxent library.


Method Summary
static void serialize(BaseModel model, java.io.File modelFile)
          Serializes a GISModel and writes it to the given OutputStream.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

serialize

public static void serialize(BaseModel model,
                             java.io.File modelFile)
                      throws java.io.IOException
Serializes a GISModel and writes it to the given OutputStream.

Parameters:
model -
out -
Throws:
java.io.IOException


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.