forked from GitHub/gf-rgl
Edited Readme file hierarchy so that it's a screenshot. Added FileHierarchy.png also
This commit is contained in:
BIN
src/FileHierarchy.png
Normal file
BIN
src/FileHierarchy.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
@@ -26,13 +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.
|
The below graphic is an alternative graphic explaining the relations, taken from private correspondence with Inari.
|
||||||
|
|
||||||
Lang
|

|
||||||
/ \
|
|
||||||
Lexicon Grammar
|
|
||||||
/ | | | \
|
|
||||||
Adjective Adverb Noun Verb Phrase …
|
|
||||||
\ | | | | | | | | | | | | | | /
|
|
||||||
Cat
|
|
||||||
|
|
||||||
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:
|
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:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user