Package opennlp.tools.tokenize.lang.en
Klasse TokenSampleStream
java.lang.Object
opennlp.tools.tokenize.lang.en.TokenSampleStream
- Alle implementierten Schnittstellen:
Iterator<TokenSample>
Class which produces an Iterator<TokenSample> from a file of space delimited token.
This class uses a number of English-specific heuristics to un-separate tokens which
are typically found together in text.
-
Konstruktordetails
-
TokenSampleStream
- Löst aus:
IOException
-
-
Methodendetails
-
hasNext
public boolean hasNext()- Angegeben von:
hasNext
in SchnittstelleIterator<TokenSample>
-
next
- Angegeben von:
next
in SchnittstelleIterator<TokenSample>
-
remove
public void remove()- Angegeben von:
remove
in SchnittstelleIterator<TokenSample>
-