Build Parallel Corpus for Japanese Text Simplification
Build Parallel Corpus for Japanese Text Simplification
sudo apt install mecab libmecab-dev unidic-mecab swig nkf
brew install mecab mecab-unidic swig nkf
make setup
echo 'お腹が空いた。' | python3 -m jatr
python3 -m jatr < data/サンプルテキスト/中級前半.txt
python3 -m jatr data/サンプルテキスト/上級後半.txt
make help
語彙表やコーパスは data
ディレクトリ以下に配置