update.
[chise/ruby.git] / README.en
1 * Ruby/CHISE README
2
3 Ruby/CHISE is a llibrary to use Chaon model.
4
5 ** Requirements
6
7 - ruby 1.8
8 - Berkeley DB
9 - Ruby/BDB
10
11 ** Install
12
13 Move "chise" directory to somewhere.
14 eg.
15  # mv chise /usr/local/lib/ruby/site_ruby/1.8
16
17 Cd to "ext" directory, do like this.
18  % ruby extconf.rb
19  % make
20  # make install
21
22 You can use Ruby/CHISE without extension.
23 If you have extension, Ruby/CHISE works faster.
24
25 ** Usage
26
27 See "doc/index.html". (in Japanese)
28 See "sample", "test" directories.
29 Please check http://eto.com/2003/ruby/ for imformation.
30
31 ** License
32
33 This software is distributed under the GPL2.  See COPYING.
34
35 ** Author
36
37 Kouichirou Eto <2004 at eto.com>