Revision: 9407
http://languagetool.svn.sourceforge.net/languagetool/?rev=9407&view=rev
Author: dnaber
Date: 2013-02-17 18:56:18 +0000 (Sun, 17 Feb 2013)
Log Message:
-----------
[en] new rule: "very new" -> "very new" etc.
Modified Paths:
--------------
trunk/languagetool/languagetool-language-modules/en/src/main/resources/org/languagetool/rules/en/grammar.xml
Modified:
trunk/languagetool/languagetool-language-modules/en/src/main/resources/org/languagetool/rules/en/grammar.xml
===================================================================
---
trunk/languagetool/languagetool-language-modules/en/src/main/resources/org/languagetool/rules/en/grammar.xml
2013-02-17 18:51:27 UTC (rev 9406)
+++
trunk/languagetool/languagetool-language-modules/en/src/main/resources/org/languagetool/rules/en/grammar.xml
2013-02-17 18:56:18 UTC (rev 9407)
@@ -8848,6 +8848,23 @@
</category>
<category name="Commonly Confused Words" type="misspelling">
+ <rule id="KNEW_NEW" name="knew (new)">
+ <pattern>
+ <token postag="JJ">
+ <exception
regexp="yes">only|ever|already|or|then|likely|soon|now|one|else|few|much</exception>
+ <exception postag_regexp="yes" postag="NN.*"></exception>
+ </token>
+ <marker>
+ <token>knew</token>
+ </marker>
+ </pattern>
+ <message>Did you mean <suggestion>new</suggestion>?</message>
+ <short>Possible typo</short>
+ <example type="correct">This is very <marker>new</marker> to
me.</example>
+ <example type="correct">The artistic community
<marker>knew</marker> his name.</example>
+ <example type="correct">If I only <marker>knew</marker>
how.</example>
+ <example type="incorrect" correction="new">This is very
<marker>knew</marker> to me.</example>
+ </rule>
<rulegroup id="PRICE_PRIZE" name="price (prize)">
<rule>
<pattern>
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet,
is your hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials, tech docs,
whitepapers, evaluation guides, and opinion stories. Check out the most
recent posts - join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits