summaryrefslogtreecommitdiff
path: root/grammars/resource/german/DatabaseDeu.gf
diff options
context:
space:
mode:
authoraarne <unknown>2003-11-12 12:22:53 +0000
committeraarne <unknown>2003-11-12 12:22:53 +0000
commiteb245228482fbf9798ea6ddc01753d5a1e40b2c1 (patch)
tree4ad6de972b986b0bce207d7b80bc1fb79153674c /grammars/resource/german/DatabaseDeu.gf
parent54c72f5ab023c0cdac83eb28dd1f81d4cd35aeae (diff)
Made changes required by lock fields; not yet in Swedish and Finnish.
Diffstat (limited to 'grammars/resource/german/DatabaseDeu.gf')
-rw-r--r--grammars/resource/german/DatabaseDeu.gf8
1 files changed, 5 insertions, 3 deletions
diff --git a/grammars/resource/german/DatabaseDeu.gf b/grammars/resource/german/DatabaseDeu.gf
index a7a8f278e..b5f41969d 100644
--- a/grammars/resource/german/DatabaseDeu.gf
+++ b/grammars/resource/german/DatabaseDeu.gf
@@ -1,3 +1,5 @@
+--# -path=.:../abstract:../../prelude
+
concrete DatabaseDeu of Database =
open Prelude,Syntax,Deutsch,Predication,Paradigms,DatabaseRes in {
@@ -12,7 +14,7 @@ lincat
Relation = Adj2 ;
Feature = Fun ;
Value = NP ;
- Name = ProperName ;
+ Name = PN ;
lin
LongForm sent = ss (sent.s ! True ++ "?") ;
@@ -34,7 +36,7 @@ lin
WithProperty A B = ModAdj B A ;
- Individual = nameNounPhrase ;
+ Individual n = nameNounPhrase n ** {lock_NP = <>} ;
AllN = DetNP AllDet ;
MostN = DetNP MostDet ;
@@ -42,7 +44,7 @@ lin
-- only these are language-dependent
- Any = detNounPhrase einDet ;
+ Any n = detNounPhrase einDet n ** {lock_NP = <>} ;
IsThere A = mkSentPrel ["gibt es"] (defaultNounPhrase (IndefOneNP A)) ;
AreThere A = mkSentPrel ["gibt es"] (defaultNounPhrase (IndefManyNP A)) ;