mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-28 05:52:51 -06:00
added NP examples and French
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
abstract Exx = Cat ** {
|
||||
abstract Exx = Cat-[VP] ** {
|
||||
|
||||
cat VP ; --- hack to circumvent missing lockfields in overload resolution
|
||||
|
||||
fun
|
||||
|
||||
@@ -22,6 +24,10 @@ fun
|
||||
ex11_VP, ex12_VP, ex13_VP, ex14_VP, ex15_VP, ex16_VP, ex17_VP, ex18_VP, ex19_VP, ex20_VP,
|
||||
ex21_VP, ex22_VP : VP ;
|
||||
|
||||
ex1_NP, ex2_NP, ex3_NP, ex4_NP, ex5_NP, ex6_NP, ex7_NP, ex8_NP, ex9_NP, ex10_NP,
|
||||
ex11_NP, ex12_NP, ex13_NP, ex14_NP, ex15_NP, ex16_NP, ex17_NP, ex18_NP, ex19_NP, ex20_NP,
|
||||
ex21_NP, ex22_NP, ex23_NP : NP ;
|
||||
|
||||
|
||||
-- auxiliary to show VP's
|
||||
|
||||
|
||||
Reference in New Issue
Block a user