We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
明らかに含意しているのにrte_ja.shの出力がunknownとなってしまいます。 Coqについて勉強不足で、何が問題なのか分かりませんでした。 ReadmeでCoqのバージョンが指定されておらず、かつ最新のCoq8.11でRTEが動作しません。
rte_ja.sh
unknown
emnlp2016exp.sh
cp ja/coqlib_ja.v coqlib.v coqc coqlib.v cp ja/tactics_coq_ja.txt tactics_coq.txt
ソクラテスは人間である。 ソクラテスは人間である。
./ja/rte_ja.sh out/sentence.txt ja/semantic_templates_ja_event.yaml
nltac_set; nltac_final.
No such goal.
Require Export coqlib. Parameter _ソクラテス : Entity. Parameter _人間 : Entity -> Prop. Theorem t1: (and True (exists x, (and (_人間 x) (exists e, (and (and ((Nom e) = x) True) ((Nom e) = _ソクラテス)))))) -> (and True (exists x, (and (_人間 x) (exists e, (and (and ((Nom e) = x) True) ((Nom e) = _ソクラテス)))))). Set Firstorder Depth 1. nltac. nltac_set; nltac_final. Set Firstorder Depth 3. nltac_final. Qed.
ccg2lambda/scripts/theorem.py
Lines 337 to 343 in 442a9ec
The text was updated successfully, but these errors were encountered:
I downgraded Coq from 8.11 to 8.3 and it worked fine.
Sorry, something went wrong.
No branches or pull requests
問題点
明らかに含意しているのにrte_ja.sh
の出力がunknown
となってしまいます。Coqについて勉強不足で、何が問題なのか分かりませんでした。
ReadmeでCoqのバージョンが指定されておらず、かつ最新のCoq8.11でRTEが動作しません。
環境
やったこと
emnlp2016exp.sh
を参考にして以下のセットアップを行いました。調べたこと
nltac_set; nltac_final.
のところでNo such goal.
と出て止まりました。参照
ccg2lambda/scripts/theorem.py
Lines 337 to 343 in 442a9ec
The text was updated successfully, but these errors were encountered: