Revision: 7046
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7046&view=rev
Author:   janschreiber
Date:     2012-05-23 23:11:14 +0000 (Wed, 23 May 2012)
Log Message:
-----------
[de] minor change

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

Modified: trunk/JLanguageTool/src/rules/de/grammar.xml
===================================================================
--- trunk/JLanguageTool/src/rules/de/grammar.xml        2012-05-23 22:50:17 UTC 
(rev 7045)
+++ trunk/JLanguageTool/src/rules/de/grammar.xml        2012-05-23 23:11:14 UTC 
(rev 7046)
@@ -4592,7 +4592,7 @@
         <rule id="BERTOLT_BRECHT" name="Eigenname: 'Berthold (Bertolt) 
Brecht'">
             <pattern case_sensitive="yes">
                 <marker>
-                    <token>Berthold</token>
+                    <token regexp="yes">Berth?old</token>
                 </marker>
                 <token>Brecht</token>
             </pattern>
@@ -4600,6 +4600,7 @@
             <short>&eigenname;</short>
             <example type="correct"><marker>Bertolt</marker> Brecht</example>
             <example type="incorrect" 
correction="Bertolt"><marker>Berthold</marker> Brecht</example>
+            <example type="incorrect" 
correction="Bertolt"><marker>Bertold</marker> Brecht</example>
         </rule>
         <rule id="IMMANUEL_KANT" name="Eigenname: 'Emanuel (Immanuel) Kant'">
             <pattern case_sensitive="yes">

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