Revision: 6536
http://languagetool.svn.sourceforge.net/languagetool/?rev=6536&view=rev
Author: dominikoeo
Date: 2012-02-19 20:43:31 +0000 (Sun, 19 Feb 2012)
Log Message:
-----------
[br] fixed false positive in "he ger".
Modified Paths:
--------------
trunk/JLanguageTool/src/rules/br/grammar.xml
Modified: trunk/JLanguageTool/src/rules/br/grammar.xml
===================================================================
--- trunk/JLanguageTool/src/rules/br/grammar.xml 2012-02-19 15:26:50 UTC
(rev 6535)
+++ trunk/JLanguageTool/src/rules/br/grammar.xml 2012-02-19 20:43:31 UTC
(rev 6536)
@@ -768,7 +768,10 @@
<exception postag="C sub">ma</exception>
</token>
<and>
- <token regexp="yes"
inflected="yes">k.*<exception>dije</exception></token>
+ <token regexp="yes" inflected="yes">k.*
+ <exception>dije</exception>
+ <exception inflected="yes" regexp="yes" postag="N[^M]*"
postag_regexp="yes">g.*</exception>
+ </token>
<token regexp="yes" negate="yes">c’h.*</token>
</and>
</pattern>
@@ -778,6 +781,7 @@
<example type="correct">Tri c’harr am eus.</example>
<example type="correct">En em gompren a ran.</example>
<example type="correct">He dije</example>
+ <example type="correct">He ger</example>
</rule>
<rule>
<pattern mark_from="1">
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Languagetool-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs