Results 9 comments of YangKang

There is a bug in line 33,and occurs TypeError: 'int' object is not callable.Because when run in python,the "voice_index" is identified as "int" object instead of "voice_index" method. ![image](https://user-images.githubusercontent.com/62246602/176579355-d7323e53-7b56-4ff9-aa5a-626adfc139b9.png)

And you should modify line 26 in "\_\_main\_\_.py",the last args should be "args["language"]" ![image](https://user-images.githubusercontent.com/62246602/176581735-ac7257da-da2c-423e-8ddb-f0a3ea04e8ca.png)

It should be chinese instead of mandarin ![image](https://user-images.githubusercontent.com/62246602/176583064-4babb39d-6bbc-4556-9859-3809b3e92e3f.png) Beacuse in your code is "chinese" ![image](https://user-images.githubusercontent.com/62246602/176583322-ebb97e62-1c64-4b6a-b166-0c8e6f22dcb5.png) so there should be "chinese". ![image](https://user-images.githubusercontent.com/62246602/176583482-3f7a86aa-074c-4190-b615-92eacfe086b2.png)

When using the Chinese song ,the performance is worse.Maybe the file"lyrics_tokenizer.py" caused the results. Because chinese words doesn't need to tokenize into subwords

I fix this problem,because the musescore decode the midi into .xml is wrong. Thanks for your help and project!

> Python3.6 + pyltp 0.1.9.1/0.2.1 + ltp model 3.3.1/3.4.0无法复现README的样例 Python2.7 + pyltp 0.1.9.1/0.2.1 + ltp model 3.3.1也无法复现README的样例 有没有人能复现README的样例的? 可以用ltp,然后改一下代码可以复现

Maybe I find the reason that the size of unlabeled data we downloaded from "ftp.ncbi.nlm.nih.gov/pubmed/baseline" is 19G.According to your paper,should I sample the unlabeled data and then convert it to...

> It has to be in its own block, i.e. "display mode" of KaTeX. The `equation` environment can't be rendered inline. I check the code, and found that the inline...

> I also had this problem when using \tag in formulas. The \tag only works when 'displayMode' is true. And I fixed this problem and PR. Could you please tell...