معرفی شرکت ها


atnlp-0.0.9


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A tool for natural language processing in python based on scipy and sklearn
ویژگی مقدار
سیستم عامل -
نام فایل atnlp-0.0.9
نام atnlp
نسخه کتابخانه 0.0.9
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Will Davey
ایمیل نویسنده wedavey@gmail.com
آدرس صفحه اصلی https://github.com/wedavey/atnlp
آدرس اینترنتی https://pypi.org/project/atnlp/
مجوز MIT
# atnlp A tool for natural language processing in python based on scipy and sklearn. Current focus is topic labelling. [Read the docs](https://wedavey.github.io/atnlp/) for more information. ## Technologies atnlp uses the following technologies: - [conda](https://www.anaconda.com/) - datascience platform - [scipy](https://www.scipy.org/) - datascience tools - [sphinx](http://www.sphinx-doc.org/en/master/) - documentaion - [bumpversion](https://github.com/peritus/bumpversion) - semantic versioning - [github](https://github.com/) - software development platform - [travis](https://travis-ci.org/wedavey/atnlp) - continuous integration ## Quick start More details in [quickstart docs](https://wedavey.github.io/atnlp/quickstart.html) ### Prerequisites - **conda** (anaconda / miniconda) - follow the [installation instructions](https://conda.io/docs/user-guide/install/index.html) for your platform and select python 3 version. After installing update `conda` from the `conda-forge` repo: ``` conda update conda -c conda-forge ``` ### Install (production) Install atnlp (with pip) and its dependencies (with conda): ```bash wget https://raw.githubusercontent.com/wedavey/atnlp/master/envprod.yml conda env create -f envprod.yml -n atnlp conda activate atnlp ``` ### Install (development) Fork [wedave/atnlp](https://github.com/wedavey/atnlp) then install from github: ```bash git clone git@github.com:<your-user-name>/atnlp.git conda env create -f atnlp/envdev.yml -n atnlp-dev conda activate atnlp-dev cd atnlp; python setup.py develop ``` ## Running tests TODO... ## Deployment Start [training topic models](https://wedavey.github.io/atnlp/topiclabel.html) straight away using scripts, or open a notebook and start hacking. ## Versioning We use [SemVer](https://semver.org/) for versioning, implemented through bumpversion. For the versions available, see the [tags on this repository](https://github.com/wedavey/atnlp/tags). ## Authors - **Will Davey** - main developer ## License This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details


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

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


نحوه نصب


نصب پکیج whl atnlp-0.0.9:

    pip install atnlp-0.0.9.whl


نصب پکیج tar.gz atnlp-0.0.9:

    pip install atnlp-0.0.9.tar.gz