Home
last modified time | relevance | path

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

/dports/textproc/py-langid/unsupported-Python-2.7/train/
H A DDFfeatureselect.py104 def ngram_select(doc_count, max_order=MAX_NGRAM_ORDER, tokens_per_order=TOKENS_PER_ORDER): function
171 feats = ngram_select(doc_count, args.max_order, args.tokens_per_order)
H A Dtrain.py53 from DFfeatureselect import tally, ngram_select
204 DFfeats = ngram_select(doc_count, args.max_order, args.df_tokens)