Home
last modified time | relevance | path

Searched refs:MAGIC_WORD_BIGRAM (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxint.h62 const char MAGIC_WORD_BIGRAM = 3; // used as a bigram (keyword pair) separator, stored in dic… variable
H A Dsphinx.cpp2862 m_sBuf [ m_iFirst ] = MAGIC_WORD_BIGRAM; in GetToken()
18923 MAGIC_WORD_BIGRAM, in TransformBigrams()
32296 const char * p = strchr ( sWord.cstr(), MAGIC_WORD_BIGRAM ); in AddStat()