From 6dad58c6963e9598819dc93964be3f903cc9a56e Mon Sep 17 00:00:00 2001 From: Al Date: Tue, 29 Mar 2016 12:51:13 -0400 Subject: [PATCH] [fix][ci skip] last remaining instance of vignt in libpostal --- src/normalize.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/normalize.h b/src/normalize.h index ecb71cca..65d7fc29 100644 --- a/src/normalize.h +++ b/src/normalize.h @@ -9,7 +9,7 @@ The normalize module provides several options for preprocessing full strings: As well as normalizations for individual string tokens: -- Replace hyphens with space e.g. "quatre-vignt" => "quatre vignt" +- Replace hyphens with space e.g. "quatre-vingt" => "quatre vingt" - Delete hyphens e.g. "auto-estrada" => "autoestrada" - Delete final period "R." => "R" - Delete acronym periods: "U.S.A." => "USA" @@ -73,4 +73,4 @@ string_tree_t *normalize_string(char *str, uint64_t options); string_tree_t *normalize_string_languages(char *str, uint64_t options, size_t num_languages, char **languages); -#endif \ No newline at end of file +#endif