You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6237 8e941d3f-bd1b-0410-a28a-d453659cc2b4
8 lines
445 B
Plaintext
8 lines
445 B
Plaintext
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).
|