|
|
text1 = Text(gutenberg.words('melville-moby_dick.txt'))
|
|
|
text2 = Text(gutenberg.words('austen-sense.txt'))
|
|
|
text3 = Text([str(w) for w in genesis.words('english-kjv.txt')...
|
|
|
text4 = Text(inaugural.words(), name= "Inaugural Address Corpus")
|
|
|
text5 = Text(nps_chat.words(), name= "Chat Corpus")
|
|
|
text6 = Text(webtext.words('grail.txt'), name= "Monty Python a...
|
|
|
text7 = Text(treebank.words(), name= "Wall Street Journal")
|
|
|
text8 = Text(webtext.words('singles.txt'), name= "Personals Co...
|
|
|
text9 = Text(gutenberg.words('chesterton-thursday.txt'))
|
|
|
sent1 = ["Call", "me", "Ishmael", "."]
|
|
|
sent2 = ["The", "family", "of", "Dashwood", "had", "long", "be...
|
|
|
sent3 = ["In", "the", "beginning", "God", "created", "the", "h...
|
|
|
sent4 = ["Fellow", "-", "Citizens", "of", "the", "Senate", "an...
|
|
|
sent5 = ["I", "have", "a", "problem", "with", "people", "PMing...
|
|
|
sent6 = ['SCENE', '1', ':', '[', 'wind', ']', '[', 'clop', 'cl...
|
|
|
sent7 = ["Pierre", "Vinken", ",", "61", "years", "old", ",", "...
|
|
|
sent8 = ['25', 'SEXY', 'MALE', ',', 'seeks', 'attrac', 'older'...
|
|
|
sent9 = ["THE", "suburb", "of", "Saffron", "Park", "lay", "on"...
|