Yang

Results 8 issues of Yang

您好!希望能够提供数字和中文的互转功能。谢谢!

您好,我下载了您的语料。 请问如何训练这个中文语料? 英文的代码中,th train.lua 即可训练。 查看代码后,发现英文训练语料是个csv格式的数据。 而您的数据中,没有csv,只有conv。 是只需要训练conv即可吗?

Keras removes Graph in the new version. For new keras, they use the [functional API](https://keras.io/models/model/) instead. Hence, the code has an error: ` from keras.models import Sequential, Graph ImportError: cannot...

texts = '特朗普,于2018年1月4日到5日走丢,手机号+8618100039384' 中间代码产出: temp ['2018年1月4日', '5日', '86181000'] 最后返回了:return {"error": "no time pattern could be extracted."}

the link of python version is invalid Is there any way to install time_nlp with pip? Thanks!

I try to run the code with senti.binary.train/dev/test data. It reports the runtime error: ` Traceback (most recent call last): File "/Users/ppd-03020186/PycharmProjects/rule_extract_lstm-master/main.py", line 148, in main(args) File "/Users/ppd-03020186/PycharmProjects/rule_extract_lstm-master/main.py", line 92,...

Does anyone test the model on Chinese data? What is the performance? Thanks!

For those who encountered the error "ImportError: numpy.core.multiarray failed to import ". The solution is as follows: ` pip install -U numpy `