We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0391758 commit 8836835Copy full SHA for 8836835
readability/text/analyzer.py
@@ -3,7 +3,6 @@
3
from .syllables import count as count_syllables
4
from nltk.tokenize import sent_tokenize, TweetTokenizer
5
from nltk.stem.porter import PorterStemmer
6
-# from nltk.tag import pos_tag
7
8
9
class AnalyzerStatistics:
0 commit comments