Skip to main content

NLP pipeline component (spacy.io) for PCU project

Project description

# pcu_nlp

NLP pipeline component (spacy.io) for PCU project

Based on [spacy.io][spacy].

[Check PCU project][pcu].

[spacy]: https://spacy.io [pcu]: https://github.com/zevio/pcu_core


## Installation

To install requirements, go to pcu_nlp/ directory and execute the Makefile with the following command line :

make init

## Usage in another project

If you wish to import this module in another Python project, please install it :

pip install pcu-nlp

Then, add this import line at the beginning of your Python file :

from pcu_nlp import pcu_nlp

You can now use pcu_nlp’s functions, for example :

pcu_nlp.spacyPipeline(text)

## Test

To test your installation, go to pcu_nlp/ directory and execute the Makefile with the following command line :

make test

Project details


Release history Release notifications | RSS feed

This version

1.2

Download files

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

Source Distribution

pcu_nlp-1.2.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

pcu_nlp-1.2-py3-none-any.whl (17.9 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