Created
December 18, 2011 22:16
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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