Thanks to visit codestin.com
Credit goes to github.com

Skip to content

prrao87/spacy-nlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NLP with spaCy

This repo contains example notebooks for NLP workflows using the spaCy library.

Installation

Install the required dependencies (for Python 3.6+) using a virtual environment:

python3 -m venv .env
source .env/bin/activate
pip3 install -r requirements.txt

For further development, simply activate the existing environment:

source .env/bin/activate

Notebooks

  1. Improving the performance of a spaCy workflow [spacy_multiprocess.ipynb]: Speed up a spaCy pipeline using a combination of multiprocessing and custom language pipes.

About

Natural Language Processing experiments using the spaCy library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published