add pypinyin and jieba to requierements.txt (chinese implementation)

pull/3/head
kirianguiller 2021-02-16 17:53:39 +01:00
parent a9ea71c601
commit fe049cb480
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ numba==0.48
librosa==0.7.2
phonemizer>=2.2.0
unidecode==0.4.20
pypinyin
jieba
tensorboardX
matplotlib
Pillow