
nltk 3.9.2
0
Natural Language Toolkit
Contents
Natural Language Toolkit
Stars: 14507, Watchers: 14507, Forks: 2980, Open Issues: 290The nltk/nltk repo was created 16 years ago and the last code push was 1 months ago.
The project is extremely popular with a mindblowing 14507 github stars!
How to Install nltk
You can install nltk using pip
pip install nltk
or add it to a project with poetry
poetry add nltk
Package Details
- Author
- NLTK Team
- License
- Apache License, Version 2.0
- Homepage
- https://www.nltk.org/
- PyPi:
- https://pypi.org/project/nltk/
- Documentation:
- https://www.nltk.org/
- GitHub Repo:
- https://github.com/nltk/nltk
Classifiers
- Scientific/Engineering
- Scientific/Engineering/Artificial Intelligence
- Scientific/Engineering/Human Machine Interfaces
- Scientific/Engineering/Information Analysis
- Text Processing
- Text Processing/Filters
- Text Processing/General
- Text Processing/Indexing
- Text Processing/Linguistic
Related Packages
Errors
A list of common nltk errors.
Code Examples
Here are some nltk code examples and snippets.
GitHub Issues
The nltk package has 290 open issues on GitHub
- lm: bound recursion depth to prevent DoS
- Add support for Python 3.13 3.14 3.14t
- Contribution: Pattern-based Arabic Analyzer (AAStemmer)
- fix the Jaro similarity score for single-character strings and empty strings
- CHILDES-related functions may not work properly at this time
- Does anyone give a code to devide sentence into thought group(intonation unit) with NLTK or spacy?
- Use "localhost" instead of "" as a host to check a port before starting CoreNLP server
- Warn on unpickling user-provided pickles
- Unsafe pickle loading in a few modules
- There is not enough delay after launching a CoreNLP server and before testing whether the process exited prematurely
pythonfix

