Peter M. Stahl

Results 51 comments of Peter M. Stahl

Thanks for your idea @crispamares. There is actually a lot of potential in a tool like this. I don't know yet what to implement for the next version but I...

Thanks for your ideas @NightWatch0. I will think about how to improve *grex* even further and I will keep your suggestions in mind.

> There's also the issue of API design - Simplemma provides the [in_target_language](https://github.com/adbar/simplemma/blob/c87066a74092fbaf6d9073240bc7a3dd8c181902/simplemma/langdetect.py#L42) function which is well suited for this specific task of filtering by language. It gives the estimated...

@kargaranamir I've implemented an algorithm for my other implementations of Lingua (Go, Rust, Python) already. I haven't found the time yet to implement it here. So yes, it's generally solved...

@kargaranamir This feature is still experimental. The more languages you add to the mix, the more inaccurate the result will be. If you can restrict the number of possible languages...

Hi @HridayM25, I've just implemented something similar to your approach. Feel free to try it out and let me know about any improvements you would add.

Hi @serega, I'm sorry for not having merged your changes yet. I was busy with other projects in the last months. But I plan to start working on the Rust...

I have now implemented this concept in c0f7e71, so this PR can be closed.

This sounds like a good idea. I will implement this for the next release.

Yes, the bug has been fixed, apparently. My tests pass now again. :)