Hiroyuki Komatsu
komat****@users*****
2005年 3月 7日 (月) 21:19:15 JST
Index: prime/etc/Custom_prime.rb diff -u prime/etc/Custom_prime.rb:1.7 prime/etc/Custom_prime.rb:1.8 --- prime/etc/Custom_prime.rb:1.7 Mon Mar 7 16:51:32 2005 +++ prime/etc/Custom_prime.rb Mon Mar 7 21:19:15 2005 @@ -28,6 +28,9 @@ # PRIME_ENV['hybrid_typing'] = nil ## デフォルト値を使う # PRIME_ENV['hybrid_typing'] = true ## 常に有効 # PRIME_ENV['hybrid_typing'] = false ## 常に無効 +## If true, the Romaji validation method uses word dictionary. +## It improves the precision of the validation, but decrease the speed. +# PRIME_ENV['hybrid_typing_use_dictionaries'] = true ## 英単語の間に自動的に空白を入れる。 # PRIME_ENV['style_auto_space'] = false