DepCCGParser
not working
#52
mspronesti
started this conversation in
General
Replies: 1 comment 2 replies
-
Yes, unfortunately we also run into the same problems, so it is an issue on depccg's side. We've just been using the base model, which seems to work. |
Beta Was this translation helpful? Give feedback.
2 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'm opening this as a discussion and not as an issue as I'm not really sure this is lambeq's fault.
After installing lambeq like this
and after installing
depccg
withelmo
,rabank
andelmo_rebank
I tried to instanciate a
DepCCGParser
(e.g. for elmo)but it throws the following exception
which is by the way the same kind of error I get if I try to run
depcgg_en download
(i.e. installing the default model. This is, I think, depccg's fault as they also have issues pending on the repository).Any workaround to make
DepCCGParser
work ? Does it work for you ?Another thing I don't understand is how come that this fails to work while
WebParser
(which usesdepccg
by default, right ?) works.Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions