[cli] delete_word_hyphens as a default option

This commit is contained in:
Al
2015-08-10 16:19:54 -04:00
parent 78a80dd86e
commit 219947722d

View File

@@ -36,7 +36,7 @@ int main(int argc, char **argv) {
.lowercase = 1, .lowercase = 1,
.trim_string = 1, .trim_string = 1,
.replace_word_hyphens = 1, .replace_word_hyphens = 1,
.delete_word_hyphens = 0, .delete_word_hyphens = 1,
.replace_numeric_hyphens = 0, .replace_numeric_hyphens = 0,
.delete_numeric_hyphens = 0, .delete_numeric_hyphens = 0,
.split_alpha_from_numeric = 1, .split_alpha_from_numeric = 1,