Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codersales/spyder-test-nltk

spyder-test-nltk
https://github.com/codersales/spyder-test-nltk

2023

Last synced: about 5 hours ago
JSON representation

spyder-test-nltk

Awesome Lists containing this project

README

        

# spyder-test-nltk

## description

### originally started as
spyder-test-nltk

### changed to
run in VSCode

## content

### setup

conda deactivate

python -m venv .venv

source .venv/Scripts/activate

pip install -r requirements.txt

## references

### current

treebank docs page [nltk.tokenize.treebank module](https://www.nltk.org/api/nltk.tokenize.treebank.html#module-nltk.tokenize.treebank)

### reference texts

Bird, Steven, Edward Loper and Ewan Klein (2009), Natural Language Processing with Python. O’Reilly Media Inc.

https://www.nltk.org/