Skip to content

Commit

Permalink
Fixed typo and ReST subsection header length
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaarsen committed Oct 15, 2021
1 parent c692b0d commit f49ee36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nltk/test/tokenize.doctest
Expand Up @@ -319,9 +319,9 @@ Pickle an MWETokenizer


Regression Tests: TextTilingTokenizer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

TextTilingTokneizer tokenizes text into coherent subtopic chunks based upon Hearst's TextTiling algorithm.
TextTilingTokenizer tokenizes text into coherent subtopic chunks based upon Hearst's TextTiling algorithm.

>>> from nltk.tokenize import TextTilingTokenizer
>>> from nltk.corpus import brown
Expand Down

0 comments on commit f49ee36

Please sign in to comment.