Package opennlp.tools.formats.masc
Klasse MascNamedEntitySampleStream
java.lang.Object
opennlp.tools.util.FilterObjectStream<MascDocument,NameSample>
opennlp.tools.formats.masc.MascNamedEntitySampleStream
- Alle implementierten Schnittstellen:
AutoCloseable
,ObjectStream<NameSample>
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden opennlp.tools.util.FilterObjectStream
close
-
Konstruktordetails
-
MascNamedEntitySampleStream
InitializesMascNamedEntitySampleStream
from a stream ofdocuments
.- Parameter:
samples
- AObjectStream<MascDocument>
of samples.- Löst aus:
IOException
- Thrown if none of the documents has NE labels.
-
-
Methodendetails
-
read
Reads the next sample of named entities.- Gibt zurück:
- One
sentence together with its named entity annotation
. - Löst aus:
IOException
- Thrown if the sample cannot be extracted
-
reset
Beschreibung aus Schnittstelle kopiert:ObjectStream
Repositions the stream at the beginning and the previously seen object sequence will be repeated exactly. This method can be used to re-read the stream if multiple passes over the objects are required.The implementation of this method is optional.
- Angegeben von:
reset
in SchnittstelleObjectStream<NameSample>
- Setzt außer Kraft:
reset
in KlasseFilterObjectStream<MascDocument,
NameSample> - Löst aus:
IOException
- Thrown if there is an error during resetting the stream.UnsupportedOperationException
- Thrown if thereset()
is not supported. By default, this is the case.
-