Skip to main content

A tool for natural language processing in python based on scipy and sklearn

Project description

atnlp

A tool for natural language processing in python based on scipy and sklearn.

Current focus is topic labelling. Read the docs for more information.

Technologies

atnlp uses the following technologies:

Quick start

More details in quickstart docs

Prerequisites

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):

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 then install from github:

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 straight away using scripts, or open a notebook and start hacking.

Versioning

We use SemVer for versioning, implemented through bumpversion. For the versions available, see the tags on this repository.

Authors

  • Will Davey - main developer

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

atnlp-0.0.10.tar.gz (31.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page