Crate japanese_address_parser

Source
Expand description

A Rust library to parse japanese addresses.

§Feature flags

  • blocking: Provide method that works synchronously
  • city-name-correction(enabled by default): Enable autocorrection if ambiguous city name was typed
  • format-house-number: Enable normalization of addresses after town name
  • eliminate-whitespaces(experimental): Enable elimination of whitespaces from given text
  • experimental: Enable experimental module

Modules§