Project repo for course csci2470.
Python3.6+ needed.
regex==2018.1.10
terminaltables==3.1.0
torch==1.13.0
numpy==1.14.0
tensorboardX==1.9
Easily, you can install all requirement with:
pip3 install -r requirements.txt
Also, you may need to use a useful tokenization tool HanLP to tokenize the chinese words:
pip install hanlp