struct Postal::NormalizeOptions

Defined in:

postal/normalize_options.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(internal : Libpostal::NormalizeOptions = Libpostal.libpostal_get_default_options) #

[View source]

Instance Method Detail

def address_components=(flag : Address) #

[View source]
def decompose(*args, **options) #

[View source]
def decompose(*args, **options, &) #

[View source]
def delete_acronym_periods(*args, **options) #

[View source]
def delete_acronym_periods(*args, **options, &) #

[View source]
def delete_apostrophes(*args, **options) #

[View source]
def delete_apostrophes(*args, **options, &) #

[View source]
def delete_final_periods(*args, **options) #

[View source]
def delete_final_periods(*args, **options, &) #

[View source]
def delete_numeric_hyphens(*args, **options) #

[View source]
def delete_numeric_hyphens(*args, **options, &) #

[View source]
def delete_word_hyphens(*args, **options) #

[View source]
def delete_word_hyphens(*args, **options, &) #

[View source]
def drop_english_possessives(*args, **options) #

[View source]
def drop_english_possessives(*args, **options, &) #

[View source]
def drop_parentheticals(*args, **options) #

[View source]
def drop_parentheticals(*args, **options, &) #

[View source]
def expand_numex(*args, **options) #

[View source]
def expand_numex(*args, **options, &) #

[View source]
def langauges=(arr : Array(String)) #

[View source]
def latin_ascii(*args, **options) #

[View source]
def latin_ascii(*args, **options, &) #

[View source]
def lowercase(*args, **options) #

[View source]
def lowercase(*args, **options, &) #

[View source]
def replace_numeric_hyphens(*args, **options) #

[View source]
def replace_numeric_hyphens(*args, **options, &) #

[View source]
def replace_word_hyphens(*args, **options) #

[View source]
def replace_word_hyphens(*args, **options, &) #

[View source]
def roman_numerals(*args, **options) #

[View source]
def roman_numerals(*args, **options, &) #

[View source]
def split_alpha_from_numeric(*args, **options) #

[View source]
def split_alpha_from_numeric(*args, **options, &) #

[View source]
def strip_accents(*args, **options) #

[View source]
def strip_accents(*args, **options, &) #

[View source]
def to_unsafe : Libpostal::NormalizeOptions #

[View source]
def transliterate(*args, **options) #

[View source]
def transliterate(*args, **options, &) #

[View source]
def trim_string(*args, **options) #

[View source]
def trim_string(*args, **options, &) #

[View source]