• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

debianのpyluceneパッケージをkuromoji付きでビルドする設定ファイル


Commit MetaInfo

Revisione28a69841a8c591f6ab32ef8dfd879ff5898a863 (tree)
Zeit2018-09-19 19:44:33
Autorhylom <hylom@user...>
Commiterhylom

Log Message

add readme

Ändern Zusammenfassung

Diff

--- /dev/null
+++ b/readme.md
@@ -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+