Jacson

de.spieleck.app.ngramj.lm
Interface LMConstants

All Known Implementing Classes:
CategorizerImpl, LMDataProfile, LMWriter

public interface LMConstants

Fairly abstract interface to model an ranking of NGrams.


Field Summary
static byte[] SKIPABLE
          Theses bytes seem to be considered skipable by text_cat in PERL.
static int USEDNGRAMS
          Effectively used NGrams from a text.
 

Field Detail

SKIPABLE

static final byte[] SKIPABLE
Theses bytes seem to be considered skipable by text_cat in PERL.


USEDNGRAMS

static final int USEDNGRAMS
Effectively used NGrams from a text.

See Also:
Constant Field Values

spieleck.de