| Author | DaveJarvis <email> |
|---|---|
| Date | 2021-11-14 20:13:17 GMT-0800 |
| Commit | d3e74d4d8ecf3ad1cafbce5656f842cbc2aff083 |
| Parent | 81b3b98 |
| Delta | 4 lines added, 4 lines removed |
| # Building | ||
| -The lexicon files are retrieved from SymSpell in the parent directory: | ||
| +The lexicon files are retrieved from: | ||
| -svn export \ | ||
| - https://github.com/wolfgarbe/SymSpell/trunk/SymSpell.FrequencyDictionary/ lexicons | ||
| +https://github.com/wolfgarbe/SymSpell/tree/master/SymSpell | ||
| -The lexicons and bigrams are both space-separated, but parsing a | ||
| +The lexicons and bigrams are space-separated by default, but parsing a | ||
| tab-delimited file is easier, so change them to tab-separated files. | ||
| + | ||