mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 00:22:51 -06:00
doc for next-lib; adjustments in summerschool-flyer
This commit is contained in:
@@ -96,7 +96,7 @@ lin
|
||||
Sg => \\g,c => prepCase c ++ genForms "celui-là" "celle-là" ! g ;
|
||||
Pl => \\g,c => prepCase c ++ genForms "celui-là" "celle-là" ! g
|
||||
} ;
|
||||
s2 = "-là"
|
||||
s2 = [] ---- "-là"
|
||||
} ;
|
||||
|
||||
---b that_NP = makeNP ["cela"] Masc Sg ;
|
||||
@@ -119,7 +119,7 @@ lin
|
||||
Sg => \\g,c => prepCase c ++ genForms "celui-ci" "celle-ci" ! g ;
|
||||
Pl => \\g,c => prepCase c ++ genForms "celui-ci" "celle-ci" ! g
|
||||
} ;
|
||||
s2 = "-ci"
|
||||
s2 = [] ---- "-ci"
|
||||
} ;
|
||||
|
||||
---b this_NP = pn2np (mkPN ["ceci"] Masc) ;
|
||||
|
||||
Reference in New Issue
Block a user