Uses of Package
opennlp.tools.document
Packages that use opennlp.tools.document
-
Classes in opennlp.tools.document used by opennlp.tools.documentClassDescriptionOne annotation of a
Document: a typed value anchored to aSpanof the document's original text, or a span-less value under adocument-scopedkey.An offset-anchored annotation container: the original text of one document plus any number of typed annotation layers over it.HowDocument.merge(Document, DuplicateLayerPolicy)treats a layer key that is present on both documents.Runs a fixed sequence ofannotatorsover a text, producing oneDocumentthat carries every step's layers.Assembles aDocumentAnalyzerfrom annotators in execution order.A pipeline step that reads layers from aDocumentand returns a new document with its own layers added.Receives one sentence's contiguous token run duringDocumentAnnotators.forEachSentence(List, List, SentenceTokenConsumer).Identifies one annotation layer of aDocumentand carries the type of that layer's annotation values, so reading a layer back is statically typed.How the annotations of a layer relate to the document text.