Revision: 7063
http://languagetool.svn.sourceforge.net/languagetool/?rev=7063&view=rev
Author: dnaber
Date: 2012-05-26 15:39:23 +0000 (Sat, 26 May 2012)
Log Message:
-----------
[en] new rule "not ad all" -> "not at all"
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-05-26 15:03:57 UTC
(rev 7062)
+++ trunk/JLanguageTool/src/rules/en/grammar.xml 2012-05-26 15:39:23 UTC
(rev 7063)
@@ -8261,6 +8261,35 @@
<example type="correct">Increase ease <marker>of</marker>
use.</example>
<example type="incorrect">Increase ease <marker>off</marker>
use.</example>
</rule>
+ <rulegroup id="NOT_AD_ALL" name="not ad (at) all">
+ <rule>
+ <pattern>
+ <token>not</token>
+ <marker>
+ <token>ad</token>
+ </marker>
+ <token>all</token>
+ </pattern>
+ <message>Did you mean <suggestion>at</suggestion>?</message>
+ <short>Possible typo</short>
+ <example type="correct">No, not <marker>at</marker>
all.</example>
+ <example type="incorrect">No, not <marker>ad</marker>
all.</example>
+ </rule>
+ <rule>
+ <pattern>
+ <token>not</token>
+ <token postag="JJ"/>
+ <marker>
+ <token>ad</token>
+ </marker>
+ <token>all</token>
+ </pattern>
+ <message>Did you mean <suggestion>at</suggestion>?</message>
+ <short>Possible typo</short>
+ <example type="correct">This is not true <marker>at</marker>
all.</example>
+ <example type="incorrect">This is not true <marker>ad</marker>
all.</example>
+ </rule>
+ </rulegroup>
<rule id="TAKING_CASE_OF_IT" name="take case (care) of it">
<pattern>
<!-- needs to be this specific to avoid false alarm on e.g.
"Michigan court won't take case of boy's broken wrist" -->
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