[LanguageTool] SF.net SVN: languagetool:[7875] trunk/JLanguageTool/src/rules/en/grammar. xml

2012-08-18 Thread dominikoeo
Revision: 7875
  
http://languagetool.svn.sourceforge.net/languagetool/?rev=7875&view=rev
Author:   dominikoeo
Date: 2012-08-18 13:18:45 + (Sat, 18 Aug 2012)
Log Message:
---
[en] fixed a few false positive in:
 "Let's first go home"  (rule LETS_LET)
 "I think it's fast enough" (rule IT_IS)
 "It is faster as well" (rule COMP_THAN)

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

Modified: trunk/JLanguageTool/src/rules/en/grammar.xml
===
--- trunk/JLanguageTool/src/rules/en/grammar.xml2012-08-18 02:22:17 UTC 
(rev 7874)
+++ trunk/JLanguageTool/src/rules/en/grammar.xml2012-08-18 13:18:45 UTC 
(rev 7875)
@@ -1960,13 +1960,14 @@
 ['’]
 s
 
-all|just
+all|first|just
 
 Did you mean \1s or 
\1?
 Possible typo
 It 
let's you quickly search for the product.
 Let's go home!
 Let's all go home!
+Let's first go home!
 Let's just say that I never wanted to 
kill him.
 It lets you quickly search for the 
product,
 
@@ -2030,7 +2031,7 @@
 ['’]
 s
 
-still
+fast|still
 
 Did you mean its (possessive 
pronoun) instead of 'it's' (=it is)?
 Possible typo
@@ -2038,6 +2039,7 @@
 I can’t remember its 
name.
 It's nice.
 I think it's still valid.
+I think it's fast enough.
 
 
 
@@ -7289,13 +7291,14 @@
 
 as
 
-to|if|follows|early|much|though
+to|if|follows|early|much|though|well
 
 Comparison requires than, 
not 'then' nor 'as'.
 Grammatical problem
 The tagger will return more 
than one tag.
 The tagger will return more 
as one tag.
 Think of it more 
as activity.
+It is faster as well.
 
 
 

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
Languagetool-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs


[LanguageTool] SF.net SVN: languagetool:[7876] trunk/JLanguageTool/src/test/org/ languagetool/tokenizers/zh/ChineseSentenceTokenizerTest.java

2012-08-18 Thread dnaber
Revision: 7876
  
http://languagetool.svn.sourceforge.net/languagetool/?rev=7876&view=rev
Author:   dnaber
Date: 2012-08-18 19:21:49 + (Sat, 18 Aug 2012)
Log Message:
---
[zh] run native2ascii on part of the file as my IDE chokes on this otherwise

Modified Paths:
--

trunk/JLanguageTool/src/test/org/languagetool/tokenizers/zh/ChineseSentenceTokenizerTest.java

Modified: 
trunk/JLanguageTool/src/test/org/languagetool/tokenizers/zh/ChineseSentenceTokenizerTest.java
===
--- 
trunk/JLanguageTool/src/test/org/languagetool/tokenizers/zh/ChineseSentenceTokenizerTest.java
   2012-08-18 13:18:45 UTC (rev 7875)
+++ 
trunk/JLanguageTool/src/test/org/languagetool/tokenizers/zh/ChineseSentenceTokenizerTest.java
   2012-08-18 19:21:49 UTC (rev 7876)
@@ -48,7 +48,8 @@
testSplit(t2 + i + t3);// 例子:我们是中国人_中国人很好
}
 
-   char[] punctuation2 = { ',', ':', '…', '!', '?', '、', ';', '。' 
};
+   //char[] punctuation2 = { ',', ':', '…', '!', '?', '、', ';', 
'。' };
+   char[] punctuation2 = { '\uff0c', '\uff1a', '\u2026', '\uff01', 
'\uff1f', '\u3001', '\uff1b', '\u3002' };
for (char i : punctuation2) {
testSplit(t2 + i, t3);// 例子:我们是中国人,/中国人很好
}

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
Languagetool-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs


[LanguageTool] SF.net SVN: languagetool:[7877] trunk/JLanguageTool

2012-08-18 Thread dominikoeo
Revision: 7877
  
http://languagetool.svn.sourceforge.net/languagetool/?rev=7877&view=rev
Author:   dominikoeo
Date: 2012-08-18 19:23:52 + (Sat, 18 Aug 2012)
Log Message:
---
[eo] added links to REVO (Reta Vortaro, http://www.reta-vortaro.de/revo/)
 with permission from Wolfram Diestel.

Modified Paths:
--
trunk/JLanguageTool/CHANGES.txt
trunk/JLanguageTool/src/rules/eo/grammar.xml

Modified: trunk/JLanguageTool/CHANGES.txt
===
--- trunk/JLanguageTool/CHANGES.txt 2012-08-18 19:21:49 UTC (rev 7876)
+++ trunk/JLanguageTool/CHANGES.txt 2012-08-18 19:23:52 UTC (rev 7877)
@@ -19,6 +19,7 @@
  -Esperanto:
-several new rules and fixed false alarms
-updated list of transitive/nontransitive verbs
+   -added  links to REVO (Reta Vortaro) with permission from Wolfram 
Diestel.
 
  -French:
-several new rules and fixed false alarms

Modified: trunk/JLanguageTool/src/rules/eo/grammar.xml
===
--- trunk/JLanguageTool/src/rules/eo/grammar.xml2012-08-18 19:21:49 UTC 
(rev 7876)
+++ trunk/JLanguageTool/src/rules/eo/grammar.xml2012-08-18 19:23:52 UTC 
(rev 7877)
@@ -379,6 +379,7 @@
 
   
   Laŭ Revo, «\1 \2 \3 \4» estas evitinda. Preferu la pli 
simetrian \1 \2 kaj \4.
+  http://www.reta-vortaro.de/revo/art/adici.html#adici.0i
   Mi adicias 2 al 2.
   Mi adicias 2 kaj 2.
 
@@ -396,6 +397,7 @@
 biliono
   
   Laŭ Revo, «\1» estas evitinda, ĉar diversaj vortaroj difinas 
ĝin malsame. Preferu miliardo aŭ mil 
miliardoj laŭ tio, kion vi intencas.
+  http://www.reta-vortaro.de/revo/art/bilion.html#bilion.0o
   Biliono da steloj
   Mil miliardoj da steloj
 
@@ -435,6 +437,7 @@
 tagoj|semajnoj|monatoj|jaroj|jacentoj
   
   Tiu uzo de «\1» estas mallogika kaj evitinda laŭ Revo en tiu 
kunteksto.
+  http://www.reta-vortaro.de/revo/art/dat.html#dat.0igxi
   La teksto datiĝas de ok 
jaroj.
   La teksto aperis antaŭ ok jaroj.
 
@@ -444,6 +447,7 @@
 modo
   
   «\1 \2» evitinda laŭ Revo. Uzu 
infinitivo.
+  http://www.reta-vortaro.de/revo/art/difin.html#difin.sen0amodo
   sendifina modo.
   infinitivo
 
@@ -471,6 +475,7 @@
 videokonferenco
   
   Laŭ Revo, «\1» estas evitinda, uzu 
videkunveno aŭ 
telekunveno.
+  http://www.reta-vortaro.de/revo/art/konfer.html#konfer.video0o
   Mi invitas vin al la 
videokonferenco.
   Mi invitas vin al la 
videkkunveno.
 
@@ -479,6 +484,7 @@
 laŭtlegi
   
   Laŭ Revo, «\1» estas evitinda, uzu  aŭ 
laŭte .
+  http://www.reta-vortaro.de/revo/art/leg.html#leg.lauxt0i
   Li laŭtlegis sian 
mesaĝon.
   Li voĉlegis sian mesaĝon.
 
@@ -541,6 +547,7 @@
 stumpnaza
   
   Laŭ Revo, «\1» estas evitinda. Uzu .
+  http://www.reta-vortaro.de/revo/art/naz.html#naz.stump0a
   Sokrato estis 
stumpnaza.
   Sokrato estis kuspnaza.
 
@@ -552,6 +559,7 @@
 (funkciul|aŭtoritato|prunt|pruntad|sekret|televid)oj?n?
   
   Laŭ Revo, tiu uzo de «\1» estas evitinda. Ĉu vi intencis 
,  aŭ ?
+  http://www.reta-vortaro.de/revo/art/publik.html#publik.0a
   Publika televido 
aĉas.
   Ŝtata televido aĉas.
 
@@ -561,6 +569,7 @@
 tajd(eg|et)?on?
   
   Laŭ Revo, «\1 \2» estas evitinda. Uzu ?
+  http://www.reta-vortaro.de/revo/art/tajd.html#tajd.alta0o
   Estas nun alta 
tajdo.
   Estas nun altmaro.
 
@@ -569,6 +578,7 @@
 tomografo
   
   Laŭ Revo, «\1» estas evitinda. Uzu .
+  http://www.reta-vortaro.de/revo/art/tomograf.html#lng_
   Komputila tomografo
   Komputila tomografiilo
 
@@ -580,6 +590,7 @@
 (ge)?(fil|infan|beb)(et)?(in)?oj?n?
   
   Laŭ Revo, «\1» estas evitinda en tiu kunteksto. Uzu 
 
\2.
+  http://www.reta-vortaro.de/revo/art/unik.html#unik.0a
   Komputila unika 
filo.
   Komputila ununura 
filo.
 
@@ -588,6 +599,7 @@
 pocento
   
   Laŭ Revo, «\1» estas evitinda. Uzu .
+  http://www.reta-vortaro.de/revo/art/cent.html#cent.po0o
   Du pocentoj de la 
loĝantaro
   Du elcentoj de la 
loĝantaro
 
@@ -597,6 +609,7 @@
 kurento
   
   Laŭ Revo, «\1 \2» estas evitinda. Uzu .
+  
http://www.reta-vortaro.de/revo/art/kurent.html#kurent.kontinua0o
   Pasas kontinua 
kurento
   Pasas konstanta 
kurento
 
@@ -606,6 +619,7 @@
 funkcio
   
   Laŭ Revo, «\1 \2» estas evitinda. Uzu  
\2.
+  
http://www.reta-vortaro.de/revo/art/funkci.html#funkci.ciklometria0o
   Ni kalkulas la ciklometrian 
funkcion
   Ni kalkulas la inversan trigonometrian 
funkcion
 
@@ -614,14 +628,16 @@
 (ne)?komunona
   
   Laŭ Revo, «\1» estas evitinda. Uzu .
+  http://www.reta-vortaro.de/revo/art/komun.h