Rev 293 | Rev 296 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 293 | Rev 294 | ||
---|---|---|---|
Line 94... | Line 94... | ||
94 | exit(1) |
94 | exit(1) |
95 | 95 | ||
96 | text = argv[1] |
96 | text = argv[1] |
97 | 97 | ||
98 | dictionary = VulcanDictionary(dictionary) |
98 | dictionary = VulcanDictionary(dictionary) |
99 | dictionary.load('vuh-gol-en.dict.zdb.txt') |
99 | dictionary.load('vuh-gol-en.dict.zdb.txt', 'vuh') |
100 | dictionary.clean() |
100 | dictionary.clean() |
101 | 101 | ||
102 | # try:
|
102 | # try:
|
103 | # for phrase, data in OrderedDict(sorted(
|
103 | # for phrase, data in OrderedDict(sorted(
|
104 | # dictionary.items(),
|
104 | # dictionary.items(),
|