1
0
forked from GitHub/gf-rgl

Fixed Readme error with screenshot

This commit is contained in:
Yap Jun Hong (Nemo)
2022-08-14 14:39:34 +08:00
parent 04fb507c9a
commit 14d090b15f

View File

@@ -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: