UNPKG

phpmorphy

Version:

Original package is located at http://phpmorphy.sourceforge.net/

14 lines (12 loc) 444 B
export const STORAGE_FILE = 'file'; export const STORAGE_MEM = 'mem'; export const SOURCE_FSA = 'fsa'; export const RESOLVE_ANCODES_AS_TEXT = 0; export const RESOLVE_ANCODES_AS_DIALING = 1; export const RESOLVE_ANCODES_AS_INT = 2; export const NORMAL = 0; export const IGNORE_PREDICT = 2; export const ONLY_PREDICT = 3; export const PREDICT_BY_NONE = 'none'; export const PREDICT_BY_SUFFIX = 'by_suffix'; export const PREDICT_BY_DB = 'by_db';