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
| taylorphd-pc:julia sjt$ rm -rf ~/.julia | |
| staylorphd-pc:julia sjt$ bin/julia | |
| _ | |
| _ _ _(_)_ | A fresh approach to technical computing | |
| (_) | (_) (_) | Documentation: http://docs.julialang.org | |
| _ _ _| |_ __ _ | Type "help()" to list help topics | |
| | | | | | | |/ _` | | | |
| | | |_| | | | (_| | | Version 0.1.2+111718311.r1187 | |
| _/ |\__'_|_|_|\__'_| | Commit 1187040d02 (2013-03-08 10:00:57) | |
| |__/ | |
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
| (py27)sean@leibniz:/media/datasets/n-grams/data/1gms$ zgrep "^[0-9]\+\s" vocab.gz | sort -n -r -k 2 | head -n 100 | |
| 1 2563166795 | |
| 2 1846241630 | |
| 0 1834474671 | |
| 3 1304070731 | |
| 2005 1091295264 | |
| 4 1045739277 | |
| 5 915581712 | |
| 10 698337921 | |
| 6 692314831 |
NewerOlder