Created
March 11, 2012 14:08
-
-
Save nuna/2016550 to your computer and use it in GitHub Desktop.
任天堂採用情報ページの参考課題
This file contains 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
$ time curl -Lso - http://bit.ly/ye8vZA | zcat | ruby -rtext -e 'w=ARGF.read.split(/\n/);p %w(インターネト プログラミングル 東強都 任人堂 東京特許許許可局 マロオブラザーズ イーサネッット コソトローラ).map{|i|w.sort_by{|j|Text::Levenshtein.distance(i,j)}[0]}' | |
["インターネット", "プログラミング", "東都", "任天堂", "東京特許許可局", "マリオブラザーズ", "イーサネット", "コントローラ"] | |
real 14m13.030s | |
user 13m28.858s | |
sys 0m5.232s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment