summaryrefslogtreecommitdiff
path: root/grammar
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2014-05-02 19:05:29 +0200
committerPatrick Simianer <p@simianer.de>2014-05-02 19:05:29 +0200
commitf714aa1be20cc92d77cc3cffd203a848868d98e2 (patch)
tree4d8b4d63f9d618b8cf734b2ff18c653ea38b908e /grammar
parent2f65a33d9e55bd53de73389330a8c36665a98b03 (diff)
arity-0 rules with rhs.size > 1
Diffstat (limited to 'grammar')
-rw-r--r--grammar1
1 files changed, 1 insertions, 0 deletions
diff --git a/grammar b/grammar
index 5496e8a..dd103c5 100644
--- a/grammar
+++ b/grammar
@@ -2,6 +2,7 @@
[S] ||| ich [VP,2] ||| i [1] [2] ||| logp=0
[NP] ||| ich ||| i ||| logp=-0.5 use_i=1.0
[NP] ||| ein [NN,1] ||| a [1] ||| logp=0 use_a=1.0
+[NN] ||| kleines haus ||| small house ||| logp=0 use_house=1
[NN] ||| [JJ,1] haus ||| [1] house ||| logp=0 use_house=1
[NN] ||| [JJ,1] haus ||| [1] shell ||| logp=0 use_shell=1
[JJ] ||| kleines ||| small ||| logp=0 use_small=1.0