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