Our great sponsors
-
lingua-go
The most accurate natural language detection library for Go, suitable for long and short text alike
Worth noting that this is on Lingua-Go's issues list for the 1.1.0 version: https://github.com/pemistahl/lingua-go/issues/9
-
lingua-py
The most accurate natural language detection library for Python, suitable for long and short text alike
There is also a comparison with CLD 2 in the repo of sister Python library:
https://github.com/pemistahl/lingua-py#4-how-good-is-it
CDL 2 seems to be slightly less accurate than CLD 3 on average.
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
-
In general, language detection is surprisingly hard. There is LSTM-based implementation https://github.com/AU-DIS/LSTM_langid which should be better than ngrams.
-
Sonar
Write Clean C++ Code. Always.. Sonar helps you commit clean C++ code every time. With over 550 unique rules to find C++ bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
Related posts
- Lingua 1.2.0 - The most accurate natural language detection library for Go, now with support for detecting multiple languages in mixed-language text
- Lingua 1.1.0 - The most accurate natural language detection library for Go, suitable for long and short text alike
- Hacker News top posts: Feb 12, 2022
- The most accurate natural language detection library for Go, suitable for long and short text alike
- Writing A Caesar Shift De-Cipher Function with JavaScript: Part 2