-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Execution error #16
Comments
If you want corpus only, using the yaml directly. This project run by django.
|
Actually, what I want to do is to translate our sentences into 台羅拼音 sentences as input for our model. However, it seems that we have to run the training step provided in the instructions first, and then we can translate our sentences by The error occurred in the virtualenv. I have followed the instructions given in README. The error happened during the step |
The translation script in this project is out of date. We have four modules to detail with these processes:
|
Hi,
I'm using this tool for parsing Chinese sentences.
However, I encounter two problems which make me not be able to do the parsing work.
First, when I ran
python 文章/模型訓練/臺華新聞做語料.py
it occurs this error
I guess it might be the encoding error. It is a smaller problem.
Second, I use ipython to execute the .py instead.
It is also caught on this error
If I cannot generate the corpus, I cannot train the model and translate Chinese sentences into 台羅拼音 further. Thank you for any instructions on this.
The text was updated successfully, but these errors were encountered: