diff --git a/nltk/__init__.py b/nltk/__init__.py index a96ac22b25..9573e73791 100644 --- a/nltk/__init__.py +++ b/nltk/__init__.py @@ -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 """ diff --git a/nltk/test/portuguese_en.doctest b/nltk/test/portuguese_en.doctest index e490d4cee5..41c0da1b31 100644 --- a/nltk/test/portuguese_en.doctest +++ b/nltk/test/portuguese_en.doctest @@ -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. -------------------------------------------- diff --git a/web/index.rst b/web/index.rst index 4481c553c8..ed55f1be14 100644 --- a/web/index.rst +++ b/web/index.rst @@ -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 `_ provides a practical +`Natural Language Processing with Python `_ 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, diff --git a/web/news.rst b/web/news.rst index 5acc8d8d43..d72db6d0cb 100644 --- a/web/news.rst +++ b/web/news.rst @@ -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 `__. + The NLTK book is being updated for Python 3 and NLTK 3 `here `__. The original Python 2 edition is still available `here `__. NLTK 3.0.0b1 released: July 2014