| Package | Description |
|---|---|
| com.aliasi.sentences |
Classes for sentence-boundary detection.
|
| Class and Description |
|---|
| AbstractSentenceModel
An
AbstractSentenceModel implements a sentence model
in terms of the method that adds indices to the collection. |
| HeuristicSentenceModel
A
HeuristicSentenceModel determines sentence
boundaries based on sets of tokens, a pair of flags, and an
overridable method describing boundary conditions. |
| MedlineSentenceModel
A
MedlineSentenceModel is a heuristic sentence model
designed for operating over biomedical research abstracts as found
in MEDLINE. |
| SentenceChunker
The
SentenceChunker class uses a
SentenceModel to implement sentence detection through
the chunk.Chunker interface. |
| SentenceEvaluation
A
SentenceEvaluation stores and reports the results of
evaluating a set of reference sentence chunkings and response
sentence chunkings. |
| SentenceModel
The
SentenceModel interface specifies a means of doing
sentence segmentation from arrays of tokens and whitespaces. |
Copyright © 2019 Alias-i, Inc.. All rights reserved.