ACE-in-GF
ACE-in-GF copied to clipboard
Attempto Controlled English (http://attempto.ifi.uzh.ch/) in Grammatical Framework (https://www.grammaticalframework.org/)
I tried building this from scratch, but no luck. The top-level build (bash make-pgf.bash) doesn't actually download the necessary dictionary. Trying to download it myself fails. Here is my Dockerfile:...
Both of the commands given in readme for setup fail: ``` make pgf_acewiki_aceowl make pgf_ontograph_40 ``` Both fail with: `"File Numeral.gf does not exist."`
Investigate if this change allows us to remove the copies: https://github.com/GrammaticalFramework/GF/commit/1ea9f7cea7a1667fdb899f722ac922d56aa07b44
``` Words300> p -lang=Ace "John is nothing X ." | l John is nothing X . Joan és X . John er X . Jan is X . Jussi on...
This works: ``` p -lang=Ace "John asks Mary and asks Mary ." ``` This does not work: ``` p -lang=Ace "John asks Mary and asks Mary and asks Mary ."...