NLP 100 Exercise

Implementation of NLP 100 Exercise.

Usage

Initialization

pyenv install
poetry install

Test

make test

or watch

make watch

Lint/Format

make lint