document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. require(koRpus)
  2. tokenize(\'/tmp/hansard.txt\', lang=\'en\') -> txt.tokenized
  3. readability(txt.tokenized)
');