Replies: 3 comments 1 reply
|
Thanks we love this kind of bug report. Would you please copy-paste a code snippet Β and a small text string so we can reproduce this error?
I would like to have your OS, Python version, and CLTK version, too.Β
Jul 30, 2024 at 08:53 by ***@***.***:
β¦
Hello everyone,
while trying to run the commands posted > here <https://github.com/cltk/cltk/blob/master/notebooks/CLTK%20Demonstration.ipynb>> on my machine (with the same text by Livy) I ran into the error message above. When I checked the > Source code for cltk.morphology.morphosyntax <https://docs.cltk.org/en/latest/_modules/cltk/morphology/morphosyntax.html>> I noticed that there seems to be no value for "Perfect" available in "Tense". Is there a particular reason for that? Does "Past" cover that as well? Was that even the right place to look? Should I raise an issue? I'm very sorry if I oversaw something important.
Thanks in advance!
β
Reply to this email directly, > view it on GitHub <#1263>> , or > unsubscribe <https://github.com/notifications/unsubscribe-auth/AAOE36HK4QZNSZQ5C2WA3ATZO6ZGDAVCNFSM6AAAAABLWVJX3KVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZWHE4TKNBRGA>> .
You are receiving this because you are subscribed to this thread.> Message ID: > <cltk/cltk/repo-discussions/1263> @> github> .> com>
|
1 reply
|
Hello @Moretum, thank you for the code snippet. I ran your code with Python 3.11.5 and CLTK 1.3.0 ; I got no error. Can you share the error? cltk/src/cltk/morphology/morphosyntax.py Lines 251 to 257 in 7014616 In conclusion, if the error is not to have a perfect tense in the tenses, then we will not fix it since we keep universal dependencies as the reference. |
0 replies
|
See #1270 for how CLTK deals with unrecognized UD features. |
8000
You must be logged in to vote
0 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.
Hello everyone,
while trying to run the commands posted here on my machine (with the same text by Livy) I ran into the error message above. When I checked the Source code for cltk.morphology.morphosyntax I noticed that there seems to be no value for "Perfect" available in "Tense". Is there a particular reason for that? Does "Past" cover that as well? Was that even the right place to look? Should I raise an issue? I'm very sorry if I oversaw something important.
Thanks in advance!
All reactions