2003-12-13 Hiroyuki Komatsu * Prime: Version 0.6.3 Release candidate 1. 2003-12-10 Hiroyuki Komatsu * grammar/prime-grammar: Add a rule "五段動詞::仮定" to "打消「ん」" for 「知らん」 and so on. * lib/engine/engine-userdict.rb: Fix a bug of registration to a temporally userdict. 2003-12-09 Hiroyuki Komatsu * lib/engine/engine-userdict.rb: Fix a bug of a failure to save a userdict-new. 2003-12-07 Hiroyuki Komatsu * lib/engine/engine-alphabet.rb: Change priorities of upper characters words from 9999 to 17000. * grammar/prime-grammar: Add a rule "動詞::仮定" to "丁寧「ます」" for 「言えません」 and so on. 2003-12-04 Hiroyuki Komatsu * lib/engine/engine-userdict.rb: Add functions to save words data (unstable). * lib/engine/engine-userdict.rb: Add functions to learn new words and cooccurrences. Merge the normal lookup function and the context lookup function. (unstable). 2003-12-03 Hiroyuki Komatsu * lib/engine/engine-userdict.rb: Add a function to look up words with a context (unstable). 2003-12-01 Hiroyuki Komatsu * doc/memo/priority.txt: [NEW FILE] Memoranda of the algorithm for priority calculation at engine-userdict. * lib/engine/engine-userdict.rb: Add functions to calculate a priority of a word from the timestamp. * lib/taiyaki.rb: Modify the 'with_io' function. Add routines for the 'progressbar' module. * lib/prime.rb: Modify initialization routines. Add command to check existence of words. * lib/engine/engine-userdict.rb: [NEW FILE] new engine for userdict (UNSTABLE). 2003-11-29 Hiroyuki Komatsu * lib/prime.rb (init_engines): Add an argument 'engine_files' for external configuration. 2003-11-28 Hiroyuki Komatsu * lib/engine/engine-number.rb: [NEW FILE] new engine for number. 2003-11-26 Hiroyuki Komatsu * grammar/prime-grammar (Repository): Add new rules for "完了「てる」" which achieves like 「使ってる」 and 「使えてる」. Add new rules for "請負「やる」" which achieves like 「見てやる」. 2003-11-25 Hiroyuki Komatsu * lib/taiyaki.rb (each_with_status): Delete a space for fixing a Ruby warning. * lib/engine/engine-learndict2.rb (write_dict): Delete a space for fixing a Ruby warning. 2003-11-24 Hiroyuki Komatsu * grammar/prime-grammar: Add a new rule for "完了「いる」" which achieves like 「知っていると」. Add rules of "格助詞「ん」" for 「知っているんでしょうか」. 2003-11-23 Hiroyuki Komatsu * grammar/prime-grammar (Repository): Add rules for the following: + 「売れそう」 (動詞仮定 + そう) + 「楽って」 (形容動詞 + って) + 「食べてみよっ」 (推量「よう」 の撥音便) 2003-11-19 Hiroyuki Komatsu * grammar/prime-grammar (Repository): Add a rule "用言::連用n" to "副助詞「じゃ」". Modify rules for "遊んでました" and "悩んじゃって". 2003-11-17 Hiroyuki Komatsu * grammar/prime-grammar (Repository): Add the following: | ### 「波高し」, 「命短し」 | し. 形容詞::終止 形容詞 * doc/install.html (Repository): Add an announce of a new package for Fink and an update of RPM. 2003-06-17 Hiroyuki Komatsu * Version 0.6.2 * doc/index.html: Change the version. * doc/install.html: Write configure section. 2003-06-14 Hiroyuki Komatsu * lib/prime.rb: Load global config file named Custom_prime.rb in PRIME_CONFIG_DIR and copy the file to PRIME_USER_DIR, if the user file does not exist. * etc/Custom_prime.rb: Change the filename of customize file from .primerc to Custom_prime.rb. 2003-06-12 Hiroyuki Komatsu * lib/engine/engine-learndict.rb: Change the permission of leardict to 0600 because of a security reason. Thanks for the notice by Hideyuki ENDO . * lib/engine/engine-learndict2.rb: Change the permission of leardict to 0600 because of a security reason. Thanks for the notice by Hideyuki ENDO . 2003-06-03 Hiroyuki Komatsu * Version 0.6.1 * lib/engine/engine-alphabet.rb: Remove dependence on jstring-ruby. * lib/taiyaki.rb: Add hiragana/katakana methods to String class. * README: Write a text. * Makefile.am: Add targets: 'install-etc' and 'uninstall-etc'. * etc/Makefile.am: Add targets: 'install-etc' and 'uninstall-etc'. 2003-05-31 Hiroyuki Komatsu * Version 0.6.0 * lib/engine/engine-learndict2.rb: Remove the redundant 'load_dict' function. Thanks for the notice by Hideyuki ENDO * lib/engine/engine-alphabet.rb: Change the coding system to EUC-JP. Thanks for the notice by Hideyuki ENDO 2003-05-25 Hiroyuki Komatsu * doc/index.html (#install): Add a trouble-shooting subsection. * lib/prime/prime.rb (Prime#get_label): [new method] get a label string (e.g. hiragana) from a user input. 2003-05-23 Hiroyuki Komatsu * prime: Created a new PRIME command 'get_env'. * lib/prime/engine/*.rb: Added $prime_engine_name to all engilne files. * lib/prime/prime-config.rb: Added default variables. * lib/prime/prime.rb: Removed default variables and require expressions. 2003-05-21 Hiroyuki Komatsu * .primerc: [NEW FILE] A configuration file for PRIME. * lib/prime/prime.rb: (PrimeInput#initialize_suikyo): [new method] Load sukyo tables according to $SUIKYO_TABLES. (Prime#initialize_rc): [new method] Load '.primerc' file to set user's customize values. 2003-05-20 Hiroyuki Komatsu * Version 0.5.2 * debian/control (Depends): Added prime-dict. * lib/prime/prime.rb (PrimeInput#label): New function which returns a suitable label of a user input. (i.e. "apple" -> "apple", "ringo" -> "りんご") * debian/prime.doc.EX: Deleted this file to fix a packaging bug. Thnak you for the report by NAKANO Takeo * debian/rules (install): Bug fix. Changed '\/usr\/' to '\/usr' . * lib/prime/session.rb (start): Fixed a bug of invalid exit by typing just enter. Thank you for the report by TOKUNAGA Hiroyuki