summaryrefslogtreecommitdiff
path: root/grammar
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2014-05-07 15:32:30 +0200
committerPatrick Simianer <p@simianer.de>2014-05-07 15:32:30 +0200
commit8a16323c352eee1ed60d0e3dafc536863b2c1af4 (patch)
tree32d2b1d865c9a3cc4ee20938477da465ef8c9529 /grammar
parent2fd4fc6933d67684ae25e91a6d43c8bd8ddc8ec3 (diff)
refactoring
Diffstat (limited to 'grammar')
-rw-r--r--grammar1
1 files changed, 1 insertions, 0 deletions
diff --git a/grammar b/grammar
index c464245..45608e7 100644
--- a/grammar
+++ b/grammar
@@ -1,4 +1,5 @@
[S] ||| [NP,1] [VP,2] ||| [1] [2] ||| logp=0
+[S] ||| ich sah ein kleines haus ||| - ||| -
[S] ||| ich [VP,2] ||| i [1] [2] ||| logp=0
[S] ||| ich sah ein [NN,1] haus ||| i saw a [NN,1] house ||| logp=0
[S] ||| ich [V,1] ein [NN,1] haus ||| i saw a [NN,1] house ||| logp=0