Skip to content

XXXXiner/Ancient-Chinese-Machine-Translation

 
 

Repository files navigation

ancient-chinese-machine-translation

Project repo for course csci2470.

Installation

Python3.6+ needed.

Required packages:

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

About

Project repo for course csci2470.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.3%
  • Perl 2.2%
  • Shell 1.5%