From 0bf9d7c4f36da443cd8fb57f0d7ca5137ace5e7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Sun, 15 Feb 2026 12:12:17 +0100 Subject: [PATCH] add readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0c9b0c3 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# [Grammatical Framework](https://www.grammaticalframework.org) + +Try it out: + +1. `nix develop` +2. `gf alltenses/LangEng.gfo` +3. in the GF-shell run `generate_random | linearize` + +Run `gf-book` in the Nix dev-shell to look at the Grammatical Framework monograph by Aarne Ranta. + +## Resources +- [Introductory Talk by Aarne Ranta @ Google Tech Talks](https://www.youtube.com/watch?v=x1LFbDQhbso&list=PLrgqBB5thLeT15fUtJ8_Dtk8ppdtH90MK)