Skip to content

Commit

Permalink
[en] Add SIGN_INTO
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeUnwalla committed Oct 25, 2016
1 parent 91ec0ec commit 2cfd71e
Showing 1 changed file with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10963,6 +10963,29 @@ USA
<example correction="other's">They checked each <marker>others’</marker> work.</example>
<example>We saw each other's faces.</example>
</rule>
<rule id="SIGN_INTO" name="wrong preposition: sign into (sign in to)">
<pattern>
<marker>
<token postag_regexp="yes" postag="VB.*" inflected="yes">sign</token>
<token>into</token>
</marker>
<token><exception regexp="yes">law|effect|creation</exception></token>
</pattern>
<message>The verb '\1 \2' is not standard English, except in the context of the law ("The bill was signed into law"). Write
<suggestion>\1 in to</suggestion>. For websites and computers, other options are
<suggestion><match no="1" postag_regexp="yes" postag="(VB.*)" postag_replace="$1">log</match> in to</suggestion> or
<suggestion><match no="1" postag_regexp="yes" postag="(VB.*)" postag_replace="$1">log</match> on to</suggestion>.</message>
<short>Wrong preposition</short>
<example correction="sign in to|log in to|log on to">When you <marker>sign into</marker> your e-mail account...</example>
<example correction="signed in to|logged in to|logged on to">A hacker <marker>signed into</marker> my e-mail account!</example>
<example correction="signs in to|logs in to|logs on to">Before the manager <marker>signs into</marker> the meeting, he must...</example>
<example><marker>Sign into</marker> your e-mail account.</example><!-- TODO. False negative. -->
<example>When you <marker>sign in to</marker> to your e-mail account...</example>
<example>However, the president can refuse to <marker>sign into</marker> law bills passed by parliament.</example>
<example>On 11 August 1712, the Peace of Aarau was <marker>signed into</marker> effect.</example>
<example>Credit: NPS. President Carter, Senator Kennedy, and Senator Tsongas <marker>signing into</marker> creation Lowell National Historical Park in June of 1978.</example>
<example>Carefully put the <marker>sign into</marker> the hole and then pour concrete into the hole.</example>
</rule>
</category>

<!-- ====================================================================== -->
Expand Down

0 comments on commit 2cfd71e

Please sign in to comment.