Documentation ¶
Overview ¶
Package dict handles parsing and using dictionary files.
The dictionary file format, as explained in a comment in Dave Coffin's Python translator, is as follows:
Each line of a dictionary consists of an English word, a space, a Shavian translation, and no comments. Special notations are:
^word ð�‘¢ð�‘»ð�‘› word is a prefix $word ð�‘¢ð�‘»ð�‘› word is a suffix Word ð�‘¢ð�‘»ð�‘› always use a namer dot word_ ð�‘¢ð�‘»ð�‘› never use a namer dot word_VB ð�‘¢ð�‘»ð�‘› shave this way when tagged as a verb word. ð�‘¢ð�‘»ð�‘› shave this way when no suffix is present word .ð�‘¢ð�‘»ð�‘› word takes no prefixes word ð�‘¢ð�‘»ð�‘›. word takes no suffixes word ð�‘¢ð�‘»ð�‘›: suffixes do not alter the root, e.g. "ð�‘‘ð�‘¾" or "ð�‘•ð�‘¾" palatizing to "ð�‘–ð�‘©" or "ð�‘ ð�‘©". word . delete this word from the dictionary
Words are matched case-sensitive when possible, e.g. US/us, WHO/who, Job/job, Nice/nice, Polish/polish.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.