--colloc_column

Switch

--colloc_column COLUMN

Description

Column in --colloc_table that holds the collocation text, used when extracting features with --use_collocs.

Argument and Default Value

A column name. Default: "feat" (dlac.DEF_COLUMN_COLLOC).

Details

Passed straight through to FeatureExtractor._getCollocsFromTable(colloc_table, pmi_threshold, colloc_column, ...), which selects collocation strings from this column, filtered by --set_pmi_threshold (or --colloc_pmi_thresh). Only relevant if your collocation table uses a non-default column name.

Other Switches

Required Switches:

Example Commands

dlatkInterface.py -d dla_tutorial -t msgs -c user_id --use_collocs --colloc_table my_collocs --colloc_column collocation