- setModel(MaxentModel) - Method in interface opennlp.maxent.ModelSetter
-
Assign a new MaxentModel value to a MaxentModel variable.
- setModelForDomain(ModelDomain, MaxentModel) - Method in class opennlp.maxent.DomainToModelMap
-
Sets the model for the given domain.
- SMOOTHING_OBSERVATION - Static variable in class opennlp.maxent.GIS
-
If we are using smoothing, this is used as the "number" of
times we want the trainer to imagine that it saw a feature that it
actually didn't see.
- SMOOTHING_OBSERVATION - Static variable in class opennlp.maxent.ModelTrainer
-
- sortValues() - Method in class opennlp.maxent.io.GISModelWriter
-
- startUsingModel() - Method in class opennlp.maxent.ModelReplacementManager
-
Inform the manager that a thread is using the model.
- suffixAppropriateReader - Variable in class opennlp.maxent.io.SuffixSensitiveGISModelReader
-
- SuffixSensitiveGISModelReader - Class in opennlp.maxent.io
-
A reader for GIS models which inspects the filename and invokes the
appropriate GISModelReader depending on the filename's suffixes.
- SuffixSensitiveGISModelReader(File) - Constructor for class opennlp.maxent.io.SuffixSensitiveGISModelReader
-
Constructor which takes a File and invokes the GISModelReader
appropriate for the suffix.
- SuffixSensitiveGISModelWriter - Class in opennlp.maxent.io
-
A writer for GIS models which inspects the filename and invokes the
appropriate GISModelWriter depending on the filename's suffixes.
- SuffixSensitiveGISModelWriter(AbstractModel, File) - Constructor for class opennlp.maxent.io.SuffixSensitiveGISModelWriter
-
Constructor which takes a GISModel and a File and invokes the
GISModelWriter appropriate for the suffix.