We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi after write print tagger['en'].query('this is a good day', returnRaw=True) output is None. why?
The text was updated successfully, but these errors were encountered:
I have the same problem,How to solve it?
Sorry, something went wrong.
have the same with russian open the file like this
with open("to_syntaxnet.txt", "r") as myfile: data=myfile.read()
the line of text looks lite this:
>>> data '\xd0\x9c\xd0\xb0\xd0\xbc\xd0\xb0 \xd0\xbc\xd1\x8b\xd0\xbb\xd0\xb0 \xd1\x80\xd0\xb0\xd0\xbc\xd1\x83'
And run print tagger['ru'].query(data, returnRaw=True)
print tagger['ru'].query(data, returnRaw=True)
and than got None
No branches or pull requests
hi
after write print tagger['en'].query('this is a good day', returnRaw=True)
output is None.
why?
The text was updated successfully, but these errors were encountered: