From 14d090b15f9498f98c61b66afff53607749f96fe Mon Sep 17 00:00:00 2001 From: "Yap Jun Hong (Nemo)" <74129880+nemoyjh@users.noreply.github.com> Date: Sun, 14 Aug 2022 14:39:34 +0800 Subject: [PATCH] Fixed Readme error with screenshot --- src/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/README.md b/src/README.md index e8b74871..fd22f494 100644 --- a/src/README.md +++ b/src/README.md @@ -26,7 +26,7 @@ http://www.grammaticalframework.org/lib/doc/rgl-tutorial/index.html The below graphic is an alternative graphic explaining the relations, taken from private correspondence with Inari. -![File Hierarchy](gr-rgl\src\FileHierarchy.png) +![File Hierarchy](FileHierarchy.png) CatLang defines the categories, and the modules AdjectiveLang, NounLang, SentenceLang, PhraseLang, and so on, all extend Cat. The Grammar is defined as a collection of all those AdjectiveLang, NounLang, SentenceLang, and so on modules. LangLang is defined as the collection GrammarLang and LexiconLang and is where you will be checking your program. You may ignore: