| Package | Description |
|---|---|
| com.aliasi.sentences |
Classes for sentence-boundary detection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSentenceModel
An
AbstractSentenceModel implements a sentence model
in terms of the method that adds indices to the collection. |
class |
HeuristicSentenceModel
A
HeuristicSentenceModel determines sentence
boundaries based on sets of tokens, a pair of flags, and an
overridable method describing boundary conditions. |
class |
IndoEuropeanSentenceModel
An
IndoEuropeanSentenceModel is a heuristic sentence
designed primarily for English. |
class |
MedlineSentenceModel
A
MedlineSentenceModel is a heuristic sentence model
designed for operating over biomedical research abstracts as found
in MEDLINE. |
| Modifier and Type | Method and Description |
|---|---|
SentenceModel |
SentenceChunker.sentenceModel()
Returns the sentence model for this chunker.
|
| Constructor and Description |
|---|
SentenceChunker(TokenizerFactory tf,
SentenceModel sm)
Construct a sentence chunker from the specified tokenizer
factory and sentence model.
|
Copyright © 2019 Alias-i, Inc.. All rights reserved.