woodbri / address-standardizer

An address parser and standardizer in C++
Other
7 stars 1 forks source link

Search class needs to be extended #17

Closed woodbri closed 8 years ago

woodbri commented 8 years ago

We need an interface like: Search::search(const std::vector<Token> &tokens) where the behavior is like:

  1. [x] enumerate patterns from tokens
  2. [x] search the patterns for the best
  3. [ ] standardize the tokens based on the best matched
  4. [ ] return the standardized tokens