home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 June (DVD) / DPPRO0605DVD.iso / Extras / PopFile / SETUP.EXE / README.win32 < prev    next >
Encoding:
Text File  |  2001-09-07  |  4.5 KB  |  122 lines

  1.  
  2.                            KAKASI for Win32
  3.       the language processing filter to convert Kanji characters
  4.                           to Hiragana, Katakana or Romaji
  5.  
  6.  
  7.                       <<< General Information >>>
  8.  
  9. KAKASI is the language processing filter to convert Kanji characters
  10. to Hiragana, Katakana or Romaji(1) and may be helpful to read Japanese
  11. documents.
  12.  
  13. The name "KAKASI" is the abbreviation of "kanji kana simple
  14. inverter" and the inverse of SKK "simple kana kanji converter" which
  15. is developed by Masahiko Sato at Tohoku University. The most entries
  16. of the kakasi dictionary is derived form the SKK dictionaries.  If you
  17. have some interests in the naming of "KAKASI", please consult to
  18. Japanese-English dictionary. :-)
  19.  
  20. The kit of KAKASI includes C programs and Several kind of
  21. dictionaries. The large dictionary "kakasidict" may be provided as
  22. another file "kakasidict.YYMMDD.gz" since it is often revised and
  23. really LARGE.
  24.  
  25.  (1) "Romaji" is alphabetical description of Japanese pronunciation.
  26.  
  27.  
  28.                          <<< Configuration >>>
  29.  
  30. [Configuration for Windows95/98]
  31. You set PATH in autoexec.bat.
  32. Example add last line for autoexec.bat.
  33.         PATH C:\kakasi\bin;%PATH%
  34.  
  35. Next you set KANWADICTPATH and ITAIJIDICTPATH in autoexec.bat.
  36. Example add last line for autoexec.bat.
  37.         SET KANWADICTPATH=C:\kakasi\share\kakasi\kanwadict
  38.         SET ITAIJIDICTPATH=C:\kakasi\share\kakasi\itaijidict
  39.  
  40. [Configuration for WindowsNT/2000]
  41. From DeskTop open ControlPanel and ...
  42. "MyComputer -> ControlPanel -> System -> Environment"
  43. You add PATH in user environment value (or system environment value).
  44.            -------------------------------------------------------- 
  45.  set(V):  | PATH                                                   |
  46.            -------------------------------------------------------- 
  47.            -------------------------------------------------------- 
  48.  value(L):| C:\kakasi\bin;%PATH%                                   |
  49.            -------------------------------------------------------- 
  50. You finish input value, click "Set(E)".
  51.  
  52. You add KANWADICTPATH in user environment value
  53.  (or system environment value).
  54.            -------------------------------------------------------- 
  55.  set(V):  | KANWADICTPATH                                          |
  56.            -------------------------------------------------------- 
  57.            -------------------------------------------------------- 
  58.  value(L):| C:\kakasi\share\kakasi\kanwadict                       |
  59.            -------------------------------------------------------- 
  60.  You finish input value, click "Set(E)".
  61.  
  62. You add ITAIJIDICTPATH in user environment value
  63.  (or system environment value).
  64.            -------------------------------------------------------- 
  65.  set(V):  | ITAIJIDICTPATH                                         |
  66.            -------------------------------------------------------- 
  67.            -------------------------------------------------------- 
  68.  value(L):| C:\kakasi\share\kakasi\itaijidict                      |
  69.            -------------------------------------------------------- 
  70.  You finish input value, click "Set(E)".
  71.  
  72.  
  73.                    <<< Copyright or Reproduction >>>
  74.  
  75. KAKASI is free software; you can redistribute it and/or modify
  76. it under the terms of the GNU General Public License as published by
  77. the Free Software Foundation; either version 2, or (at your option)
  78. any later version.
  79.  
  80. KAKASI is distributed in the hope that it will be useful,
  81. but WITHOUT ANY WARRANTY; without even the implied warranty of
  82. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  83. GNU General Public License for more details.
  84.  
  85.  
  86.                         <<< About Library >>>
  87.  
  88. This archive included dynamic link library and static link library for Win32.
  89.  
  90. As for dynamic link library which did compile with VC++6.0.
  91. They are lib\kakasi.dll and lib\kakasi.lib.
  92.  
  93. As for static link library which did compile with VC++6.0.
  94. It is lib\libkakasi.lib.
  95.  
  96. As for static link library which did compile with mingw32 gcc-2.95.
  97. They are lib\libkakasi.a and lib\libkakasi.la.
  98.  
  99. A include file include\libkakasi.h in common.
  100.  
  101.  
  102.                            <<< Support >>>
  103.  
  104. THE SOFTWARE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND. Use this
  105. software at YOUR OWN RISK.
  106.  
  107. You can get the latest KAKASI from
  108.  
  109.         ftp://kakasi.namazu.org/pub/kakasi/
  110.  
  111. You can get information about KAKASI from
  112.  
  113.         http://kakasi.namazu.org/
  114.  
  115. Mail comments and bug reports to
  116.  
  117.         bug-kakasi@namazu.org
  118.  
  119. in Japanese or English.
  120.  
  121.  
  122.