mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-04 00:32:51 -06:00
11 lines
311 B
Plaintext
11 lines
311 B
Plaintext
--# -path=.:../abstract:../common:../english:prelude
|
|
|
|
concrete KoeEng of Koe = CatEng **
|
|
open ParadigmsEng, ConstructorsEng, CombinatorsEng, GrammarEng in {
|
|
|
|
lin
|
|
ex1 = mkPhr (mkS (mkCl (mkNP (regPN "John")) (mkVP (regV "walk")))) ;
|
|
ex2 = mkPhr (mkS (pred (regV "walk") (mkNP (regPN "John")))) ;
|
|
|
|
}
|