Revision: 8045
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=8045&view=rev
Author:   dominikoeo
Date:     2012-09-15 09:19:16 +0000 (Sat, 15 Sep 2012)
Log Message:
-----------
[fr] fixed syntax error in grammar.xml introduced in
     previous checkin.

Modified Paths:
--------------
    trunk/JLanguageTool/src/main/resources/org/languagetool/rules/fr/grammar.xml

Modified: 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/fr/grammar.xml
===================================================================
--- 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/fr/grammar.xml    
    2012-09-15 09:18:46 UTC (rev 8044)
+++ 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/fr/grammar.xml    
    2012-09-15 09:19:16 UTC (rev 8045)
@@ -3169,7 +3169,7 @@
                         <exception scope="previous" 
regexp="yes">et|ou</exception>
                         <exception regexp="yes">fois|moitiƩ</exception>
                         <exception postag="[NJ] [em] .*" postag_regexp="yes"/>
-                        <exception postag="Z [em] .*" postag_regexp="yes" 
reexp="yes">(?-i)\p{Lu}.*</exception>
+                        <exception postag="Z [em] .*" postag_regexp="yes" 
regexp="yes">(?-i)\p{Lu}.*</exception>
                         <exception postag="V.*" postag_regexp="yes"/>
                         <!-- Following exception is to skip an adverb -->
                         <exception negate_pos="yes" postag="A|J m .*|V .* m 
.*|SENT_END" postag_regexp="yes" scope="next"/>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
How fast is your code?
3 out of 4 devs don\\\'t know how their code performs in production.
Find out how slow your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219672;13503038;z?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Languagetool-cvs mailing list
Languagetool-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to