About Package
This package is developed by Mayuresh Choudhary. Its a NLP model, Package help in Language detection. It uses MultinomialNB algorithm to Detect the langauge from Text. Currently program only supports language detection from text.
Different versions of packages will be released in the future.
Now install the package and with just three lines of code you can start detecting the Language from text for more details scroll down.
Installation
Install my-project with pip
pip install LanguageDetection
Accessing Package
After successfull installation of "LanguageDetection" package.
from LanguageDetection import LanguageDetection as lang
lg = lang.LanguageDetection()
prediction = lg.LanguageDetect("PASS THE TEXT")
print(prediction)
Languages
Dataset used by the Model consists of text details for 17 different languages, ie, Package can predict 17 different language...
- English
- Malayalam
- Hindi
- Tamil
- Kannada
- French
- Spanish
- Portuguese
- Italian
- Russian
- Sweedish
- Dutch
- Arabic
- Turkish
- German
- Danish
- Greek
Authors