Uses of Package
opennlp.tools.tokenize.lattice

Package
Description
 
  • Class
    Description
    An immutable, in-memory dictionary in the MeCab directory format: lexicon entries from the *.csv files, connection costs from matrix.def, character categories from char.def, and unknown-word templates from unk.def, loaded from a user-supplied dictionary directory.
    One morpheme from lattice segmentation: the Span it covers in the original text, its surface form, and the feature columns its dictionary entry carries.
    Frequency-driven segmentation for Chinese and similar scripts: a Viterbi search that maximizes the summed log-probability of the words in a user-supplied frequency lexicon, with unlisted characters falling back to single-character words.