SYSTRAN / fuzzy-match

Library and command line utility to do approximate string matching of a source against a bitext index and get matched source and target.
MIT License
45 stars 8 forks source link

Use a linear search to find pattern words in the sentence #43

Closed guillaumekln closed 3 years ago

guillaumekln commented 3 years ago

In practice this is faster and simpler than repetitively looking in a map.