Skip to content

Instantly share code, notes, and snippets.

@jperkin
Created February 21, 2014 13:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jperkin/9134161 to your computer and use it in GitHub Desktop.
Save jperkin/9134161 to your computer and use it in GitHub Desktop.
Before:
PID USERNAME SIZE RSS STATE PRI NICE TIME CPU PROCESS/NLWP
99145 root 2792M 2645M cpu8 1 0 0:02:18 4.1% cabocha-model-i/1
../src/cabocha-model-index -f UTF8 -t EUC-JP dep-tournament.juman.txt dep-tournament.juman.model
iconv_open is not supported
emitting dic : 100% |###########################################|
emitting trie : 100% |###########################################|
double array size : 4089856
trie size : 78030848
feature size : 213743
freq feature size : 3000
minsup : 2
bias : 25664
sigma : 0.0001
normalize factor : 1.9315e-07
Done!
148.87 s
After:
PID USERNAME SIZE RSS STATE PRI NICE TIME CPU PROCESS/NLWP
75673 root 2502M 2451M cpu12 1 0 0:10:45 4.2% cabocha-model-i/1
../src/cabocha-model-index -f UTF8 -t EUC-JP dep-tournament.juman.txt dep-tournament.juman.model
iconv_open is not supported
emitting dic : 100% |###########################################|
emitting trie : 100% |###########################################|
double array size : 5072896
trie size : 76815360
feature size : 259251
freq feature size : 3000
minsup : 2
bias : 50285
sigma : 0.0001
normalize factor : 2.10819e-07
Done!
651.65 s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment