--no_metafeats

Switch

--no_metafeats

Description

If given, do not extract meta features (word, message length) with ngrams.

Argument and Default Value

None

Details

Other Switches

Required Switches: --add_ngrams Optional Switches: None

Example Commands

./fwInterface.py -d 2004blogs -t messages -g user_id --add_ngrams --no_metafeats Without --no_metafeats, this would create both feat$1gram$messages$user_id$16to16 (the 1:doc:fwflag_gram table) and feat$meta_1gram$messages$user_id$16to16. --no_metafeats turns off creation of the latter.