distinct form for opers that have no value

This commit is contained in:
aarne
2007-03-27 16:40:54 +00:00
parent 1c1acf1b97
commit 7c30d211c3
3 changed files with 9 additions and 10 deletions

View File

@@ -22,15 +22,15 @@ lin Voiture : CN = {
g = (Fem@)
} ;
{-
lin Bus : CN = {
s = table {$x => "bus"} ;
g = (Masc@)
} ;
{-
lin Def : CN -> NP = \cn -> {
s = artDef $cn.g ++ $cn.s ! (Sg@) ;
s = &artDef $cn.g ++ $cn.s ! (Sg@) ;
a = {g = $cn.g ; n = (Sg@)}
} ;
-}