Home
last modified time | relevance | path

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

/third_party/ltp/lib/
Dtst_bool_expr.c67 unsigned int token_cnt = 0; in tokenize() local
76 token_cnt += new_tok(&last, &expr[j], i - j); in tokenize()
77 token_cnt += new_tok(&last, &expr[i], 1); in tokenize()
82 token_cnt += new_tok(&last, &expr[j], i - j); in tokenize()
97 token_cnt += new_tok(&last, &expr[j], i - j); in tokenize()
99 return token_cnt; in tokenize()