Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update links to the nltk book #2895

Merged
merged 1 commit into from Nov 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion nltk/__init__.py
Expand Up @@ -13,7 +13,7 @@
Steven Bird, Ewan Klein, and Edward Loper (2009).
Natural Language Processing with Python. O'Reilly Media Inc.
https://www.nltk.org/book
https://www.nltk.org/book/
isort:skip_file
"""
Expand Down
2 changes: 1 addition & 1 deletion nltk/test/portuguese_en.doctest
Expand Up @@ -7,7 +7,7 @@ Examples for Portuguese Processing

This HOWTO contains a variety of examples relating to the Portuguese language.
It is intended to be read in conjunction with the NLTK book
(``https://www.nltk.org/book``). For instructions on running the Python
(``https://www.nltk.org/book/``). For instructions on running the Python
interpreter, please see the section *Getting Started with Python*, in Chapter 1.

--------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion web/index.rst
Expand Up @@ -15,7 +15,7 @@ NLTK is available for Windows, Mac OS X, and Linux. Best of all, NLTK is a free,
NLTK has been called "a wonderful tool for teaching, and working in, computational linguistics using Python,"
and "an amazing library to play with natural language."

`Natural Language Processing with Python <https://www.nltk.org/book>`_ provides a practical
`Natural Language Processing with Python <https://www.nltk.org/book/>`_ provides a practical
introduction to programming for language processing.
Written by the creators of NLTK, it guides the reader through the fundamentals
of writing Python programs, working with corpora, categorizing text, analyzing linguistic structure,
Expand Down
2 changes: 1 addition & 1 deletion web/news.rst
Expand Up @@ -172,7 +172,7 @@ NLTK 3.0.0b2 released: August 2014
Minor bugfixes and clean-ups.

NLTK Book Updates: July 2014
The NLTK book is being updated for Python 3 and NLTK 3 `here <https://www.nltk.org/book>`__.
The NLTK book is being updated for Python 3 and NLTK 3 `here <https://www.nltk.org/book/>`__.
The original Python 2 edition is still available `here <https://www.nltk.org/book_1ed>`__.

NLTK 3.0.0b1 released: July 2014
Expand Down