diff options
author | 2011-12-15 10:08:21 -0800 | |
---|---|---|
committer | 2011-12-15 10:08:21 -0800 | |
commit | 9b5e67a28124817687e2395003773f931b0ffcc4 (patch) | |
tree | 3c9b6139f6871bd49147e5e4f15aede9373804ac | |
parent | 01bf066c68b805a3b2352eb3a5a35350ad14283b (diff) | |
parent | 4fc97c2c01646d877505295713abdf16d775d3d4 (diff) | |
download | latinime-9b5e67a28124817687e2395003773f931b0ffcc4.tar.gz latinime-9b5e67a28124817687e2395003773f931b0ffcc4.tar.xz latinime-9b5e67a28124817687e2395003773f931b0ffcc4.zip |
am 4fc97c2c: Add a note of documentation to the sample word list
* commit '4fc97c2c01646d877505295713abdf16d775d3d4':
Add a note of documentation to the sample word list
-rw-r--r-- | dictionaries/sample.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dictionaries/sample.xml b/dictionaries/sample.xml index 85233b63a..ad98f2b6f 100644 --- a/dictionaries/sample.xml +++ b/dictionaries/sample.xml @@ -2,7 +2,9 @@ for use by the Latin IME. The format of the word list is a flat list of word entries. Each entry has a frequency between 255 and 0. - Highest frequency words get more weight in the prediction algorithm. + Highest frequency words get more weight in the prediction algorithm. As a + special case, a weight of 0 is taken to mean profanity - words that should + not be considered a typo, but that should never be suggested explicitly. You can capitalize words that must always be capitalized, such as "January". You can have a capitalized and a non-capitalized word as separate entries, such as "robin" and "Robin". @@ -13,4 +15,3 @@ <w f="128">sample</w> <w f="1">wordlist</w> </wordlist> - |