/nlp100v2020

「言語処理100本ノック 2020」をPythonで解く

Primary LanguagePythonMIT LicenseMIT

言語処理100本ノック 2020

  • Python 3.11.3

How to run

❯ python3 -m venv env
❯ source env/bin/activate
env ❯ pip install -r requirements.txt
env ❯ python ch01/ans00.py

Articles written in Japanese

https://upura.hatenablog.com/entry/2020/04/14/024948