debianのpyluceneパッケージをkuromoji付きでビルドする設定ファイル
修訂 | e28a69841a8c591f6ab32ef8dfd879ff5898a863 (tree) |
---|---|
時間 | 2018-09-19 19:44:33 |
作者 | hylom <hylom@user...> |
Commiter | hylom |
add readme
@@ -0,0 +1,20 @@ | ||
1 | +# What's this ? | |
2 | + | |
3 | +PyLucene 4.10 supports "kuromoji" morphological analyzer, but | |
4 | +pylucene (python-lucene) package in Debian (sid) not supports it | |
5 | +because of build settings. | |
6 | + | |
7 | +This repository provides build config files to make kuromoji-enabled | |
8 | +python-lucene package, and container config files to build. | |
9 | + | |
10 | +# How to use | |
11 | + | |
12 | +You need docker environment and the user who can access docker daemon. | |
13 | + | |
14 | + $ git clone https://pf.osdn.net/gitroot/h/hy/hylom/pylucene-kuromoji-deb.git | |
15 | + $ cd pylucene-kuromoji-deb/ | |
16 | + $ ./build.sh | |
17 | + $ ./run.sh | |
18 | + $ docker rm pylucene_build | |
19 | + | |
20 | + |