mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-16 08:19:31 -06:00
updated tutorial and quickstart for 3.2
This commit is contained in:
@@ -35,10 +35,10 @@ incomplete concrete ExtFoodsI of ExtFoods = FoodsI ** open Syntax, LexFoods in {
|
||||
You = mkNP youPol_Pron ;
|
||||
We = mkNP we_Pron ;
|
||||
|
||||
GThis = mkNP this_QuantSg ;
|
||||
GThat = mkNP that_QuantSg ;
|
||||
GThese = mkNP these_QuantPl ;
|
||||
GThose = mkNP those_QuantPl ;
|
||||
GThis = mkNP this_Det ;
|
||||
GThat = mkNP that_Det ;
|
||||
GThese = mkNP these_Det ;
|
||||
GThose = mkNP those_Det ;
|
||||
|
||||
Eat = eat_V2 ;
|
||||
Drink = drink_V2 ;
|
||||
|
||||
@@ -8,10 +8,10 @@ concrete FoodsEng of Foods = open SyntaxEng,ParadigmsEng in {
|
||||
Quality = AP ;
|
||||
lin
|
||||
Is item quality = mkCl item quality ;
|
||||
This kind = mkNP this_Quant kind ;
|
||||
That kind = mkNP that_Quant kind ;
|
||||
These kind = mkNP this_Quant plNum kind ;
|
||||
Those kind = mkNP that_Quant plNum kind ;
|
||||
This kind = mkNP this_Det kind ;
|
||||
That kind = mkNP that_Det kind ;
|
||||
These kind = mkNP these_Det kind ;
|
||||
Those kind = mkNP those_Det kind ;
|
||||
QKind quality kind = mkCN quality kind ;
|
||||
Wine = mkCN (mkN "wine") ;
|
||||
Pizza = mkCN (mkN "pizza") ;
|
||||
|
||||
@@ -9,10 +9,10 @@ incomplete concrete FoodsI of Foods = open Syntax, LexFoods in {
|
||||
lin
|
||||
Is item quality = mkUtt (mkCl item quality) ;
|
||||
Isnt item quality = mkUtt (mkS negativePol (mkCl item quality)) ;
|
||||
This kind = mkNP this_Quant kind ;
|
||||
That kind = mkNP that_Quant kind ;
|
||||
These kind = mkNP this_Quant plNum kind ;
|
||||
Those kind = mkNP that_Quant plNum kind ;
|
||||
This kind = mkNP this_Det kind ;
|
||||
That kind = mkNP that_Det kind ;
|
||||
These kind = mkNP these_Det kind ;
|
||||
Those kind = mkNP those_Det kind ;
|
||||
QKind quality kind = mkCN quality kind ;
|
||||
Very quality = mkAP very_AdA quality ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user