[fix][ci skip] last remaining instance of vignt in libpostal
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user