From aaecd7961af7a7b7dce67da0b8d0a48da047fd2d Mon Sep 17 00:00:00 2001 From: Al Date: Sat, 19 Dec 2015 15:05:50 -0500 Subject: [PATCH] [fix] Options out of order --- src/libpostal.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/libpostal.h b/src/libpostal.h index aa0afb6f..1f672186 100644 --- a/src/libpostal.h +++ b/src/libpostal.h @@ -72,11 +72,12 @@ static normalize_options_t LIBPOSTAL_DEFAULT_OPTIONS = { 1, // decompose 1, // lowercase 1, // trim_string - 1, // replace_word_hyphens - 1, // delete_word_hyphens + 1, // drop_parentheticals 0, // replace_numeric_hyphens 0, // delete_numeric_hyphens 1, // split_alpha_from_numeric + 1, // replace_word_hyphens + 1, // delete_word_hyphens 1, // delete_final_periods 1, // delete_acronym_periods 1, // drop_english_possessives