Peter M. Stahl

Results 51 comments of Peter M. Stahl

Ah, those look suitable, thank you. For [`LanguageModelFilesWriter`](https://github.com/pemistahl/lingua-py/blob/main/lingua/writer.py#L27) being able to create the language models, it needs training data in plain text without any annotations etc. So I would need...

Haha, thanks @jturner116. What higher motivation could I wish for? (-; I'm still in the concept phase for this feature but will try to implement some of it as soon...

I had the same problem. I solved it by executing both tasks in the same Gradle call: `./gradlew publishAllPublicationsToSonatypeRepository closeAndReleaseSonatypeStagingRepository` If I execute the tasks in two separate Gradle calls,...

Thank you @osma for adding my library to your evaluation. :) It is not surprising that CLD3 is faster than Lingua. CLD3 has been implemented in C++ whereas my library...

Hi @osma, I have just released [Lingua 1.1.2](https://github.com/pemistahl/lingua-py/releases/tag/v1.1.2) which removes the most significant performance problems of the previous version. The language models are now stored on disk as serialized NumPy...

Thank you @aditya-hari for this feature request. I will think about how to implement this.

@zacharywhitley Do you still plan to open a PR for this issue? If not, I will close it because it's not clear to me what your exact problems were with...

> I cannot try this tool :( Hello @sarkiroka. Well, this is not true. You have the option to [download it manually](https://github.com/pemistahl/grex/releases/download/v1.2.0/grex-v1.2.0-x86_64-unknown-linux-musl.tar.gz) and put it somewhere on your computer. As...

Hi @piraces, thank you very much for providing a Chocolatey package for grex. I just stumbled over it accidentally. I've mentioned it in the README now so that Windows users...

@piraces, I don't necessarily need to maintain the package. Perhaps you can just add me as a co-maintainer next to yourself. I'm not a Windows user myself, so I'm not...