1
0
forked from GitHub/gf-core

the rest of Urdu files - now compiles with lib/src/Make

This commit is contained in:
aarne
2010-03-29 12:41:33 +00:00
parent 1402b10138
commit c2f97ef506
11 changed files with 117 additions and 1 deletions

11
lib/src/urdu/ExtraUrd.gf Normal file
View File

@@ -0,0 +1,11 @@
concrete ExtraUrd of ExtraUrdAbs = CatUrd **
open ResUrd, Coordination, Prelude, MorphoUrd, ParadigmsUrd in {
lin
GenNP np = {s = \\_,_,_ => np.s ! NPC Obl ++ "ka" ; a = np.a} ;
each_Det = mkDet "hr kwy" "hr kwy" "hr kwy" "hr kwy" Sg ;
have_V = mkV "rakh-na";
-- for VP conjunction
}