See: Description
| Class | Description |
|---|---|
| SentenceSet |
a representation of a document as a set of sentences.
|
| SentenceSplitter |
container for static method for sentence splitting.
|
| SentenceWriter |
split a document into sentences and write the information about the
sentences out in one of three formats:
one sentence per line, with each sentence preceded by the character
offset of the sentence in the document
an XML file with the start and end offsets of each sentence
the original document with 'sentence' tags surrounding each
sentence (inline annotation)
|
| SpecialZoner |
methods for identifying specific zones in a document (for ACE 2005 docs)
|
| SpeechSplitter |
a sentence splitter for ASR (transcribed speech) files.
|
| TaggedSentenceWriter |
write a Document out, one sentence per line, with tags as gnerated by
properties file.
|
Copyright © 2016 New York University. All rights reserved.