Skip to content

Instantly share code, notes, and snippets.

@emres
Created December 18, 2011 22:16
Show Gist options
  • Save emres/1494649 to your computer and use it in GitHub Desktop.
Save emres/1494649 to your computer and use it in GitHub Desktop.
Language detection in Bash command line - retrieving English and German corpus from Gutenberg
wget http://www.gutenberg.org/ebooks/46.txt.utf8 && mv 46.txt.utf8 EN && wget http://www.gutenberg.org/cache/epub/2229/pg2229.txt && mv pg2229.txt DE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment