-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add infer_lang function (Issue number #3) #79
base: master
Are you sure you want to change the base?
Conversation
Update detect_language function Add padding_tuple function
@jbesomi , why Travis CI failed? What I do wrong? on my local machine, all the tests succeeds |
Thank you, this is a good start! 👍 If you click "details" and then select a job you will have the log: example The problem is that you use some dependencies that are not installed. You will need to update Review:
Why we cannot simply do
|
…ssary code -Update infer_lang documentation
@jbesomi Thank you! very helpful comment and review. I tried as much I can to stick to your instructions in the review. |
Hi Tomer, thank you for your improvements! You are going clearly in the right direction, still, we need to solve some issues, but we will do it together 👍 Review:
|
… ISO code -Change name ret_list to probability - Change name _Language_to_dict to _Language_to_tuple
Hi @jbesomi , Using Pandas apply infer_lang no probability: 1.0 min 58.464749813079834 sec You are right using pandas apply is definitely more time saver! Thanks for the detailed comment, I was reading it very carefully and tried to apply everything you wrote. |
Hi Tomer, wow, congrats; you did such a great job! that's super cool, I'm impressed 🎉 👍 For the stats, which dataset did you use? I'm impressed by how long it takes ... Review:
Regards, |
@jbesomi According to 1 +2 +3, from the infer_lang issue: According to 4, I will remove the docstring from helper functions, the "guard out" note refers to the try and catch expression in the function. I waiting for you to examine your suggestion. Once you have some conclusions share with me and I will start working on the solution. Thanks for your comments, I learned a lot from them. |
🎉 Can you please attach here the Jupyter Notebook you used to test the |
Sure! |
Thanks, that's cool! :) |
Hi @jbesomi , Thanks |
Hey @tmankita, I'm very sorry, I haven't yet compared the different version. I will be back to you as soon as possible. In the meantime, you can have a look at the other open issues 👍 |
No description provided.