mirror of
https://github.com/mii443/akaza.git
synced 2025-12-03 02:58:21 +00:00
change workflow name
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# TODO: make data and commit & push.
|
||||
name: Akaza data building test
|
||||
name: Generate dictionary
|
||||
|
||||
on:
|
||||
schedule:
|
||||
@@ -1,3 +1,8 @@
|
||||
# 2022-12-23(Fri)
|
||||
|
||||
* Started development, again.
|
||||
* akaza can't start the process... why?
|
||||
|
||||
# 2020-09-17(Thu)
|
||||
|
||||
* システム辞書に `/` が入っていない、いらないものを消す。
|
||||
|
||||
@@ -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 がある程度必要です。
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user