You've already forked lazarus-ccr
jvcllaz: Add TJvSpellChecker incl demo and sample dictionaries
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6237 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
178429
components/jvcllaz/dict/dutch.dic
Normal file
178429
components/jvcllaz/dict/dutch.dic
Normal file
File diff suppressed because it is too large
Load Diff
30651
components/jvcllaz/dict/english.dic
Normal file
30651
components/jvcllaz/dict/english.dic
Normal file
File diff suppressed because it is too large
Load Diff
7
components/jvcllaz/dict/readme.txt
Normal file
7
components/jvcllaz/dict/readme.txt
Normal file
@ -0,0 +1,7 @@
|
||||
Dictionary file format:
|
||||
The words are compressed.
|
||||
Each word is prefixed with a digit letter.
|
||||
The digit gives the number of chars the word shares with the previous uncompressed word.
|
||||
The digit letters range from '0' to '9'. Longer shared stems are not handled.
|
||||
The words are sorted ascending according to their uncompressed text per TStringList.Sort.
|
||||
The lineends are CR only to save space (TStringList.LoadFromFile reads that without problems).
|
Reference in New Issue
Block a user