Revision: 7483
http://languagetool.svn.sourceforge.net/languagetool/?rev=7483&view=rev
Author: dnaber
Date: 2012-06-24 12:09:04 +0000 (Sun, 24 Jun 2012)
Log Message:
-----------
[en] fix false alarm for "it's still valid"
Modified Paths:
--------------
trunk/JLanguageTool/src/rules/en/grammar.xml
Modified: trunk/JLanguageTool/src/rules/en/grammar.xml
===================================================================
--- trunk/JLanguageTool/src/rules/en/grammar.xml 2012-06-24 12:01:02 UTC
(rev 7482)
+++ trunk/JLanguageTool/src/rules/en/grammar.xml 2012-06-24 12:09:04 UTC
(rev 7483)
@@ -2003,13 +2003,14 @@
<token spacebefore="no" regexp="yes">['’]</token>
<token>s</token>
</marker>
- <token postag="NN"/>
+ <token postag="NN"><exception>still</exception></token>
</pattern>
<message>Did you mean <suggestion>its</suggestion> (possessive
pronoun) instead of 'it's' (=it is)?</message>
<short>Possible typo</short>
<example type="incorrect" correction="its">I can’t remember
<marker>it’s</marker> name.</example>
<example type="correct">I can’t remember <marker>its</marker>
name.</example>
<example type="correct">It's nice.</example>
+ <example type="correct">I think it's still valid.</example>
</rule>
<rule>
<pattern>
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Languagetool-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs