Revision: 8752
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=8752&view=rev
Author:   pbianchini
Date:     2012-12-31 21:20:18 +0000 (Mon, 31 Dec 2012)
Log Message:
-----------
Fixed false positives on congiuntivo

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

Modified: 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/it/grammar.xml
===================================================================
--- 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/it/grammar.xml    
    2012-12-31 20:01:01 UTC (rev 8751)
+++ 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/it/grammar.xml    
    2012-12-31 21:20:18 UTC (rev 8752)
@@ -852,7 +852,7 @@
                     <token skip="2" 
regexp="yes">affinché|acciocché|purché|benché|sebbene|quantunque|qualora</token>
                     <marker>
                        <token postag="VER.*" postag_regexp="yes">
-                           <exception postag="VER.sub.*" 
postag_regexp="yes"></exception>
+                           <exception postag="(VER.sub.*)|(NOUN.*)" 
postag_regexp="yes"></exception>
                            <exception scope="previous" postag="VER.sub.*" 
postag_regexp="yes"></exception>
                                </token>
                     </marker>
@@ -868,7 +868,7 @@
                     <token skip="2">che</token>
                     <marker>
                        <token postag="VER.*" postag_regexp="yes">
-                           <exception postag="VER.sub.*" 
postag_regexp="yes"></exception>
+                           <exception postag="(VER.sub.*)|(NOUN.*)" 
postag_regexp="yes"></exception>
                            <exception scope="previous" postag="VER.sub.*" 
postag_regexp="yes"></exception>
                                </token>
                     </marker>
@@ -884,7 +884,7 @@
                     <token skip="2">che</token>
                     <marker>
                        <token postag="VER.*" postag_regexp="yes">
-                           <exception postag="VER.sub.*" 
postag_regexp="yes"></exception>
+                           <exception postag="(VER.sub.*)|(NOUN.*)" 
postag_regexp="yes"></exception>
                            <exception scope="previous" postag="VER.sub.*" 
postag_regexp="yes"></exception>
                                </token>
                     </marker>
@@ -899,7 +899,7 @@
                     <token skip="2">che</token>
                     <marker>
                        <token postag="VER.*" postag_regexp="yes">
-                           <exception postag="VER.sub.*" 
postag_regexp="yes"></exception>
+                           <exception postag="(VER.sub.*)|(NOUN.*)" 
postag_regexp="yes"></exception>
                            <exception scope="previous" postag="VER.sub.*" 
postag_regexp="yes"></exception>
                                </token>
                     </marker>
@@ -914,7 +914,7 @@
                     <token skip="2" 
regexp="yes">qualunque|chiunque|qualsiasi|ovunque|dovunque</token>
                     <marker>
                        <token postag="VER.*" postag_regexp="yes">
-                           <exception postag="VER.sub.*" 
postag_regexp="yes"></exception>
+                           <exception postag="(VER.sub.*)|(NOUN.*)" 
postag_regexp="yes"></exception>
                            <exception scope="previous" postag="VER.sub.*" 
postag_regexp="yes"></exception>
                                </token>
                     </marker>
@@ -931,7 +931,7 @@
                     <token skip="2">che</token>
                     <marker>
                        <token postag="VER.*" postag_regexp="yes">
-                           <exception postag="VER.sub.*" 
postag_regexp="yes"></exception>
+                           <exception postag="(VER.sub.*)|(NOUN.*)" 
postag_regexp="yes"></exception>                               
                            <exception scope="previous" postag="VER.sub.*" 
postag_regexp="yes"></exception>
                                </token>
                     </marker>

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


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to