Skip to content

英辞郎のテキストデータをcsv, jsonに変換するプログラム

Notifications You must be signed in to change notification settings

onigiri-w2/eijirou-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

英辞郎データのコンバーター

英辞郎で購入したデータを csv に変換するプログラム

Install

1. python3.10 をインストール

方法は問わない。pyenv でも poetry でも、生の python でも何でもいいので 3.10 以上のバージョンを用意する。

2. make init 実施

大したことはしてないのだが、output フォルダが無いとプログラムが動かないので実行すべし。

3. 英辞郎のテキストデータを購入 + ダウンロード

購入サイトのリンク先に行き、購入後にデータをダウンロードする。 https://booth.pm/ja/items/777563

4. python3.10 で main.py を実行する

以下を実行したら、output ディレクトリ配下に csv 形式データが配置されてる

$> python3 main.py <英辞郎テキストデータのpath>

json 形式で出力したい場合は以下

$> python3 main.py <英辞郎テキストデータのpath> -j

About

英辞郎のテキストデータをcsv, jsonに変換するプログラム

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published