Revision: 7718
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7718&view=rev
Author:   dominikoeo
Date:     2012-07-18 12:25:00 +0000 (Wed, 18 Jul 2012)
Log Message:
-----------
[zh] fixed missing <marker> in Chinese grammar.xml which caused
     "ant test" to fail.

Modified Paths:
--------------
    trunk/JLanguageTool/src/rules/zh/grammar.xml

Modified: trunk/JLanguageTool/src/rules/zh/grammar.xml
===================================================================
--- trunk/JLanguageTool/src/rules/zh/grammar.xml        2012-07-18 11:05:58 UTC 
(rev 7717)
+++ trunk/JLanguageTool/src/rules/zh/grammar.xml        2012-07-18 12:25:00 UTC 
(rev 7718)
@@ -1349,7 +1349,7 @@
                <rulegroup id="YI11_YI2" name="意/义">
                        <rule>
                                <pattern>
-                                       <token>义</token>
+                                       <marker><token>义</token></marker>
                                        <token regexp="yes" 
postag="n">境|料|图</token>
                                </pattern>
                                <message>
@@ -8845,4 +8845,4 @@
                        </rule>
                </rulegroup>
        </category>
-</rules>
\ No newline at end of file
+</rules>

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
Languagetool-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to