Skip to content

Commit

Permalink
[en] fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
tiff committed Jul 25, 2024
1 parent 0f7a390 commit dd0ba96
Showing 1 changed file with 2 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101750,11 +101750,6 @@ USA
<token>)</token>
<example>Not sure how much this is maintained anymore (even if the paying version is still available – €12.99/year).</example>
</antipattern>
<antipattern>
<token inflected="yes" skip="-1">not</token>
<token>anymore</token>
<token regexp="yes">of|regarding</token>
</antipattern>
<antipattern>
<token chunk_re=".-VP">
<exception regexp="yes" inflected="yes">know|say|think</exception>
Expand All @@ -101770,8 +101765,8 @@ USA
<token>anymore<exception postag="SENT_END"/></token>
</marker>
<token>
<exception postag_regexp="yes" postag="SENT_END|PCT|CC|DT|TO|WP|WRB"/>
<exception regexp="yes">[\-–—\)]|at|in|on|around|with(out)?|now</exception>
<exception postag_regexp="yes" postag="SENT_END|PCT|CC|DT|TO|WP|WRB|IN|UNKNOWN"/>
<exception regexp="yes">[\-–—\)]|now</exception>
</token>
</pattern>
<message>Make sure that '\1' is used as an adverb, not as an adjective. Did you mean <suggestion>any more</suggestion>?</message>
Expand All @@ -101781,20 +101776,8 @@ USA
<example correction="any more">If the customers wanted <marker>anymore</marker> nice cakes, they could ask.</example>
<example correction="any more">We won't miss <marker>anymore</marker> congestion revenue.</example>
<example correction="Any more"><marker>Anymore</marker> info regarding a pending release?</example>
<example correction="any more">If you would like <marker>anymore</marker> (large or small) cakes, just ask.</example>
<example correction="any more">He claimed he didn't eat <marker>anymore</marker> "cakes and biscuits".</example>
<example correction="any more">We know that <marker>anymore</marker> of the defects will cause ...</example>
<example correction="any more">I don't know <marker>anymore</marker> about Japan than you do.</example>
<example correction="any more">I don't know <marker>anymore</marker> about Japan; do you?</example>
<example correction="any more">Let me know if you need <marker>anymore</marker> help.</example>
<example correction="any more">I don't want <marker>anymore</marker> kids.</example>
<example correction="any more">I don't want to answer <marker>anymore</marker> of your questions.</example>
<example correction="any more">Don't think <marker>anymore</marker> of it.</example>
<example correction="any more">Lets not say <marker>anymore</marker> about ECS than what Donna has in the last bullet..</example>
<example correction="any more">Vince wants to wait and see how many actually need this training before we enroll <marker>anymore</marker> from his group.</example>
<example correction="any more">We probable should tell him that we don't have <marker>anymore</marker> unless New Albany is enough.</example>
<example correction="any more">Have you thought <marker>anymore</marker> about what I said?</example>
<example correction="any more">California has also proposed cutting firm exports this summer, so a "firm" export does not imply that the energy would actually be exported <marker>anymore</marker> than nonfirm..</example>
<example>Do you need <marker>any more</marker> information?</example>
<example>We don't need this anymore.</example>
<!-- TODO should this really be "any more" <example correction="any more">My end game is always having my Kingdom power level maxed (can’t keep my kingdom levels maxed <marker>anymore</marker>).</example> -->
Expand Down

0 comments on commit dd0ba96

Please sign in to comment.