Skip to content
This repository has been archived by the owner on Mar 2, 2020. It is now read-only.

Commit

Permalink
Merge branch 'develop' into 0.3.1-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
junkerm committed Jun 21, 2019
2 parents fe4dcf8 + 21057d8 commit cda64b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bundles/specmate-model-generation/resources/DE/Rule_DE.spec
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,11 @@ def rule Negation_2 {
[Head] - OBJA -> [Head_SubA] - DET -> 'kein(en?)?':[Head_SubB]
}

def rule Negation_3 {
[Head] - ADV -> 'nicht'
[Head] - SUBJ -> [Head_SubB]
}

def subtrees Variable, Condition

def rule CondVar {
Expand Down

0 comments on commit cda64b4

Please sign in to comment.