public class DoccatModel extends BaseModel
TRAINING_CUTOFF_PROPERTY, TRAINING_EVENTHASH_PROPERTY, TRAINING_ITERATIONS_PROPERTY| Constructor and Description | 
|---|
DoccatModel(File modelFile)  | 
DoccatModel(InputStream in)  | 
DoccatModel(String languageCode,
           MaxentModel doccatModel,
           Map<String,String> manifestInfoEntries,
           DoccatFactory factory)  | 
DoccatModel(URL modelURL)  | 
| Modifier and Type | Method and Description | 
|---|---|
DoccatFactory | 
getFactory()  | 
MaxentModel | 
getMaxentModel()  | 
getArtifact, getLanguage, getManifestProperty, getVersion, isLoadedFromSerialized, serializepublic DoccatModel(String languageCode, MaxentModel doccatModel, Map<String,String> manifestInfoEntries, DoccatFactory factory)
public DoccatModel(InputStream in) throws IOException
IOExceptionpublic DoccatModel(File modelFile) throws IOException
IOExceptionpublic DoccatModel(URL modelURL) throws IOException
IOExceptionpublic DoccatFactory getFactory()
public MaxentModel getMaxentModel()
Copyright © 2017 The Apache Software Foundation. All rights reserved.