Uses of Class
opennlp.tools.formats.brat.SegmenterObjectStream
-
Packages that use SegmenterObjectStream Package Description opennlp.tools.formats.brat Experimental package related to the corpus format used by the "brat rapid annotation tool" (brat).opennlp.tools.formats.ontonotes Experimental package related to the OntoNotes 4.0 format. -
-
Uses of SegmenterObjectStream in opennlp.tools.formats.brat
Subclasses of SegmenterObjectStream in opennlp.tools.formats.brat Modifier and Type Class Description class
BratNameSampleStream
Generates Name Sample objects for a Brat Document object. -
Uses of SegmenterObjectStream in opennlp.tools.formats.ontonotes
Subclasses of SegmenterObjectStream in opennlp.tools.formats.ontonotes Modifier and Type Class Description class
DocumentToLineStream
Reads a plain text file and return each line as aString
object.
-