Path signatures for Natural Language Processing.
Project description
nlpsig
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.0.tar.gz
(46.4 kB
view hashes)
Built Distribution
nlpsig-0.2.0-py3-none-any.whl
(32.5 kB
view hashes)