Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgarbe committed Nov 27, 2017
1 parent 6a5f514 commit af92397
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -137,9 +137,11 @@ https://github.com/Archivus/SymSpell
1. IMPROVEMENT: SymSpell has been refactored from static to instantiated class by [Steve Hatchett](https://github.com/softwx). 1. IMPROVEMENT: SymSpell has been refactored from static to instantiated class by [Steve Hatchett](https://github.com/softwx).
2. IMPROVEMENT: Added benchmarking project. 2. IMPROVEMENT: Added benchmarking project.
3. IMPROVEMENT: Added unit test project. 3. IMPROVEMENT: Added unit test project.
4. IMPROVEMENT: Different maxEditDistance for dictionary precalculation and for Lookup. Added validation to ensure max lookup edit distance specified <= max dictionary edit distance. 4. IMPROVEMENT: Different maxEditDistance for dictionary precalculation and for Lookup.
5. CHANGE: Removed language feature (not needed, as separate SymSpell instances can be made instead). 5. CHANGE: Removed language feature (use separate SymSpell instances instead).
6. FIX: count overflow protection fixed. 6. CHANGE: Verbosity parameter changed fom Int to Enum
7. FIX: Incomplete lookup results, if maxEditDistance=1 AND input.Length>prefixLength.
8. FIX: count overflow protection fixed.


#### Changes in v5.0 #### Changes in v5.0
1. FIX: Suggestions were not always complete for input.Length <= editDistanceMax. 1. FIX: Suggestions were not always complete for input.Length <= editDistanceMax.
Expand Down

0 comments on commit af92397

Please sign in to comment.