Commit 49727437 by Ewan Klein

Updated id of corpus for TwitterCorpusReader

parent fecd664b
......@@ -201,7 +201,7 @@ treebank_chunk = LazyCorpusLoader(
treebank_raw = LazyCorpusLoader(
'treebank/raw', PlaintextCorpusReader, r'wsj_.*', encoding='ISO-8859-2')
tweets = LazyCorpusLoader(
'twitter', TwitterCorpusReader, '.*\.json')
'twitter_samples', TwitterCorpusReader, '.*\.json')
udhr = LazyCorpusLoader(
'udhr', UdhrCorpusReader)
udhr2 = LazyCorpusLoader(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment