You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello and thank you for making your code available to the public.
A couple of questions:
Is there info or documentation and use examples for methods and classes to be import from inside an iPython shell or from within Python code ? (The alternative would be to dig into your code directly.) Concretely I am interested in using 'lelesk' in a way similar to 'lesk', i.e. propose ambiguous terms and context sentence and return the most likely synset.
I installed yawlib as well as db files in ~/wordnet, checked that yawlib is operational (python -m yawlib lemma research), but python -m lelesk wsd "I go to the bank to get money" produces segmentation fault from within a Python v 3.7.1 virtual environment. Any idea why that could be ? ... my VENV is set up with `pyenv for what it's worth.
The text was updated successfully, but these errors were encountered:
Hello and thank you for making your code available to the public.
A couple of questions:
Is there info or documentation and use examples for methods and classes to be import from inside an iPython shell or from within Python code ? (The alternative would be to dig into your code directly.) Concretely I am interested in using 'lelesk' in a way similar to 'lesk', i.e. propose ambiguous terms and context sentence and return the most likely synset.
I installed
yawlib
as well as db files in ~/wordnet, checked that yawlib is operational (python -m yawlib lemma research
), butpython -m lelesk wsd "I go to the bank to get money"
produces segmentation fault from within a Python v 3.7.1 virtual environment. Any idea why that could be ? ... my VENV is set up with `pyenv for what it's worth.The text was updated successfully, but these errors were encountered: