File size: 353 Bytes
69fb171 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
CRF++ python module
$Id: README,v 1.1.1.1 2005/12/03 14:18:50 taku-ku Exp $;
1. Installation
% python setup.py build
% su
# python setup.py install
You can change the install directory with the --prefix option. For example:
% python setup.py install --prefix=/tmp/pybuild/foobar
2. How to use?
see 'test.py' as a sample program.
|