change workflow name

This commit is contained in:
Tokuhiro Matsuno
2022-12-23 18:56:17 +09:00
parent 7972508d48
commit 45cfde96d3
4 changed files with 11 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# TODO: make data and commit & push.
name: Akaza data building test
name: Generate dictionary
on:
schedule:

View File

@@ -1,3 +1,8 @@
# 2022-12-23(Fri)
* Started development, again.
* akaza can't start the process... why?
# 2020-09-17(Thu)
* システム辞書に `/` が入っていない、いらないものを消す。

View File

@@ -1,9 +1,11 @@
# Make development environment on arch linux
cd akaza-data/ && pip install -r requirements.txt
cd ibus-akaza/ && pip install -r requirements.txt
yay -S kytea python-pytest python-pip cmake marisa python-setuptools
## HACKING
## NOTE
* wikipedia の全データをダウンロードして言語モデルと辞書のロードが行われるために、ディスク容量とメモリと CPU がある程度必要です。
* for data generation, wikipedia の全データをダウンロードして言語モデルと辞書のロードが行われるために、ディスク容量とメモリと CPU がある程度必要です。

View File

@@ -15,7 +15,7 @@ test:
install:
cd libakaza && cmake . && make && make install
cd akaza-data && make install
cd pyakaza && make clean && $(PYTHON) setup.py install
cd pyakaza && $(PYTHON) setup.py install
cd ibus-akaza && make install
.PHONY: all install uninstall test