sillsdev / machine.py

Machine is a natural language processing library for Python that is focused on providing tools for processing resource-poor languages.
MIT License
10 stars 2 forks source link

Crash in FuzzyEditDistanceWordAlignmentMethod #75

Closed ddaspit closed 9 months ago

ddaspit commented 9 months ago

In certain situations, the distance score computation can result in a value that is greater than 1. When this value is converted to log space, an exception is thrown. The distance score should be capped to a max value of 1.