Revision: 8915
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=8915&view=rev
Author:   pbianchini
Date:     2013-01-07 22:27:31 +0000 (Mon, 07 Jan 2013)
Log Message:
-----------
PB011    Reworked rule GR_04_002 exteneded to all words ending with 
?\195?\160|?\195?\168|?\195?\169|?\195?\172|?\195?\178|?\195?\185

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    
    2013-01-07 22:00:37 UTC (rev 8914)
+++ 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/it/grammar.xml    
    2013-01-07 22:27:31 UTC (rev 8915)
@@ -25,8 +25,8 @@
  
================================================================================
  Italian Grammar and Style Rules for Italian
  Paolo Bianchini
- Date: 03/01/2013
- Ver:  0.9.6
+ Date: 07/01/2013
+ Ver:  0.9.6.1
  
================================================================================
  Categorie delle regole
     gruppi delle regole
@@ -112,6 +112,7 @@
  PB008    Added rules to check the use of "congiuntivo"
  PB009    Created uso corretto under verbs and added adire vie legali
  PB010    Reworked repetition rule ST_03_002
+ PB011    Reworked rule GR_04_002 exteneded to all words ending with 
à|è|é|ì|ò|ù
  ======== 
===========================================================================
 -->
 
@@ -311,7 +312,10 @@
             <!-- perche' -->
             <rule>
                 <pattern>
-                    <token 
regexp="yes">perché|poiché|affinché|giacché|finché|altroché</token>
+<!-- PB011 + -->                   
+                    <!--  token 
regexp="yes">perché|poiché|affinché|giacché|finché|altroché</token -->
+                    <token regexp="yes">.*[àèéìòù]</token>
+<!-- PB011 - -->                    
                     <token>'</token>
                 </pattern>
                 <message>Togliere l'apostrofo in quanto la parola è già 
accentata: <suggestion><match no="1"></match></suggestion>.</message>

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