معرفی شرکت ها


cf-nlp-0.1.9


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

ClowdFlows natural language processing module
ویژگی مقدار
سیستم عامل OS Independent
نام فایل cf-nlp-0.1.9
نام cf-nlp
نسخه کتابخانه 0.1.9
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Matej Martinc
ایمیل نویسنده matej.martinc@ijs.si
آدرس صفحه اصلی https://github.com/xflows/cf_nlp
آدرس اینترنتی https://pypi.org/project/cf-nlp/
مجوز MIT License
# ClowdFlows NLP Module # A [ClowdFlows](https://github.com/xflows/clowdflows/) package, which contains widgets for natural language processing. The package can also be used with [ClowdFlows](https://github.com/xflows/clowdflows/) 2.0. [![Documentation Status](https://readthedocs.org/projects/rdm/badge/?version=latest)](http://clowdflows.readthedocs.io/) Currently, the project contains components for different corpus operations, basic natural language processing operations such as tokenization, stop word removal, lemmatization, part-of-speech tagging, etc. It also has modules for tweet streaming, term extraction and gender classification. ## Installation, documentation ## Since three pickled models are too big for github, you have to download the following models manually from external links and add them to the cf_nlp/models/reldi_tagger subfolder in order to make Reldi tagger and Reldi lemmatizer work: * http://nlp.ffzg.hr/data/reldi/hr.lexicon.guesser * http://nlp.ffzg.hr/data/reldi/sr.lexicon.guesser * http://nlp.ffzg.hr/data/reldi/sl.lexicon.guesser Please note that because of package size limits the pypi packgage does not include the models, which needs to be added manually. This can be done by downloading the model folder from github (https://github.com/xflows/cf_nlp/tree/master/nlp/models). The three pickled models mentioned above need to be downloaded manually and added to the folder. You can also download a wheel with all the models inside from: * http://kt.ijs.si/matej_martinc/cf_nlp-0.0.16-py2-none-any.whl Please find other installation instructions, examples and API reference on [Read the Docs](http://clowdflows.readthedocs.io/). ## Note ## Please note that this is a research project and that drastic changes can be (and are) made pretty regularly. Changes are documented in the [CHANGELOG](CHANGELOG.md). Pull requests and issues are welcome. ## Contributors to the cf_nlp package code ## Matej Martinc (@matejMartinc) * [Knowledge Technologies Department](http://kt.ijs.si), Jožef Stefan Institute, Ljubljana


نیازمندی

مقدار نام
==0.20.1 pandas
==1.1.6 langid
==3.5.0 tweepy
==0.7.4 marisa-trie
==0.9 python-crfsuite
==1.6 reldi
- theano
==2.2.2 keras
==1.2.0 lemmagen
==0.4 editdistance


نحوه نصب


نصب پکیج whl cf-nlp-0.1.9:

    pip install cf-nlp-0.1.9.whl


نصب پکیج tar.gz cf-nlp-0.1.9:

    pip install cf-nlp-0.1.9.tar.gz