[fix][ci skip] last remaining instance of vignt in libpostal

This commit is contained in:
Al
2016-03-29 12:51:13 -04:00
parent ab63d18269
commit 6dad58c696

View File

@@ -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
#endif