Skip to content

Commit

Permalink
[de] fix error reported at github (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
f-knorr committed Jul 15, 2017
1 parent 71af361 commit 2ab61f4
Showing 1 changed file with 22 additions and 0 deletions.
Expand Up @@ -27825,6 +27825,28 @@ Andere Projekte</example>
<example><marker>Meine Mutter</marker> ist unglücklich gestürzt.</example>
</rule>
</rulegroup>
<rulegroup id="OBJECT_AGREEMENT" name="falscher Kasus des Objekts">
<rule>
<pattern>
<token postag="SENT_START"/>
<token regexp="yes">ich|du|e[rs]|sie|wir|ihr</token>
<token regexp="yes">ha(ben?|s?t|tten?|ttest)</token>
<marker>
<token postag="ART:.*" postag_regexp="yes"><exception postag=".*:(DAT|AKK):.*" postag_regexp="yes"></exception></token>
<token postag="ADJ:.*" postag_regexp="yes" min="0"></token>
<token postag="SUB:.*" postag_regexp="yes"></token>
</marker>
<token postag="PA2:PRD:GRU:VER"/>
</pattern>
<message>Prüfen Sie, ob hier der Akkusativ oder Dativ zu verwenden ist.</message>
<example>Ich habe <marker>der Frau</marker> geholfen.</example>
<example>Ich habe <marker>einem alten Mann</marker> geholfen.</example>
<example correction="">Sie hat <marker>der Mähdrescher</marker> gesehen.</example>
<example>Sie hat <marker>den Mähdrescher</marker> gesehen.</example>
<example>Sie hatte <marker>die Mädchen</marker> gesehen.</example>
<example>Bei ihr hat der Blitz eingeschlagen.</example>
</rule>
</rulegroup>
<rulegroup id="SUBJECT_VERB_AGREEMENT" name="fehlende Übereinstimmung zwischen Subjekt und Prädikat">
<rule>
<antipattern>
Expand Down

0 comments on commit 2ab61f4

Please sign in to comment.