Package opennlp.tools.formats.ad
Klasse ADSentenceStream
java.lang.Object
opennlp.tools.util.FilterObjectStream<String,ADSentenceStream.Sentence>
opennlp.tools.formats.ad.ADSentenceStream
- Alle implementierten Schnittstellen:
AutoCloseable
,ObjectStream<ADSentenceStream.Sentence>
@Internal
public class ADSentenceStream
extends FilterObjectStream<String,ADSentenceStream.Sentence>
Stream filter which merges text lines into sentences, following the Arvores
Deitadas syntax.
Information about the format:
Susana Afonso.
"Árvores deitadas: Descrição do formato e das opções de análise na Floresta Sintáctica".
12 de Fevereiro de 2006.
Note: Do not use this class, internal use only!
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
static class
Parses a sample of AD corpus. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden opennlp.tools.util.FilterObjectStream
close, reset
-
Konstruktordetails
-
ADSentenceStream
-
-
Methodendetails
-
read
Beschreibung aus Schnittstelle kopiert:ObjectStream
Returns the nextObjectStream
object. Calling this method repeatedly until it returnsnull
will return each object from the underlying source exactly once.- Gibt zurück:
- The next object or
null
to signal that the stream is exhausted. - Löst aus:
IOException
- Thrown if there is an error during reading.
-