-
Notifications
You must be signed in to change notification settings - Fork 6
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
The example code given on the github default page does not work #1
Comments
@Code4SAFrankie Did you manage to solve this? I am looking into using this for pattern matching and I also still get the same error |
@laurencgreen @Code4SAFrankie I solved it, check my branch in the pull request. #2 |
Greetings, I still get the same error, I've already check pull request yet I did not really get how to solve the problem. Can you please guide me? Thanks. |
Hi all, I have the same error. After checking what is inside |
Thanks for the reply, Yet now I got (name 'token_idxs' is not defined) error. |
The example code given on the github default page does not work:
The line:
matcher = DependencyTreeMatcher(doc.vocab)
Gives the error:
If I replace this with:
matcher = DependencyMatcher(doc.vocab)
It then errors futher down on:
with the error:
I'm on Windows 10 with WinPython (Python 3.7.1 (v3.7.1:260ec2c36a, Oct 20 2018, 14:57:15) [MSC v.1915 64 bit (AMD64)] on win32). Thanks otherwise, I have been looking for pattern matching for ages without luck!
The text was updated successfully, but these errors were encountered: