upura / nlp100v2020

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

Home Page:https://nlp100.github.io/ja/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

言語処理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

About

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

https://nlp100.github.io/ja/

License:MIT License


Languages

Language:Python 97.9%Language:Shell 2.1%