Revision: 7385
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7385&view=rev
Author:   dominikoeo
Date:     2012-06-17 17:01:09 +0000 (Sun, 17 Jun 2012)
Log Message:
-----------
[fr] fixed false positive in: "Puis a jailli un jeune homme."

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

Modified: trunk/JLanguageTool/src/rules/fr/grammar.xml
===================================================================
--- trunk/JLanguageTool/src/rules/fr/grammar.xml        2012-06-17 14:46:43 UTC 
(rev 7384)
+++ trunk/JLanguageTool/src/rules/fr/grammar.xml        2012-06-17 17:01:09 UTC 
(rev 7385)
@@ -1018,6 +1018,7 @@
                     <token postag="V.*" postag_regexp="yes">
                         <exception postag="[ZNRJ].*" 
postag_regexp="yes"></exception>
                         <exception postag="V inf"></exception>
+                        <exception>puis</exception>
                     </token>
                     <marker>
                         <token>a</token>
@@ -1031,6 +1032,7 @@
                 <example type="correct">La grève généralisée a paralysé tout 
le pays.</example>
                 <example type="correct">Fumer a nui à sa santé.</example>
                 <example type="correct">Ce que tu dis a l’air 
correct.</example>
+                <example type="correct">Puis a jailli un jeune homme.</example>
             </rule>
             <rule>
                 <pattern>

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
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to