Skip to content

🗣A fast language detection python package for Ikinyarwanda(Native language of Rwandans)

License

Notifications You must be signed in to change notification settings

knowbee/pyrwalang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rwalang (detect ikinyarwanda)

Downloads Open Source Love Open Source Love

A fast language detection package for Ikinyarwanda(Native language of Rwandans) âš  Be aware that if a sentence has foreign language mixed with Ikinyarwanda rwalang returns false

Installation

The distribution is hosted on pypi at: https://pypi.org/project/rwalang/. To directly install the package from pypi, run from your terminal::

$ pip install rwalang

Usage

from rwalang import isKinyarwanda

print(isKinyarwanda("Thank you!")); //false
print(isKinyarwanda("Murakoze!")); //true
print(isKinyarwanda("Mu myandikire ya gihaânga")); //true
print(isKinyarwanda("Iminsi n'imitindi")); //true
print(isKinyarwanda("Yangurije amafaranga magana atanu")); //true
print(isKinyarwanda("mbega i nigga")); //false 😂

About

🗣A fast language detection python package for Ikinyarwanda(Native language of Rwandans)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages