Revision: 7561
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7561&view=rev
Author:   dnaber
Date:     2012-06-29 22:08:34 +0000 (Fri, 29 Jun 2012)
Log Message:
-----------
update release documentation; tiny format cleanup

Modified Paths:
--------------
    trunk/JLanguageTool/docs/internal.txt
    trunk/JLanguageTool/src/rules/en/grammar.xml

Modified: trunk/JLanguageTool/docs/internal.txt
===================================================================
--- trunk/JLanguageTool/docs/internal.txt       2012-06-29 22:07:28 UTC (rev 
7560)
+++ trunk/JLanguageTool/docs/internal.txt       2012-06-29 22:08:34 UTC (rev 
7561)
@@ -80,7 +80,7 @@
      within the OOo/LO extension manager
 
 -write announcements:
-    -LanguageTool mailing list
+    -LanguageTool mailing list. Include MD5 and SHA-1 checksums (Unix 
commands: md5sum and sha1sum).
     -http://extensions.services.openoffice.org/project/languagetool
     -http://extensions.libreoffice.org/extension-center/languagetool
      (Make sure to set "language neutral" on the meta data page and to set a 
release date, otherwise it might
@@ -96,8 +96,6 @@
 
  -unzip the current release in /home/languagetool/ltcommunity/corpus/code
   (you can use ./src/scripts/deploy-wikipedia-checker.sh for that)
- -if the CheckWikipediaDump.java itself has changed, upload the *.class files 
built by Eclipse
-  to /home/languagetool/ltcommunity/corpus/org/languagetool/dev/wikipedia/ 
  -in /home/languagetool/ltcommunity/corpus, call ./check-all.sh
 
 Community update of the rules at community.languagetool.org (needs server 
access):

Modified: trunk/JLanguageTool/src/rules/en/grammar.xml
===================================================================
--- trunk/JLanguageTool/src/rules/en/grammar.xml        2012-06-29 22:07:28 UTC 
(rev 7560)
+++ trunk/JLanguageTool/src/rules/en/grammar.xml        2012-06-29 22:08:34 UTC 
(rev 7561)
@@ -7515,7 +7515,10 @@
             </rule>
             <rule>
                 <pattern>
-                    <token><exception 
regexp="yes">(that|has|will|must|could|can|should|would|does|did|is|was|may|might|t|let)</exception><exception
 inflected="yes" regexp="yes">hear|see|prevent</exception><exception 
postag="CC|IN|DT|MD" postag_regexp="yes"></exception></token>
+                    <token>
+                        <exception 
regexp="yes">(that|has|will|must|could|can|should|would|does|did|is|was|may|might|t|let)</exception>
+                        <exception inflected="yes" 
regexp="yes">hear|see|prevent</exception>
+                        <exception postag="CC|IN|DT|MD" 
postag_regexp="yes"></exception></token>
                     <token postag="NNP" regexp="yes">.{2,}<exception 
postag="JJ|CC|RP|DT|PRP\$|NNPS|NNS|IN|RB|WRB" 
postag_regexp="yes"></exception></token>
                     <marker>
                         <token postag="VB|VBP" postag_regexp="yes" 
regexp="yes">\p{Lower}+<exception postag="VBN|VBD|JJ|IN|MD" 
postag_regexp="yes"></exception></token>
@@ -7524,8 +7527,8 @@
                 </pattern>
                 <message>The proper name in singular (<match no="2"></match>) 
must be used with a third-person verb: <suggestion><match no="3" 
postag="VBZ"></match></suggestion>.</message>
                 <short>Grammatical problem</short>
+                <example correction="walks" type="incorrect">Ann 
<marker>walk</marker> to the building.</example>
                 <example type="correct">Bill <marker>walks</marker> to the 
building.</example>
-                <example correction="walks" type="incorrect">Ann 
<marker>walk</marker> to the building.</example>
                 <example type="correct">Guiness <marker>walked</marker> to the 
building.</example>
                 <example type="correct">Roosevelt and Hoover speak each 
other's lines.</example>
                 <example type="correct">Boys are at higher risk for autism 
than girls.</example>

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