Skip to content

AlbertoGP/historadar

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
lib
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
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.
--------------------------------------------------------------------

About

Automatically exported from code.google.com/p/historadar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages