-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
49 lines (47 loc) · 1.87 KB
/
README
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
2010-03-11
This jar file contains files from the following libraries:
--------------------------------------------------------------------
OpenNLP Maxent:
Website: http://maxent.sourceforge.net/
License: Apache License V2.0,
GNU Library or Lesser General Public License (LGPL)
Files:
- maxent-2.4.0.jar
--------------------------------------------------------------------
OpenNLP Tools and models:
Website: http://opennlp.sourceforge.net/
License: Apache License V2.0,
GNU Library or Lesser General Public License (LGPL)
Files:
- opennlp-tools-1.4.3.jar
- trove.jar (from http://trove4j.sourceforge.net/)
- models/date.bin.gz
- models/location.bin.gz
- models/percentage.bin.gz
- models/EnglishSD.bin.gz
- models/money.bin.gz
- models/person.bin.gz
- models/EnglishTok.bin.gz
- models/organization.bin.gz
- models/time.bin.gz
--------------------------------------------------------------------
Stanford Named Entity Recognizer:
Website: http://nlp.stanford.edu/software/CRF-NER.shtml
License: GNU General Public License (GPL)
Files:
- stanford-ner.jar
- classifiers/ner-eng-ie.crf-3-all2008.ser.gz
--------------------------------------------------------------------
SwingWorker backport for Java 1.5:
Website: https://swingworker.dev.java.net/
License: GNU Library or Lesser General Public License (LGPL)
Files:
- swingworker-historadar-drop-in.jar
This is modified to work as a direct drop-in replacement for the
standard SwingWorker from Java 1.6 by changing the package name
from "org.jdesktop.swingworker" to "javax.swing".
The modified sources can be downloaded from HistoRadar's website:
HistoRadar's build.xml file checks whether SwingWorker is already
available in the machine compiling the application, and only
includes this replacement if necessary.
--------------------------------------------------------------------