関連文献
/UIPedia/Greg Little: Translating keyword commands into executable code
Rob Miller, 2008
「left margin 4 inches」と言うと「ActiveDocument.PageSetup.LeftMargin=InchesToPoints(2) 」を実行できる
ほとんど同じかもしれない?
汎用性は無いんじゃないかな
/UIPedia/Tihomir Gvero: Synthesizing Java expressions from free-form queries
anyCodeというシステム。自然言語キーワードを入力するとコードスニペットが表示される。
copy fileA fileBみたいなキーワードからFileUtil.copyFile(new File(fileA), new File(fileB))みたいなコード候補を生成する
自然言語処理を行なっている
/UIPedia/Björn Hartmann: What would other programmers do: suggesting solutions to error messages
他人のヒストリを使ってコンパイルエラー対処法をサジェスト
/UIPedia/George Furnas: The vocabulary problem in human-system communication
なかなか正しい言葉を使えないという古い論文
「語彙問題」
#★