mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-03 16:22:52 -06:00
Moved the different versions of the toy0 concrete modules to different subdirectories.
This commit is contained in:
23
examples/regulus/toy0/example-based/Toy0IE.gfe
Normal file
23
examples/regulus/toy0/example-based/Toy0IE.gfe
Normal file
@@ -0,0 +1,23 @@
|
||||
--# -resource=present/LangEng.gfc
|
||||
--# -path=..:present:prelude
|
||||
|
||||
-- to compile: gf -examples Toy0IE.gfe
|
||||
|
||||
incomplete concrete Toy0IE of Toy0 = open Grammar, Lexicon in {
|
||||
|
||||
lincat
|
||||
Spec = Det ;
|
||||
Noun = N ;
|
||||
NP = Utt ;
|
||||
|
||||
lin
|
||||
SpecNoun every_Det house_N = in Utt "every house" ;
|
||||
|
||||
One = in Det "one" ;
|
||||
Two = in Det "two" ;
|
||||
|
||||
Felis = in N "cat" ;
|
||||
Canis = in N "dog" ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user