معرفی شرکت ها


LanguageDetection-0.1.3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

For Language Detection
ویژگی مقدار
سیستم عامل OS Independent
نام فایل LanguageDetection-0.1.3
نام LanguageDetection
نسخه کتابخانه 0.1.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Mayuresh Choudhary
ایمیل نویسنده mayureshchoudhary22@gmail.com
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/LanguageDetection/
مجوز -
# 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 ```bash pip install LanguageDetection ``` ## Accessing Package After successfull installation of "LanguageDetection" package. ```bash #Import Package in this way from LanguageDetection import LanguageDetection as lang #Specify the variable name as shown bellow: lg = lang.LanguageDetection() #create variable and store the result in it. prediction = lg.LanguageDetect("PASS THE TEXT") #Print the result on the screen or just perform the operation. print(prediction) #Here in this demo, variables like lg, prediction, Lang and other are just used for demo purposes they can anything as per the requirments of the programmer. ``` ## 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 - Name: Mayuresh Choudhary - Email: mayureshchoudhary22@gmail.com - Profile: https://myadorn.in/members/mayureshchoudhary/


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl LanguageDetection-0.1.3:

    pip install LanguageDetection-0.1.3.whl


نصب پکیج tar.gz LanguageDetection-0.1.3:

    pip install LanguageDetection-0.1.3.tar.gz