-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathindex.html
executable file
·302 lines (230 loc) · 7.58 KB
/
index.html
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>LingPipe Home</title>
<meta http-equiv="Content-type"
content="application/xhtml+xml; charset=utf-8"/>
<meta http-equiv="Content-Language"
content="en"/>
<link href="web/css/lp-site.css"
type="text/css"
rel="stylesheet"
title="lp-site"
media="screen,projection,tv"/>
<link href="web/css/lp-site-print.css"
title="lp-site"
type="text/css"
rel="stylesheet"
media="print,handheld,tty,aural,braille,embossed"/>
</head>
<body>
<div id="header">
<h1 id="product">LingPipe</h1><h1 id="pagetitle">Home</h1>
<a id="logo"
href="http://alias-i.com/"
><img src="web/img/logo-small.gif" alt="alias-i logo"/>
</a>
</div><!-- head -->
<div id="navig">
<!-- set class="current" for current link -->
<ul>
<li><a class="current" href="index.html">home</a></li>
<li><a href="web/demos.html">demos</a></li>
<li><a href="web/licensing.html">license</a></li>
<li>download
<ul>
<li><a href="web/download.html">lingpipe core</a></li>
<li><a href="web/models.html">models</a></li>
</ul>
</li>
<li>docs
<ul>
<li><a href="web/install.html">install</a></li>
<li><a href="demos/tutorial/read-me.html">tutorials</a></li>
<li><a href="docs/api/index.html">javadoc</a></li>
<li><a href="web/book.html">textbook</a></li>
</ul>
</li>
<li>community
<ul>
<li><a href="web/customers.html">customers</a></li>
<li><a href="http://groups.yahoo.com/group/LingPipe/">newsgroup</a></li>
<li><a href="http://lingpipe-blog.com/">blog</a></li>
<li><a href="web/bugs.html">bugs</a></li>
<li><a href="web/sandbox.html">sandbox</a></li>
<li><a href="web/competition.html">competition</a></li>
<li><a href="web/citations.html">citations</a></li>
</ul>
</li>
<li><a href="web/contact.html">contact</a></li>
<li><a href="web/about.html">about alias-i</a></li>
</ul>
<div class="search">
<form action="http://www.google.com/search">
<p>
<input type="hidden" name="hl" value="en" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="hidden" name="oe" value="UTF-8" />
<input type="hidden" name="sitesearch" value="alias-i.com" />
<input class="query" size="10%" name="q" value="" />
<br />
<input class="submit" type="submit" value="Search" name="submit" />
<span style="font-size:.6em; color:#888">by Google</span>
</p>
</form>
</div>
</div><!-- navig -->
<!--
<div id="contentnav">
<div id="breadcrumbs">
lingpipe
>
<a href="index.html" class="current">home</a>
</div>
<div id="contentmenu">
<a href="#whatslp">what is it?</a><a href="#whatsnew">news</a></div>
</div>
-->
<div id="content" class="content">
<h2>How Can We Help You?</h2>
<ul class="big">
<li>Get the latest version: <a href="web/download.html">Free and Paid Licenses/Downloads</a></li>
<li>Learn how to use LingPipe: <a href="demos/tutorial/read-me.html">Tutorials</a> </li>
<li>Get expert help using LingPipe: <a href="web/services.html">Services</a> </li>
</ul>
<a href="http://www.facebook.com/widgets/like.php?href=http://www.facebook.com/profile.php?id=100001847292531#!/pages/LingPipe/166735896694571?v=info">Join us on Facebook</a>
<h2>What is LingPipe?</h2>
<p>
LingPipe is tool kit for processing text using computational linguistics. LingPipe is used
to do tasks like:
</p>
<ul>
<li>Find the names of people, organizations or locations in news</li>
<li>Automatically classify Twitter search results into categories</li>
<li>Suggest correct spellings of queries</li>
</ul>
<p>To get a better idea of the range of possible LingPipe uses, visit our <a href="demos/tutorial/read-me.html">tutorials</a> and <a href="web/sandbox.html">sandbox</a>.
</p>
<h3>Architecture</h3>
<p>
LingPipe's architecture is designed to be efficient, scalable, reusable,
and robust. Highlights include:
</p>
<ul>
<li>
Java API with source code and unit tests;
</li>
<li>
multi-lingual, multi-domain, multi-genre models;
</li>
<li>
training with new data for new tasks;
</li>
<li>
n-best output with statistical confidence estimates;
</li>
<li>
online training (learn-a-little, tag-a-little);
</li>
<li>
thread-safe models and decoders for concurrent-read exclusive-write
(CREW) synchronization; and
</li>
<li>
character encoding-sensitive I/O.
</li>
</ul>
<h2>Latest Release: LingPipe 4.1.0</h2>
<div class="sidebar">
<h2>Download Latest: LingPipe 4.1.0</h2>
<ul>
<li>
<a href="web/download.html">Download page for LingPipe 4.1.0</a>
</li>
</ul>
<p>
Entire distribution contains the precompiled jar, javadoc, source, tests,
libs, tutorials and demos. Just add Java.
</p>
</div>
<div class="sidebar">
<h2>Download Last 3.9.x Version</h2>
<ul>
<li>
<a href="../lingpipe-3.9.3">LingPipe 3.9.3 Home Page</a>
</li>
</ul>
<p>
This is a link to another top-level page like this one, which
itself contains download links.
</p>
</div>
<h3>Intermediate Release</h3>
<p>The latest release of LingPipe is LingPipe 4.1.0, which is a
feature release, as well as patching some bugs. It is fully
backward compatible with LingPipe version 4.0.1.
</p>
<h4>Character, Token, and Document Suffix Arrays</h4>
<p>The largest addition in LingPipe 4.1 is suffix arrays.
The package <code>com.aliasi.suffixarray</code> contains
classes for suffix arrays of characters, of tokens, or
of tokenized documents with links back to the documents
from the suffix array. Suffix arrays support finding
arbitrary length repeated strings in a large text
collection. </p>
<h4>Serialization for Language Models</h4>
<p>We also added serializability to a number of the language
model implementations which helps them play nicely with our
classifiers, taggers, etc.</p>
<h4>TF/IDF Classifier Access Methods</h4>
<p>We added methods to TF/IDF classifiers to access the
raw IDF values for terms and raw IDF values for term/document pairs.
</p>
<h4>Line Tagging Parser</h4>
<p>The line tagging parser was updated to handle more general
end-of-line markers across platforms.</p>
<h4>Single-Link Clustering Bug</h4>
<p>We fixed a bug in single-link clustering which caused elements
further away than the distance bound from all other elements to
disappear.</p>
<h4>Tests Fork</h4>
<p>If you run our top-level API test through Ant, you'll find they're
much slower, as in about four times slower. This isn't because
LingPipe is slower, but because we rewrote the test call to fork a new
process for each test. This allows the tests to succeed out of the
box with under 1MB memory on the Macintosh OSX platform with their
Java.</p>
<h3>Migration from LingPipe 3 to LingPipe 4</h3>
<p>LingPipe 4.1.0 is <i>not</i> backward compatible
with LingPipe 3.9.3.</p>
<p>Programs that compile in LingPipe 3.9.3 without deprecation
warnings should compile and run in Lingpipe 4.1.0.
</p>
<h3>Downloading Last 3.9 Version: LingPipe 3.9.3</h3>
<p>The last 3.9 version of LingPipe before the major refactoring
is available at:</p>
<ul>
<li>
<a href="../lingpipe-3.9.3" rel="nofollow">Lingpipe 3.9.3 Home</a>
</li>
</ul>
</div><!-- content -->
<div id="foot">
<p>
© 2003–2011
<a href="mailto:[email protected]">alias-i</a>
</p>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-15123726-1");
pageTracker._trackPageview();
} catch(err) {}</script></body>
</html>