Revision: 8404 http://languagetool.svn.sourceforge.net/languagetool/?rev=8404&view=rev Author: gulp21-1 Date: 2012-11-15 17:33:55 +0000 (Thu, 15 Nov 2012) Log Message: ----------- [en] new rule 'much' + countable noun
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-11-15 15:57:35 UTC (rev 8403) +++ trunk/JLanguageTool/src/main/resources/org/languagetool/rules/en/grammar.xml 2012-11-15 17:33:55 UTC (rev 8404) @@ -8032,6 +8032,18 @@ <example type="correct">The Apollo 8 mission was well covered in the British documentary.</example> <example type="correct">This is 3 H2O.</example> </rule> + <rule id="MUCH_COUNTABLE" name="'much' + countable noun, e.g. 'much (many) children'"> + <pattern> + <marker> + <token>much</token> + </marker> + <token postag="NNS"><exception postag="NN:U"/></token> + </pattern> + <message>Use <suggestion>many</suggestion> with countable nouns.</message> + <short>Grammatical problem with countable noun</short> + <example type="correct">There are <marker>many</marker> children.</example> + <example type="incorrect">There are <marker>much</marker> children.</example> + </rule> <rule id="MANY_NN" name="Possible agreement error: 'many/several/few' + singular countable noun"> <pattern> <marker> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Languagetool-commits mailing list Languagetool-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/languagetool-commits