forked from apache/opennlp-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeed.xml
596 lines (584 loc) · 25.5 KB
/
feed.xml
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
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
<?xml version="1.0"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Apache OpenNLP</title>
<link>https://opennlp.apache.org</link>
<atom:link href="https://opennlp.apache.org/feed.xml" rel="self" type="application/rss+xml" />
<description>The Apache OpenNLP library is a machine learning based toolkit for the processing of natural language text</description>
<language>en-us</language>
<pubDate>Sat, 20 May 2017 11:31:06 +0000</pubDate>
<lastBuildDate>Sat, 20 May 2017 11:31:06 +0000</lastBuildDate>
<item>
<title>Apache OpenNLP 1.7.2 released</title>
<link>https://opennlp.apache.org/news/release-172.html</link>
<pubDate>Sat, 4 Feb 2017 02:00:00 +0000</pubDate>
<guid isPermaLink="false">news/release-172.html</guid>
<description>
<div id="preamble">
<div class="sectionbody">
<div class="paragraph">
<p>The Apache OpenNLP team is pleased to announce the release of version 1.7.2 of Apache OpenNLP.</p>
</div>
<div class="paragraph">
<p>The Apache OpenNLP library is a machine learning based toolkit for the processing of natural language text.</p>
</div>
<div class="paragraph">
<p>It supports the most common NLP tasks, such as tokenization, sentence segmentation, part-of-speech tagging, named entity extraction, chunking, parsing, and coreference resolution.</p>
</div>
<div class="paragraph">
<p>The OpenNLP 1.7.2 binary and source distributions are available for download from our download page: <a href="http://opennlp.apache.org/cgi-bin/download.cgi" class="bare">http://opennlp.apache.org/cgi-bin/download.cgi</a></p>
</div>
<div class="paragraph">
<p>The OpenNLP library is distributed by Maven Central as well. See the Maven Dependency page for more details: <a href="http://opennlp.apache.org/maven-dependency.html" class="bare">http://opennlp.apache.org/maven-dependency.html</a></p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="requirements">Requirements</h2>
<div class="sectionbody">
<div class="paragraph">
<p>Java 1.8 is required to run OpenNLP
Maven 3.3.9 is required for building it</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="building_from_the_source_distribution">Building from the Source Distribution</h2>
<div class="sectionbody">
<div class="paragraph">
<p>To build everything execute the following command in the root folder:
mvn clean install</p>
</div>
<div class="paragraph">
<p>The results of the build will be placed in:
opennlp-distr/target/apache-opennlp-1.7.2-bin.tar-gz (or .zip)</p>
</div>
<div class="paragraph">
<p>What is new in Apache OpenNLP 1.7.2</p>
</div>
<div class="listingblock">
<div class="content">
<pre>This release introduces many new features, improvements and bug fixes. The API
has been improved for a better consistency and 1.4 deprecated methods were
removed. Now Java 1.8 is required.
Additionally the release contains the following noteworthy changes:
- Name Finder evaluation can now show a confusion matrix
- The default evaluation output contains more details
- Added a Language Model CLI tool
- Add Moses format support
- More refactoring and cleanup, specially in Machine Learning package and Dictionary
- Removed deprecated trainers from UIMA integration
- Fixed potential localization issues and added maven plugin to prevent it (ForbiddenAPI)
- Fixed issues with the BRAT corpus reader
- Deprecated GIS class, will be removed in a future 1.8.x release
A detailed list of the issues related to this release can be found in the release
notes.</pre>
</div>
</div>
</div>
</div>
</description>
</item>
<item>
<title>Apache OpenNLP 1.7.1 released</title>
<link>https://opennlp.apache.org/news/release-171.html</link>
<pubDate>Mon, 23 Jan 2017 02:00:00 +0000</pubDate>
<guid isPermaLink="false">news/release-171.html</guid>
<description>
<div id="preamble">
<div class="sectionbody">
<div class="paragraph">
<p>The Apache OpenNLP team is pleased to announce the release of version 1.7.1 of Apache OpenNLP.</p>
</div>
<div class="paragraph">
<p>The Apache OpenNLP library is a machine learning based toolkit for the processing of natural language text.</p>
</div>
<div class="paragraph">
<p>It supports the most common NLP tasks, such as tokenization, sentence segmentation, part-of-speech tagging, named entity extraction, chunking, parsing, and coreference resolution.</p>
</div>
<div class="paragraph">
<p>The OpenNLP 1.7.1 binary and source distributions are available for download from our download page: <a href="http://opennlp.apache.org/cgi-bin/download.cgi" class="bare">http://opennlp.apache.org/cgi-bin/download.cgi</a></p>
</div>
<div class="paragraph">
<p>The OpenNLP library is distributed by Maven Central as well. See the Maven Dependency page for more details: <a href="http://opennlp.apache.org/maven-dependency.html" class="bare">http://opennlp.apache.org/maven-dependency.html</a></p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="requirements">Requirements</h2>
<div class="sectionbody">
<div class="paragraph">
<p>Java 1.8 is required to run OpenNLP
Maven 3.3.9 is required for building it</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="building_from_the_source_distribution">Building from the Source Distribution</h2>
<div class="sectionbody">
<div class="paragraph">
<p>To build everything execute the following command in the root folder:</p>
</div>
<div class="literalblock">
<div class="content">
<pre>mvn clean install</pre>
</div>
</div>
<div class="paragraph">
<p>The results of the build will be placed in:
opennlp-distr/target/apache-opennlp-1.7.1-bin.tar-gz (or .zip)</p>
</div>
<div class="paragraph">
<p>What is new in Apache OpenNLP 1.7.1</p>
</div>
<div class="listingblock">
<div class="content">
<pre>This release introduces many new features, improvements and bug fixes.
Additionally the release contains the following noteworthy changes:
- Travis CI Integration
- Added support to LETSMT format
- All stdout can be disabled during training via verbose parameter
- Improved and extended evaluation tests
- Refactoring and cleanup of code base
- Code fully migrated to Java 8
- Added an improved GitHub README page
For a complete list of fixed bugs and improvements please see the RELEASE_NOTES file included in the distribution.
--The Apache OpenNLP Team</pre>
</div>
</div>
</div>
</div>
</description>
</item>
<item>
<title>Apache OpenNLP 1.7.0 released</title>
<link>https://opennlp.apache.org/news/release-170.html</link>
<pubDate>Sat, 31 Dec 2016 02:00:00 +0000</pubDate>
<guid isPermaLink="false">news/release-170.html</guid>
<description>
<div class="paragraph">
<p>The Apache OpenNLP team is pleased to announce the release of version 1.7.0 of Apache OpenNLP.</p>
</div>
<div class="paragraph">
<p>The Apache OpenNLP library is a machine learning based toolkit for the processing of natural language text.</p>
</div>
<div class="paragraph">
<p>It supports the most common NLP tasks, such as tokenization, sentence segmentation, part-of-speech tagging, named entity extraction, chunking, parsing, and coreference resolution.</p>
</div>
<div class="paragraph">
<p>The OpenNLP 1.7.0 binary and source distributions are available for download from our download page: <a href="http://opennlp.apache.org/cgi-bin/download.cgi" class="bare">http://opennlp.apache.org/cgi-bin/download.cgi</a></p>
</div>
<div class="paragraph">
<p>The OpenNLP library is distributed by Maven Central as well. See the Maven Dependency page for more details: <a href="http://opennlp.apache.org/maven-dependency.html" class="bare">http://opennlp.apache.org/maven-dependency.html</a></p>
</div>
<div class="paragraph">
<p>This release introduces many new features, improvements and bug fixes. The API has been improved for a better consistency and deprecated methods were removed. Now Java 1.8 and Maven 3.3.9 are required.</p>
</div>
<div class="paragraph">
<p>Additionally the release contains the following noteworthy changes:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>OpenNLP is up to 50% faster at analyzing content</p>
</li>
<li>
<p>A lot of deprecated code has been removed</p>
</li>
<li>
<p>Code base has been cleaned up</p>
</li>
<li>
<p>There is a new brat annotation service</p>
</li>
<li>
<p>Documentation was improved and extended</p>
</li>
<li>
<p>A Naive Bayesian Classifier implementation was added</p>
</li>
<li>
<p>Morofologik addon is now included</p>
</li>
<li>
<p>Added a language model component</p>
</li>
<li>
<p>Added a CLI to the lemmatizer component.</p>
</li>
<li>
<p>Added a supervised statistical lemmatizer.</p>
</li>
<li>
<p>The lemmatizer component API has been entirely rewritten. The changes in
the previously existing Dictionary-based lemmatizer are not backward compatible.</p>
</li>
</ul>
</div>
<div class="paragraph">
<p>A detailed list of the issues related to this release can be found in the release
notes.</p>
</div>
<div class="paragraph">
<p>For a complete list of fixed bugs and improvements please see the RELEASE_NOTES file included in the distribution.</p>
</div>
<div class="paragraph">
<p>--The Apache OpenNLP Team</p>
</div>
</description>
</item>
<item>
<title>Apache OpenNLP 1.6.0 released</title>
<link>https://opennlp.apache.org/news/release-160.html</link>
<pubDate>Mon, 13 Jul 2015 03:00:00 +0000</pubDate>
<guid isPermaLink="false">news/release-160.html</guid>
<description>
<div class="paragraph">
<p>The Apache OpenNLP team is pleased to announce the release of version 1.6.0 of Apache OpenNLP.</p>
</div>
<div class="paragraph">
<p>The Apache OpenNLP library is a machine learning based toolkit for the processing of natural language text.
It supports the most common NLP tasks, such as tokenization, sentence segmentation, part-of-speech tagging,
named entity extraction, chunking, parsing, and coreference resolution.</p>
</div>
<div class="paragraph">
<p>The OpenNLP 1.6.0 binary and source distributions are available for download from our download page:
<a href="http://opennlp.apache.org/cgi-bin/download.cgi" class="bare">http://opennlp.apache.org/cgi-bin/download.cgi</a></p>
</div>
<div class="paragraph">
<p>The OpenNLP library is distributed by Maven Central as well. See the Maven Dependency page for more details:
<a href="http://opennlp.apache.org/maven-dependency.html" class="bare">http://opennlp.apache.org/maven-dependency.html</a></p>
</div>
<div class="paragraph">
<p>This release introduces many new features, improvements and bug fixes. The API
has been improved for a better consistency and 1.4 deprecated methods were
removed. Now Java 1.7 is required.</p>
</div>
<div class="paragraph">
<p>Additionally the release contains the following noteworthy changes:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>Added evalutation support to the parser and doccat components</p>
</li>
<li>
<p>Added support to Evalita 07/09, Brat and OntoNotes corpus formats</p>
</li>
<li>
<p>Now L-BFGS is stable</p>
</li>
<li>
<p>Added Snowball to the Stemmer package</p>
</li>
<li>
<p>NameFinder now supports a user defined factory</p>
</li>
<li>
<p>Added pluggable machine learning support</p>
</li>
<li>
<p>Added a lemmatizer module</p>
</li>
<li>
<p>Added Cluster, Document Begin and Clark feature generators to the Name Finder</p>
</li>
<li>
<p>Added Liblinear as a Machine Learning addon</p>
</li>
<li>
<p>Entity Linker now has a command line interface</p>
</li>
<li>
<p>Added sequence classification support</p>
</li>
</ul>
</div>
<div class="paragraph">
<p>A detailed list of the issues related to this release can be found in the release notes.</p>
</div>
<div class="paragraph">
<p>For a complete list of fixed bugs and improvements please see the RELEASE_NOTES
file included in the distribution.</p>
</div>
<div class="paragraph">
<p>--The Apache OpenNLP Team</p>
</div>
</description>
</item>
<item>
<title>Apache OpenNLP 1.5.3 released</title>
<link>https://opennlp.apache.org/news/release-153.html</link>
<pubDate>Wed, 17 Apr 2013 03:00:00 +0000</pubDate>
<guid isPermaLink="false">news/release-153.html</guid>
<description>
<div class="paragraph">
<p>The Apache OpenNLP team is pleased to announce the release of version 1.5.3 of Apache OpenNLP.</p>
</div>
<div class="paragraph">
<p>The Apache OpenNLP library is a machine learning based toolkit for the processing of natural language text.
It supports the most common NLP tasks, such as tokenization, sentence segmentation, part-of-speech tagging,
named entity extraction, chunking, parsing, and coreference resolution.</p>
</div>
<div class="paragraph">
<p>The OpenNLP 1.5.3 binary and source distributions are available for download from our download page:
<a href="http://opennlp.apache.org/cgi-bin/download.cgi" class="bare">http://opennlp.apache.org/cgi-bin/download.cgi</a></p>
</div>
<div class="paragraph">
<p>The OpenNLP library is distributed by Maven Central as well. See the Maven Dependency page for more details:
<a href="http://opennlp.apache.org/maven-dependency.html" class="bare">http://opennlp.apache.org/maven-dependency.html</a></p>
</div>
<div class="paragraph">
<p>This release contains a couple of new features, improvements and bug fixes. The CLI
has been improved for a better consistency. Now the tools supports extensions that
can be configured from the model, including customized context generators and
validators.</p>
</div>
<div class="paragraph">
<p>Additionally the release contains the following noteworthy changes:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>Porter Stemmer tool</p>
</li>
<li>
<p>L-BFGS parameter estimation</p>
</li>
<li>
<p>Improved documentation</p>
</li>
<li>
<p>Fine-grained POSTagger evaluation report</p>
</li>
<li>
<p>Improved support to load user provided feature generator and context validation classes from OSGi environment</p>
</li>
<li>
<p>A detailed list of the issues related to this release can be found in the release notes.</p>
</li>
</ul>
</div>
<div class="paragraph">
<p>For a complete list of fixed bugs and improvements please see the RELEASE_NOTES file included in the distribution.</p>
</div>
<div class="paragraph">
<p>--The Apache OpenNLP Team</p>
</div>
</description>
</item>
<item>
<title>OpenNLP graduated from the incubator as a Top Level Project</title>
<link>https://opennlp.apache.org/news/news-2012-02-15.html</link>
<pubDate>Wed, 15 Feb 2012 02:00:00 +0000</pubDate>
<guid isPermaLink="false">news/news-2012-02-15.html</guid>
<description>
<div class="sect1">
<h2 id="interview_on_cynical_developer_podcast">Interview on Cynical Developer podcast</h2>
<div class="sectionbody">
<div class="paragraph">
<p>OpenNLP graduated from the incubator as a Top Level Project</p>
</div>
</div>
</div>
</description>
</item>
<item>
<title>New members and new features&#8230;&#8203;</title>
<link>https://opennlp.apache.org/news/news-2011-12-22.html</link>
<pubDate>Thu, 22 Dec 2011 02:00:00 +0000</pubDate>
<guid isPermaLink="false">news/news-2011-12-22.html</guid>
<description>
<div class="ulist">
<ul>
<li>
<p>Join everyone in welcoming our newest members to the group, Aliaksandr Autayeu and Boris Galitsky.</p>
</li>
<li>
<p>OpenNLP is moving forward with new features, fixes and advancements for the New Year.</p>
</li>
<li>
<p>Merry Chistmas &amp; Happy New Year! Again&#8230;&#8203; yes, it has been another year.</p>
</li>
</ul>
</div>
</description>
</item>
<item>
<title>First release of 1.5.1-incubating is ready!</title>
<link>https://opennlp.apache.org/news/news-2011-05-02.html</link>
<pubDate>Mon, 28 Nov 2011 02:00:00 +0000</pubDate>
<guid isPermaLink="false">news/news-2011-05-02.html</guid>
<description>
<div class="ulist">
<ul>
<li>
<p>First release of opennlp-1.5.1-incubating ready for primetime.</p>
</li>
<li>
<p>Voting started on opennlp-dev list voting +1 (5-binding and 2-non-binding).</p>
</li>
<li>
<p>Voting carried over to general list voting +1 (1-binding and 1-non-binding).</p>
</li>
<li>
<p>Recorded no 0 votes or -1 votes.</p>
</li>
</ul>
</div>
</description>
</item>
<item>
<title>Apache OpenNLP 1.5.2 Incubating released</title>
<link>https://opennlp.apache.org/news/release-152.html</link>
<pubDate>Mon, 28 Nov 2011 02:00:00 +0000</pubDate>
<guid isPermaLink="false">news/release-152.html</guid>
<description>
<div class="paragraph">
<p>The Apache OpenNLP team is pleased to announce the release of version 1.5.2-incubating of
Apache OpenNLP.</p>
</div>
<div class="paragraph">
<p>The Apache OpenNLP library is a machine learning based toolkit for the processing of natural
language text. It supports the most common NLP tasks, such as tokenization, sentence
segmentation, part-of-speech tagging, named entity extraction, chunking, parsing,
and coreference resolution.</p>
</div>
<div class="paragraph">
<p>The OpenNLP 1.5.2-incubating binary and source distributions are available for download
from our download page:
<a href="http://incubator.apache.org/opennlp/download.cgi" class="bare">http://incubator.apache.org/opennlp/download.cgi</a></p>
</div>
<div class="paragraph">
<p>The OpenNLP library is distributed by Maven Central as well.
See the Maven Dependency page for more details:
<a href="http://incubator.apache.org/opennlp/maven-dependency.html" class="bare">http://incubator.apache.org/opennlp/maven-dependency.html</a></p>
</div>
<div class="paragraph">
<p>This release contains a couple of new features, improvements and bug fixes.
The maxent trainer can now run in multiple threads to utilize
multi-core CPUs, configurable feature generation was added to the name finder,
the perceptron trainer was refactored and improved, machine learners
can now be configured with much more options via a parameter file,
evaluators can print out detailed evaluation information.</p>
</div>
<div class="paragraph">
<p>Additionally the release contains the following noteworthy changes:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>Improved the white space handling in the Sentence Detector and its training code</p>
</li>
<li>
<p>Added more cross validator command line tools</p>
</li>
<li>
<p>Command line handling code has been refactored</p>
</li>
<li>
<p>Fixed problems with the new build</p>
</li>
<li>
<p>Now uses fast token class feature generation code by default</p>
</li>
<li>
<p>Added support for BioNLP/NLPBA 2004 shared task data</p>
</li>
<li>
<p>Removal of old and deprecated code</p>
</li>
<li>
<p>Dictionary case sensitivity support is now done properly</p>
</li>
<li>
<p>Support for OSGi</p>
</li>
</ul>
</div>
<div class="paragraph">
<p>For a complete list of fixed bugs and improvements please see the RELEASE_NOTES
file included in the distribution.</p>
</div>
<div class="paragraph">
<p>--The Apache OpenNLP Team</p>
</div>
</description>
</item>
<item>
<title>Issue tracker moved to JIRA</title>
<link>https://opennlp.apache.org/news/news-2011-01-29.html</link>
<pubDate>Sat, 29 Jan 2011 02:00:00 +0000</pubDate>
<guid isPermaLink="false">news/news-2011-01-29.html</guid>
<description>
<div class="ulist">
<ul>
<li>
<p>We have moved JIRA issues to a new list. Special THANKS go to Gavin for helping.</p>
</li>
<li>
<p>We are preparing for our first full release of the package.</p>
</li>
</ul>
</div>
</description>
</item>
<item>
<title>Working on Apache Incubator requirements</title>
<link>https://opennlp.apache.org/news/news-2010-12-24.html</link>
<pubDate>Fri, 24 Dec 2010 02:00:00 +0000</pubDate>
<guid isPermaLink="false">news/news-2010-12-24.html</guid>
<description>
<div class="ulist">
<ul>
<li>
<p>Merry Christmas &amp; Happy New Year!</p>
</li>
<li>
<p>We have the sources online, are working on porting the documentation, and cleanup of the code to meet Apache
Incubator requirements.</p>
</li>
</ul>
</div>
</description>
</item>
<item>
<title>OpenNLP is now into Apache Incubation!</title>
<link>https://opennlp.apache.org/news/news-2010-11-23.html</link>
<pubDate>Tue, 23 Nov 2010 02:00:00 +0000</pubDate>
<guid isPermaLink="false">news/news-2010-11-23.html</guid>
<description>
<div class="paragraph">
<p>Apache Incubator voted +1 (8-binding and 9-non-binding votes) to accept OpenNLP into incubation.</p>
</div>
</description>
</item>
<item>
<title>OpenNLP is candidated to Apache Incubation!</title>
<link>https://opennlp.apache.org/news/news-2010-11-18.html</link>
<pubDate>Thu, 18 Nov 2010 02:00:00 +0000</pubDate>
<guid isPermaLink="false">news/news-2010-11-18.html</guid>
<description>
<div class="paragraph">
<p>OpenNLP Proposal presented to general list for incubator.</p>
</div>
</description>
</item>
</channel>
</rss>