sahyagiri / malayalam_detect

Port of Google's language-detection library to Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Malayalam Detect is a fork of langdetect langdetect

The main reason to fork was to have performance improvements.

Usage:

from malayalamdetect.malayalam_detect import cleanup_malayalam_sentence

print(cleanup_malayalam_sentence('പർവ്വനങ്ങൾ തേടും! What a feel! 😘😍😍😍🎶🎶💞💞💝💕'))

output

പർവ്വനങ്ങൾ തേടും!

About

Port of Google's language-detection library to Python.

License:Apache License 2.0


Languages

Language:Python 100.0%