--feature_type_name
Switch
--feature_type_name STRING
Description
Customizes the name of the feature type embedded in the output feature table's name.
Argument and Default Value
A string. Default: None (falls back to the feature-specific default, e.g. "colloc" when used with --use_collocs).
Details
Modifies --use_collocs, which otherwise names the resulting collocation feature table feat$colloc$...; passing e.g. --feature_type_name mwe produces feat$mwe$... instead.