1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
|
<?php
$page = "links";
$title = "LanguageTool";
$title2 = "Links";
$lastmod = "2010-08-29 22:35:00 CET";
include("../../include/header.php");
?>
<p><strong>Contact:</strong><br />
LanguageTool was originally written by Daniel Naber and is now maintained by
Daniel Naber (<strong>naber <span>at</span> danielnaber<span>.</span>de</strong>) and Marcin Miłkowski
(<a href="http://marcinmilkowski.pl/en/Contact/">contact form</a>).</p>
<p><strong>Issue tracking:</strong></p>
<ul style="list-style:none">
<li><?=show_link("Bug reports", "http://sourceforge.net/tracker/?limit=25&func=&group_id=110216&atid=655717&assignee=&status=&category=&artgroup=&keyword=&submitter=&artifact_id=&assignee=&status=1&category=&artgroup=&submitter=&keyword=&artifact_id=&submit=Filter", 0)?></li>
<li><?=show_link("Feature requests", "http://sourceforge.net/tracker/?limit=25&func=&group_id=110216&atid=655720&assignee=&status=&category=&artgroup=&keyword=&submitter=&artifact_id=&assignee=&status=1&category=&artgroup=&submitter=&keyword=&artifact_id=&submit=Filter", 0)?></li>
</ul>
<p><strong>Mailing lists:</strong></p>
<ul style="list-style:none">
<li>Development and user discussion:
<?=show_link("Subscribe/Unsubscribe", "http://lists.sourceforge.net/mailman/listinfo/languagetool-devel", 0) ?>,
<?=show_link("archive", "http://sourceforge.net/mailarchive/forum.php?forum_name=languagetool-devel", 0)?></li>
<li>CVS commit messages: <?=show_link("Subscribe/Unsubscribe", "http://lists.sourceforge.net/mailman/listinfo/languagetool-cvs", 0) ?>,
<?=show_link("archive", "http://sourceforge.net/mailarchive/forum.php?forum_name=languagetool-cvs", 0)?></li>
</ul>
<p class="firstpara"><strong>LanguageTool integration</strong>:</p>
<ul style="list-style:none">
<li><?=show_link("LanguageTool for vim", "http://www.vim.org/scripts/script.php?script_id=3223", 1) ?></li>
<li><?=show_link("LanguageTool for LyX", "http://wiki.lyx.org/Tools/LyX-GrammarChecker", 1) ?></li>
<li><?=show_link("LanguageTool plugin for OmegaT", "https://sourceforge.net/projects/omegat-plugins/files/OmegaT-LanguageTool/", 1)?>
a plugin that enables grammar-checking in computer-aided translation tool OmegaT (open source)</li>
</ul>
<p class="firstpara"><strong>Links</strong> to other Open Source language tools:</p>
<ul style="list-style:none">
<li><?=show_link("After the Deadline", "http://open.afterthedeadline.com/", 0)?>,
a grammar checker for English which integrates LanguageTool to support German and French</li>
<!-- <li><?=show_link("LangBot", "http://apoema.net/langbot/en/gc.lb", 0)?>,
an on-line grammar checker which uses LanguageTool, and includes integration
for Firefox via <?=show_link("Ubiquity", "http://ubiquity.mozilla.com/", 0) ?> plugin</li> -->
<li><?=show_link("An Gramadóir", "http://borel.slu.edu/gramadoir/", 0)?>,
a grammar checker for the Irish language</li>
<li><?=show_link("CoGrOO", "http://cogroo.sourceforge.net/", 0)?>
a Grammar Checker for Portuguese</li>
<li><?=show_link("GRAC", "http://grac.sourceforge.net/", 0)?>
corpus-based grammar checker written in Python</li>
<li><?=show_link("Queequeg", "http://queequeg.sourceforge.net/index-e.html", 0)?>
agreement checker written in Python</li>
<li><?=show_link("LanguageTool in Python", "http://tkltrans.sourceforge.net/#r03", 0) ?>, a much older
and less powerful version without OpenOffice.org integration but support for Hungarian</li>
</ul>
<p><strong>Resources:</strong></p>
<ul style="list-style:none">
<li><?=show_link("XML file with 221 collected English grammar errors", "/download/errors.xml", 0) ?>, 23KB</li>
<li><?=show_link("Another English error collection",
"http://languagetool.cvs.sourceforge.net/languagetool/JLanguageTool/resource/en/errors.txt?view=markup", 1) ?></li>
<li><?=show_link("German error collection",
"http://languagetool.cvs.sourceforge.net/languagetool/JLanguageTool/resource/de/errors.txt?view=markup", 1) ?></li>
</ul>
<br /><br /><br />
<p>Website design inspired by <!-- Please leave this if you use our template. Thank you -->
<a href="http://www.darjanpanic.com" target="_blank"
title="Freelance Graphic artist">Darjan Panic</a> & <a
href="http://www.briangreens.com" target="_blank">Brian Green</a> <!-- Please leave this if you use our template. Thank you -->
</p>
<?php
include("../../include/footer.php");
?>
|