Skip to content

Commit

Permalink
update links to the nltk book (#2895)
Browse files Browse the repository at this point in the history
  • Loading branch information
dannysepler committed Nov 28, 2021
1 parent e2e94ef commit ca7950c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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

0 comments on commit ca7950c

Please sign in to comment.