Configuration:Create Dictionary
The computer checks the validity of placed words with every move (if not running in challenge mode) and asks for confirmation in case of unknown words. To avoid those queries and to let the computer participate in the game, a comprehensible dictionary is essential.
The dictionary is just a simple text file with a formatting according the [[wikipedia:INI_file|ini file format], but with the ending .dic
. The program is capable to read different codings but will always save in UTF-8 format.
If a dictionary is save by the program, which happens after a change, the content will be encrypted. The
Wird ein Wörterbuch vom Programm gespeichert, das geschieht, wenn nach einer Änderung die Abfrage beim Beenden des Programms bejaht wird, dann wird der Inhalt verschlüsselt. Der corresponding [Key]
must not get changed.
Configuration of the header and applying of categories
General information are provided at the top, using the Words can be assigned to categories, whose names are listed in the section The section |
[Header] Author=John Doe Version=0.0.1 Licence=GPL Comment=Just a demo StandardCategory=Nouns [Categories] 1=Verb 2=Adjective [Words] AA AARDVARK=an African anteater ABDUCE=to abduct;1 ADDITIVELY=;2 |
In the example the word AA has no meaning and is assigned to the standard category "Nouns". The second word AARDVARK got a meaning but no special category again. And the next two words are assigned to the category 1 (Verb) and 2 (Adjective) with or without a description.
Handling of digraphs
Dictionaries that should contain of digraphs or trigraphs needs special treatment. For a proper use of those multi characters letters you have to configure the letter set accordingly. Dictionary and letter needs coordination. Entsprechend dem Reglement für das spanischsprachige Scrabble werden die spanischen Buchstabenkombinationen CH, LL und RR auf jeweils einem Spielstein dargestellt. Da die direkte Eingabe von zwei oder mehreren Zeichen im Buchstabenset nicht möglich ist, ersetzen im spanischen Standardbuchstabenset jeweils die Ziffern 1, 2 und 3 die Digraphen CH, LL und RR. In den Einträgen des spanischen Wörterbuchs unter Analog ist zu verfahren, wenn Wörterbücher für andere Sprachen erstellt werden sollen, die ebenfalls Digraphen verwenden. Dabei muss sorgfältig überprüft werden, ob in der jeweiligen Sprache wirklich alle entsprechenden Buchstabenkombinationen Digraphenstatus haben, damit nicht zufällige Buchstabenkombinationen, die als separate Buchstaben ausgewiesen werden müssen, fälschlicherweise als Digraphen erfasst werden. |
[Header] Version=100003 Author=MIO StandardCategory=Conforme al DRAE License=Creative Commons NC3 Release=2010-05-21 Comentario=Los dígrafos CH, LL y RR han sido reemplazados por 1, 2 y 3 respectivamente. [Replace] 1=CH 2=LL 3=RR [Categories] [Words] 2AMAR 1AMPU3A |
Buchstabenset integrieren
Falls das Wörterbuch für eine Sprache erstellt werden soll, deren Buchstabenverteilung noch nicht fest im Programm integriert ist oder wenn es besondere Daten sind, dann kann die Angabe im Wörterbuch gespeichert werden. Wenn das Buchstabenset dann beim Laden nicht mit dem gerade eingestellten Set übereinstimmt, wird der Anwender gefragt, ob die Einstellungen automatisch vorgenommen werden sollen.
Die Parameter werden im |
[Header] ... Letters=⁼,0,1,2,3,4,5,6,7,8,9,−,×,÷,+,.,!,^,²,³,√,∜,∞,>,< Values=0,3,1,2,4,3,3,4,5,4,4,6,6,7,6,8,10,9,10,10,7,10,10,10,10 Counts=18,6,10,8,7,7,7,7,6,6,6,4,4,3,4,3,1,1,1,1,3,1,1,1,1 ... [Words] −1+26×4⁼103=;3 −1+4×26⁼103=;3 ... |
Language: |
Deutsch • English • Español • Français • Gaeilge • Gàidhlig • Italiano • Svenska |