public class DoccatModel extends BaseModel
TRAINING_CUTOFF_PROPERTY, TRAINING_EVENTHASH_PROPERTY, TRAINING_ITERATIONS_PROPERTY| Constructor and Description | 
|---|
| DoccatModel(File modelFile) | 
| DoccatModel(InputStream in) | 
| DoccatModel(Path modelPath) | 
| 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, serialize, serialize, 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(Path modelPath) throws IOException
IOExceptionpublic DoccatModel(URL modelURL) throws IOException
IOExceptionpublic DoccatFactory getFactory()
public MaxentModel getMaxentModel()
Copyright © 2018 The Apache Software Foundation. All rights reserved.