1
0
forked from GitHub/gf-core

Symbol.SymbS

This commit is contained in:
aarne
2006-03-17 11:10:07 +00:00
parent 3628ee2960
commit 0f06215a69
6 changed files with 12 additions and 0 deletions

View File

@@ -15,6 +15,10 @@ fun
CNIntNP : CN -> Int -> NP ; -- level 53
CNSymbNP : Det -> CN -> [Symb] -> NP ; -- (the) (2) numbers x and y
--2 Sentence consisting of a formula
SymbS : Symb -> S ; -- A
--2 Symbol lists
-- A symbol list has at least two elements. The last two are separated

View File

@@ -13,6 +13,8 @@ lin
a = agrP3 det.n
} ;
SymbS sy = sy ;
lincat
Symb, [Symb] = SS ;

View File

@@ -16,6 +16,8 @@ lin
isPron = False
} ;
SymbS sy = sy ;
lincat
Symb, [Symb] = SS ;

View File

@@ -15,6 +15,7 @@ lin
a = agrP3 det.n ;
isPron = False
} ;
SymbS sy = {s = \\_ => sy.s} ;
lincat

View File

@@ -16,6 +16,7 @@ lin
a = agrP3 g det.n ;
hasClit = False
} ;
SymbS sy = {s = \\_ => sy.s} ;
lincat

View File

@@ -14,6 +14,8 @@ lin
a = agrP3 g det.n
} ;
SymbS sy = {s = \\_ => sy.s} ;
lincat
Symb, [Symb] = SS ;