| 653 | } |
| 654 | |
| 655 | bool IsStreetSynonymPrefixWithMisprints(UniString const & s) |
| 656 | { |
| 657 | auto const dfa = PrefixDFAModifier<LevenshteinDFA>(BuildLevenshteinDFA(s)); |
| 658 | return StreetsSynonymsHolder::Instance().MatchWithMisprints(dfa); |
| 659 | } |
| 660 | |
| 661 | bool ContainsNormalized(string const & str, string const & substr) |
| 662 | { |