Closed Maxime-POULAIN-Verlingue closed 2 years ago
Hello,
Thank you for noticing. Yes we are aware of the discrepencies. We are actually merging multiple contributions so we do it by iterations.
Your previous contribution is also in line to be integrated. Sorry for the temporary discrepency. This will be fixed in a couple of weeks with a new release of Melusine. And we will give you details in the release note.
Best regards, Tiphaine
Okay, thank you for the quick reply !
I will try to download the last version from GitHub pending the new official release.
Have a good day !
Hey !
I have tried to reinstall Melusine since I had the version 2.3.1 of october. I saw on GitHub that changes have been made on NLP tools (the Phraser object for example).
First, I uninstalled melusine with : pip uninstall melusine. When I did : pip install melusine. It downloaded melusine 2.3.2.
However, when I tried to use the new version of the class Phraser, there was a mistake. The code downloaded with pip has still the old version of the file "phraser.py". So there are differences between the code of melusine in GitHub and the code we can download with pip.
The ...\Lib\site-packages\melusine\nlp_tools\phraser.py that I have in my virtual env :
The phraser.py file in GitHub :
Is it normal ? Am I the only one to have this problem ?
Thank you !