We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5eb1bc + b420a7c commit a4a658fCopy full SHA for a4a658f
textblob/tokenizers.py
@@ -45,7 +45,7 @@ def tokenize(self, text, include_punc=True):
45
46
47
class SentenceTokenizer(BaseTokenizer):
48
- """NLTK's sentence tokenizer (currently PunkSentenceTokenizer).
+ """NLTK's sentence tokenizer (currently PunktSentenceTokenizer).
49
Uses an unsupervised algorithm to build a model for abbreviation words,
50
collocations, and words that start sentences,
51
then uses that to find sentence boundaries.
0 commit comments