Skip to content

Commit

Permalink
[de] fix antipattern
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaber committed Oct 31, 2024
1 parent 3663fc5 commit 7a184b0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75756,7 +75756,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
<rule>
<antipattern>
<token postag="EIG.*|SUB.*|UNKNOWN" postag_regexp="yes"/>
<token>&apostrophe;</token>
<token regexp="yes">&apostrophe;</token>
<token>s</token>
<token postag="_english_ignore_"/>
<example>As Beethoven's anniversary year is designed by various actors, ticket sales start individually by each organizer.</example>
Expand Down Expand Up @@ -84469,7 +84469,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
</rule>
<rule><!--3-->
<antipattern>
<token>&apostrophe;</token>
<token regexp="yes">&apostrophe;</token>
<token>nen</token>
<token postag="SUB.*" postag_regexp="yes"/>
</antipattern>
Expand Down

0 comments on commit 7a184b0

Please sign in to comment.