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 CNIntNP : CN -> Int -> NP ; -- level 53
CNSymbNP : Det -> CN -> [Symb] -> NP ; -- (the) (2) numbers x and y CNSymbNP : Det -> CN -> [Symb] -> NP ; -- (the) (2) numbers x and y
--2 Sentence consisting of a formula
SymbS : Symb -> S ; -- A
--2 Symbol lists --2 Symbol lists
-- A symbol list has at least two elements. The last two are separated -- A symbol list has at least two elements. The last two are separated

View File

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

View File

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

View File

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

View File

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

View File

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