# nltk_mirror **Repository Path**: huangshiyu/nltk_mirror ## Basic Information - **Project Name**: nltk_mirror - **Description**: https://github.com/nltk/nltk的镜像 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-16 - **Last Updated**: 2025-10-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Natural Language Toolkit (NLTK) [![PyPI](https://img.shields.io/pypi/v/nltk.svg)](https://pypi.python.org/pypi/nltk) ![CI](https://github.com/nltk/nltk/actions/workflows/ci.yaml/badge.svg?branch=develop) 原始仓库: https://github.com/nltk/nltk 修改了index.xml加载的地方,把index.xml变为本地加载,方便设置离线数据下载的链接。原始地址:[index.xml](https://raw.githubusercontent.com/nltk/nltk_data/gh-pages/index.xml) - 如要修改数据下载地址,请修改`./nltk/index.xml`文件中相应的链接 ---- ## 安装方法 - `pip install git+https://gitee.com/huangshiyu/nltk_mirror.git` - 或者在你的requirements.txt文件中加入`nltk @ git+https://gitee.com/huangshiyu/nltk_mirror.git` 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. NLTK requires Python version 3.7, 3.8, 3.9, 3.10 or 3.11. For documentation, please visit [nltk.org](https://www.nltk.org/). ## Contributing Do you want to contribute to NLTK development? Great! Please read [CONTRIBUTING.md](CONTRIBUTING.md) for more details. See also [how to contribute to NLTK](https://www.nltk.org/contribute.html). ## Donate Have you found the toolkit helpful? Please support NLTK development by donating to the project via PayPal, using the link on the NLTK homepage. ## Citing If you publish work that uses NLTK, please cite the NLTK book, as follows: Bird, Steven, Edward Loper and Ewan Klein (2009). Natural Language Processing with Python. O'Reilly Media Inc. ## Copyright Copyright (C) 2001-2023 NLTK Project For license information, see [LICENSE.txt](LICENSE.txt). [AUTHORS.md](AUTHORS.md) contains a list of everyone who has contributed to NLTK. ### Redistributing - NLTK source code is distributed under the Apache 2.0 License. - NLTK documentation is distributed under the Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 United States license. - NLTK corpora are provided under the terms given in the README file for each corpus; all are redistributable and available for non-commercial use. - NLTK may be freely redistributed, subject to the provisions of these licenses.