Jonathan Besomi
Jonathan Besomi
Hi @tmankita, nice to hear from you! Thank you for your comment; I realized that the issue wasn't well explained. I added some comments, please have a look and tell...
Dear Tomer, your plan sounds perfect to me! Looking forward to seeing what you will come up with. All right then ... let's go for `infer_lang` :)
Hey Tomer, wow, amazing job! Texthero makes extensive use of spaCy under the hoods (see for instance the functions under `nlp`). By looking at the results and your suggestions, I...
Hey Tomer, Sorry for my late replay. Another simple alternative might be to use [Dask dataframe](https://docs.dask.org/en/latest/dataframe.html) and just `s.apply(langdetect)`. Would you like to test this option too and see how...
Hi Tomer, you are right: we probably want to keep accept as input a `Series`. If Dask does not allow to work with Series, we can, under the hood, just...
Hi @AdamHodgson! Thank you. When you submit a PR, please do not forget to test it add new unit tests. If you haven't read it yet, I encourage you to...
Hey @bidetaggle, thank you for your availability! May you please tell us a bit more about you and how you plan to contribute? You can start by reading [CONTRIBUTING.md](https://github.com/jbesomi/texthero/blob/master/CONTRIBUTING.md) as...
Hey @bidetaggle, this seems all good! For translating, I think we need to use [Sphinx Internationalization](https://www.sphinx-doc.org/en/master/usage/advanced/intl.html). The first task is therefore to extract all the docstring text we need to...
Hi Max, I guess this task might take quite long time, what if we prioritize to completely finish part 2 of the "API next checklist" and then move on to...