How to check for the projectivized sentences with cycles? #10702
Unanswered
kanayer
asked this question in
Help: Coding & Implementations
Replies: 1 comment 4 replies
-
Hmm, that error shouldn't really happen just due to the projectivization. You might need to look into exactly what's going on in Lines 735 to 745 in 497a708 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I am trying to train the Thai spaCy model on a custom dataset and when I run
spacy debug data -V
I get the following error message (in red):I run the following code to check for the projectivized trees however, the code didn't find any. I was wondering if there is any other way to check for the projectivized sentences with cycles?
Beta Was this translation helpful? Give feedback.
All reactions