py3-nltk-3.9.4v0
Natural Language ToolKit
Back to search · Project homepage
Description
NLTK, the Natural Language Toolkit, is a suite of open source Python
modules, data sets and tutorials supporting research and development in
Natural Language Processing.
A substantial amount of documentation about how to use NLTK, including a
textbook and API documentation, is available from the NLTK website:
http://www.nltk.org/
By default not all the packages that can be used with NLTK have been
installed. It is recommended to manually install these. This can be
accomplished by issuing the following commands from the Python
interpreter:
>>> import nltk
>>> nltk.download()
Package information
- Ports path
- textproc/py-nltk
- Package architecture
- amd64
- Maintainer
- The OpenBSD ports mailing-list <ports@openbsd.org>
- Categories
- textproc, lang/python
- Available flavors
- None listed
- Only for architectures
- aarch64, amd64, arm, i386, mips64, mips64el, powerpc, powerpc64, riscv64, alpha, hppa, sparc64
These are ports metadata. Binary availability depends on the release, architecture and mirror. Build and test dependencies are not an installation checklist.
Direct dependencies
Runtime
- devel/py-click
- devel/py-parsing
- devel/py-regex
- devel/py-tqdm
- graphics/py-matplotlib
- math/prover9/p9m4
- sysutils/py-joblib
- textproc/py-yaml
- lang/python/3
Build
- lang/python/3
- devel/py-build
- devel/py-installer
- devel/py-setuptools py3-setuptools->=79v0
- devel/py-wheel