Package opennlp.tools.ml.model
Schnittstelle SequenceStream<S>
- Alle Superschnittstellen:
AutoCloseable
,ObjectStream<Sequence<S>>
- Alle bekannten Implementierungsklassen:
ChunkSampleSequenceStream
,LemmaSampleSequenceStream
,NameSampleSequenceStream
,POSSampleSequenceStream
Interface for streams of
sequences
used to train sequence models.- Siehe auch:
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungEvent[]
updateContext
(Sequence<S> sequence, AbstractModel model) Creates a new event array based on the outcomes predicted by the specified parameters for the specifiedSequence
.Von Schnittstelle geerbte Methoden opennlp.tools.util.ObjectStream
close, read, reset