mirror of
https://github.com/GrammaticalFramework/comp-syntax-gu-mlt.git
synced 2026-02-09 06:41:07 -07:00
start files for lab2
This commit is contained in:
16
lab2/old/wikipedia-2022/FactsEng.gf
Normal file
16
lab2/old/wikipedia-2022/FactsEng.gf
Normal file
@@ -0,0 +1,16 @@
|
||||
concrete FactsEng of Facts = open SyntaxEng, SymbolicEng in {
|
||||
|
||||
lincat
|
||||
Fact = Cl ;
|
||||
Object = NP ;
|
||||
Attribute = CN ;
|
||||
Value = NP ;
|
||||
Name = NP ;
|
||||
|
||||
lin
|
||||
AttributeFact attr obj val = mkCl (mkNP the_Det (mkCN attr (mkAdv possess_Prep obj))) val ;
|
||||
NameObject name = name ;
|
||||
NameValue name = name ;
|
||||
IntValue int = symb int ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user