chatterbot環境構築
Python 3.7
ChatterBotが <=3.8 (3.8.xだとミスマッチ😫)
pip install ChatterBot
2021/11現在 1.0.8
pip install git+https://github.com/gunthercox/ChatterBot で入るのは1.1.0a7
1年放置されているα版なので選ばない
pip install git+https://github.com/gunthercox/chatterbot-corpus
2021/11現在 1.2.0
pip install chatterbot-corpusだとchatterbot/corpus/dataの下にjapaneseディレクトリがなかった
pip install 'spacy<3'
chatterbot/tagging.py で import spacyしているが、別途入れる必要がある
spaCyは2系を入れる
2021/11時点では2.3.7が入った
pip install 'ginza<5'
最新は5系だが、spaCy 2系と整合するように4系まで落とす
2021/11時点では4.0.6が入った
参考記事はja_core_news_sm or ginzaなのでginzaを試してみた