8000
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.
1 parent c14c15a commit 27cb773Copy full SHA for 27cb773
nltk/corpus/reader/api.py
@@ -30,7 +30,7 @@ class CorpusReader(object):
30
identified by its ``file identifier``, which is the relative path
31
to the file from the root directory.
32
33
- A separate subclass is be defined for each corpus format. These
+ A separate subclass is defined for each corpus format. These
34
subclasses define one or more methods that provide 'views' on the
35
corpus contents, such as ``words()`` (for a list of words) and
36
``parsed_sents()`` (for a list of parsed sentences). Called with
0 commit comments