Conversation
jaderabbit
commented
Jul 21, 2020
- Replaced fuzzywuzzy with the C++ based rapidfuzz
- Added a progress bar for fuzzywuzzy
- Moved all the installations to the top cell
|
Check out this pull request on Review Jupyter notebook visual diffs & provide feedback on notebooks. Powered by ReviewNB |
| pandas | ||
| p_tqdm | ||
| rapidfuzz | ||
| joeynmt No newline at end of file |
There was a problem hiding this comment.
@jaderabbit and @juliakreutzer is this the right way to install joeynmt?
like pip install joeynmt
I remember last time I tried it it gave me headaches and I was forced to install it from Github...
using pip install git+https://github.com/joeynmt/joeynmt.git
also it is missing the version...
There was a problem hiding this comment.
@espoirMur I added it to pypi a few weeks ago so this should be fine now - I still need to update the folder locations later down so we don't need to install joeynmt via cloning it.
Yes, I should do versions for all the requirements - thanks for the push!
There was a problem hiding this comment.
if it is on PyPI that is cool....
@espoirMur I'm actually going to change it.
|
If that is the speed we got .... it's really really nice.... |
|
That's an awesome improvement, thank you @jaderabbit! 💯 |
juliakreutzer
left a comment
There was a problem hiding this comment.
@jaderabbit shall we merge this? Or not because of the progress bar?