Revision: 8071 http://languagetool.svn.sourceforge.net/languagetool/?rev=8071&view=rev Author: dnaber Date: 2012-09-20 21:54:21 +0000 (Thu, 20 Sep 2012) Log Message: ----------- [en] don't complain about "this data" (instead of "these data") as it's common (even though maybe technically not correct, see http://en.wikipedia.org/wiki/Data)
Modified Paths: -------------- trunk/JLanguageTool/src/main/resources/org/languagetool/rules/en/grammar.xml Modified: trunk/JLanguageTool/src/main/resources/org/languagetool/rules/en/grammar.xml =================================================================== --- trunk/JLanguageTool/src/main/resources/org/languagetool/rules/en/grammar.xml 2012-09-19 22:28:57 UTC (rev 8070) +++ trunk/JLanguageTool/src/main/resources/org/languagetool/rules/en/grammar.xml 2012-09-20 21:54:21 UTC (rev 8071) @@ -7075,7 +7075,7 @@ <marker> <token>this</token> </marker> - <token postag="NNS"><exception postag="VBZ|NN|JJ.*" postag_regexp="yes"></exception></token> + <token postag="NNS"><exception postag="VBZ|NN|JJ.*" postag_regexp="yes"></exception><exception>data</exception></token> <token><exception postag="NN|NNP|NN:.*" postag_regexp="yes"></exception></token> </pattern> <message>Did you mean <suggestion>these</suggestion>?</message> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://ad.doubleclick.net/clk;258768047;13503038;j? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ Languagetool-commits mailing list Languagetool-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/languagetool-commits