summaryrefslogtreecommitdiff
path: root/unittests/pwl
Commit message (Expand)AuthorAgeFilesLines
* Fixes case where if a personal dictionary was edited such that it didn't end ...Eric Albright2008-05-021-7/+95
* Use Damerau-Levenshtein edit distance algorithm instead of Levenshtein.Eric Albright2007-12-111-0/+97
* Pwl suggestions returned must be as close as dict suggestionsEric Albright2007-12-101-0/+122
* Additional tests for pwl edit distanceEric Albright2007-12-101-1/+139
* Fix pwl suggest. When a word is a prefix of another word and the edits the wo...Eric Albright2007-12-071-1/+102
* Refresh pwl when external changes are madeEric Albright2007-11-291-0/+58
* ignore lines that are longer than the read buffer for pwlEric Albright2007-11-281-0/+33
* treat lines that begin with # as comments in pwlEric Albright2007-11-281-0/+28
* add exclude functionality (enchant_dict_remove, enchant_dict_remove_from_sess...Eric Albright2007-11-201-0/+290
* Unicode normalizationEric Albright2007-11-201-0/+110
* Take capitalization into account when suggesting a word in the pwl.Eric Albright2007-11-201-0/+312
* Take capitalization into account when checking a word in the pwl.Eric Albright2007-11-201-0/+110
* Edit distance function compare unichar char instead of utf8 charsEric Albright2007-11-181-1/+19
* ignore lines with invalid utf8 in pwlEric Albright2007-11-171-0/+27
* Ignore UTF-8 BOM at beginning of pwlEric Albright2007-11-171-0/+47