Package opennlp.tools.ml
Interface SequenceTrainer
- All Superinterfaces:
- Trainer
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptiontrain(SequenceStream<T> events) Trains aSequenceClassificationModelfor givenevents.
- 
Field Details- 
SEQUENCE_VALUE- See Also:
 
 
- 
- 
Method Details- 
trainTrains aSequenceClassificationModelfor givenevents.- Type Parameters:
- T- The generic type of elements to process via the- SequenceStream.
- Parameters:
- events- The input- events.
- Returns:
- The trained SequenceClassificationModel.
- Throws:
- IOException- Thrown if IO errors occurred.
 
 
-