ShannonAI / glyce

Code for NeurIPS 2019 - Glyce: Glyph-vectors for Chinese Character Representations
https://arxiv.org/abs/1901.10125
Apache License 2.0
419 stars 75 forks source link

Missing scripts #4

Closed mmlab-iie closed 5 years ago

mmlab-iie commented 5 years ago

Dear authors,

I run the code and could not find the file "pypinyin.py".

Meanwhile I could not find the scripts as mentioned below:

WX20190709-093729@2x

Hope your reply! Thanks!

ghost commented 5 years ago

pypinyin is one of package dependencies for Glyce. Install via pip install pypinyin==0.34.1

ghost commented 5 years ago

You should install all package dependencies by pip install -r requirements.txt