LANSHER
Language Distinguisher is a small program written in Python 3, which faciliates work with language detection.
Usage
- feed data into the program with JSON in the format of:
{
'en': 'sample text in english',
'cs': 'ukázkový text v češtině',
...
}
- ask the program to categorize input text
More Info
The program was written by Vilém Zouhar for winter semester 2017/2018 at MFF.
Changelog
0.1.2
- 4 tuples by default
0.1.1
- added support for n-tuples
- easier word/char/tuples balancing
0.1.0
- first release