Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

制約の情報の解析と利用 #36

Open
kmyk opened this issue Jun 29, 2020 · 0 comments
Open

制約の情報の解析と利用 #36

kmyk opened this issue Jun 29, 2020 · 0 comments

Comments

@kmyk
Copy link
Member

kmyk commented Jun 29, 2020

「入力される変数 x は 0 <= x < MOD を満たすので modint<MOD> 型である」とか「入力される変数 n と列 a_1 ... a_{n-1} と列 b_1 ... b_{n-1} は木を表現している」とか「入力される変数 s は文字 A B のみからなる文字列である」とかの情報を取りたい。これがあると生成結果の品質が向上する。生成された generate.py みたいなのをまったくいじらなくてよくなるとかなりうれしい。

制約の解析はしんどい。場合によってはたぶん古典的な自然言語解析が必要。
手で個別に注釈を与える (interactive にユーザに聞く or ファイルにまとめて書いてもらってそれを読み込む) ことも検討した方がよさそう。

@kmyk kmyk mentioned this issue Jun 29, 2020
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant