-
I'm using version 1.0.2 - fails when I use the single word "hallo" - here is a quick repro:
```
$ python
Python 3.7.1 (default, Dec 14 2018, 19:28:38)
>>> from whatlang import WhatLang
>>> wl = W…
-
As I understand, `whichlang` is based on [whatlang](https://docs.rs/whatlang/0.16.2/whatlang/index.html) which currently supports 68 languages. Can `whichlang` be extended to support them also?
-
Just a demo idea.. At quick glance, either `whatlang` or `lingua-rs` seem like they could be used as a plug-in... take text from a select query and analyze to determine the language it's written in.
-
When evaluating the Turing machine for Exercise 8 from Chapter 9 (ex9.5ttm-whatlang-a.jff), which recognizes the language |a|_n = |b|_(2*n), the results in "Fast run" and "Multiple run" for the string…
-
Hello
Thank you for your continuous efforts in maintaining and improving Charabia. I’m writing to request support for the Persian language in your normalization and segmentation modules, similar to…
Ja7ad updated
2 months ago
-
https://github.com/greyblake/whatlang-rs
-
* [ ] Obviously swearing in a commit message should be an achievement
* [ ] Detect censored swears
* [ ] Being too polite - "please and thank you"
* [ ] Sentiment analysis; both extremes
* [ ] Emb…
-
Hi! I'm considering using Lingua in a project. It compares favourably to CLD2 and Whatlang on our dataset (social media posts), but one of our requirements is that we need to distinguish between tradi…
-
Functions take `Lang` and `Script` which are not annotated with a #[repr()] annotation in whatlang. C-Like Enums without #[repr()] are currently represented by the smallest integer size which can hold…
-
## The Problem
Currently, we're using dandelion.eu for language detection. This has the major disadvantage that we need to send all public bug reports to another server to have them analyzed there. A…