Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/codersales/spyder-test-nltk
- Owner: CoderSales
- License: mit
- Created: 2023-12-14T13:11:32.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-29T15:01:41.000Z (4 months ago)
- Last Synced: 2024-06-29T16:22:09.884Z (4 months ago)
- Topics: 2023
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/