Package nltk :: Package corpus :: Package reader :: Module senseval :: Class SensevalCorpusReader
[hide private]
[frames] | no frames]

type SensevalCorpusReader

source code

      object --+    
               |    
api.CorpusReader --+
                   |
                  SensevalCorpusReader

Instance Methods [hide private]
 
instances(self, fileids=None) source code
 
raw(self, fileids=None)
Returns: the text contents of the given fileids, as a single string.
source code
 
_entry(self, tree) source code

Inherited from api.CorpusReader: __init__, __repr__, abspath, abspaths, encoding, fileids, open, readme

Inherited from api.CorpusReader (private): _get_root

    Deprecated since 0.9.7

Inherited from api.CorpusReader: files

    Deprecated since 0.9.1

Inherited from api.CorpusReader: items

Inherited from api.CorpusReader (private): _get_items

Instance Variables [hide private]

Inherited from api.CorpusReader (private): _encoding, _fileids, _root

Properties [hide private]

Inherited from api.CorpusReader: root

Method Details [hide private]

raw(self, fileids=None)

source code 
Returns:
the text contents of the given fileids, as a single string.