言語処理100本ノック with Red言語
言語処理100本ノックをRed言語で解いていきます。
Red言語の参考になれば幸いです。
問題10~19で使用するファイル「hightemp.txt」はこちらからダウンロードできます。
問題20で使用するファイル「jawiki-country.json.gz」はこちらからダウンロードできます。
In Japan, there are well-known “100 coding questions” for practice of natural language processing.
It is called 言語処理100本ノック(100 questions of natural language processing). I am making Red-lang version now.
‘Question’ header of each source file explains what the code does.
You can find other language versions on Github.
On question 10 ~ 19, we use a file ‘hightemp.txt’, you can download the file here.
On question 20, we use a file ‘jawiki-country.json.gz’, you can download the file here