Contents

nltk 3.9.2

0

Natural Language Toolkit

Natural Language Toolkit

Stars: 14507, Watchers: 14507, Forks: 2980, Open Issues: 290

The 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
No  nltk  pypi packages just yet.

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

See more issues on GitHub

Related Packages & Articles

nlp 0.4.0

HuggingFace/NLP is an open library of NLP datasets.

gensim 4.4.0

Python framework for fast Vector Space Modelling

keras 3.13.2

Keras is a deep learning API written in Python, running on top of the machine learning platform TensorFlow. The core data structures of Keras are layers and models. The philosophy is to keep simple things simple, while allowing the user to be fully in control when they need to (the ultimate control being the easy extensibility of the source code via subclassing).