Skip to main content

Path signatures for Natural Language Processing.

Project description

nlpsig

Actions Status Documentation Status PyPI version PyPI platforms

Installation

pip install nlpsig

From source:

In the root directory of this repository, perform a verbose, editable install with pip into a new virtual environment. For example using conda:

git clone git@github.com:datasig-ac-uk/nlpsig.git
cd nlpsig
conda create -n nlpsig python=3.8
conda activate nlpsig
pip install -v -e .

Or with venv:

python3 -m venv .venv
source ./.venv/bin/activate
pip install -v -e .
  • For using within Jupyter, you can create a kernel with:
python -m ipykernel install --user --name nlpsig

See CONTRIBUTING.md for more information on running the test suite using nox.

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

nlpsig-0.2.1.tar.gz (46.5 kB view hashes)

Uploaded Source

Built Distribution

nlpsig-0.2.1-py3-none-any.whl (32.5 kB view hashes)

Uploaded Python 3

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