pecorarista / chimei

文書がどの都道府県の話題について書かれているか、簡易的に判別するプログラム

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chimei

文書がどの都道府県の話題について書かれているか、簡易的に判別するプログラム

pyenv install 3.10.6
pyenv local 3.10.6
pipenv install --python $(pyenv which python3)
pipenv install --dev

# https://www.soumu.go.jp/denshijiti/code.html
mkdir resources
wget https://www.soumu.go.jp/main_content/000730858.xlsx -O resources/000730858.xlsx

About

文書がどの都道府県の話題について書かれているか、簡易的に判別するプログラム

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 100.0%