dev-python/nltk - 3.10.3 (ha-bleeding-edge)

Search

Install

Install this version:

emerge -a =dev-python/nltk-3.10.3

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/nltk-3.10.3

Or alternatively:

emerge --autounmask-write -a =dev-python/nltk-3.10.3

Package Information

Description:
Natural Language Toolkit.
Homepage:
https://pypi.org/project/nltk/
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
3.10.3 8 ~amd64 ~arm64 0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=setuptools
inherit pypi distutils-r1

DESCRIPTION="Natural Language Toolkit."
HOMEPAGE="https://pypi.org/project/nltk/"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64"

RDEPEND="dev-python/defusedxml[${PYTHON_USEDEP}]
	dev-python/click[${PYTHON_USEDEP}]
	dev-python/joblib[${PYTHON_USEDEP}]
	>=dev-python/regex-2021.8.3[${PYTHON_USEDEP}]
	dev-python/tqdm[${PYTHON_USEDEP}]"

distutils_enable_tests pytest

Inherited Eclasses

Dependencies

RDEPEND

dev-python/defusedxml[]
	dev-python/click[]
	dev-python/joblib[]
	>=dev-python/regex-2021.8.3[]
	dev-python/tqdm[]