You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`roman_numerals`: Converts Roman numerals to integers (e.g., "II" -> "2") (true/false)
32
+
-`address_components`: An array of strings specifying which parts of the address to expand. If not provided, a default set of components is used. See the **Address Components** section below for all available values.
33
+
-`latin_ascii`: Transliterate to Latin ASCII (`true` default value)
34
+
-`transliterate`: Transliterate to the script of the first language (`true` default value)
35
+
-`strip_accents`: Strip accents from the address (`true` default value)
36
+
-`decompose`: Decompose diacritics and other characters (`true` default value)
37
+
-`lowercase`: Convert the address to lowercase (`true` default value)
38
+
-`trim_string`: Trim leading and trailing whitespace (`true` default value)
39
+
-`replace_word_hyphens`: Replace hyphens in words with spaces (`true` default value)
40
+
-`delete_word_hyphens`: Delete hyphens in words (`true` default value)
41
+
-`replace_numeric_hyphens`: Replace hyphens in numbers with spaces (`false` default value)
42
+
-`delete_numeric_hyphens`: Delete hyphens in numbers (`false` default value)
43
+
-`split_alpha_from_numeric`: Split alphabetic and numeric parts of the address (`true` default value)
44
+
-`delete_final_periods`: Deletes final periods (`true` default value)
45
+
-`delete_acronym_periods`: Deletes periods in acronyms (e.g., "U.S.A." -> "USA") (`true` default value)
46
+
-`drop_english_possessives`: Drops "'s" from the end of tokens (e.g., "St. James's" -> "St. James") (`true` default value)
0 commit comments