Skip to content
Snippets Groups Projects
CHANGELOG 1.42 KiB
Newer Older
Version 5.1.12
Added Windows support (including access to non-Gurobi solver)

Version 5.1.4
Switched entirely to illinois-sl for structured prediction (removed JLIS traces)
Using the latest AnnotatorService from illinois-core-utilities for both Curator & pipeline annotation
Major cleaning up

Version 5.1
Added JUnit tests
Removed unnecessary dependencies
Switched to illinois-nlp-pipeline-0.1.2
Minor fixes

Version 5.0
Standalone SRL using illinois-nlp-pipeline

Version 4.1.1
Switched to edison-0.7.1 and LBJava-1.0
Added dependency to illinois-common-resources

Version 4.1
Various bugfixes

Version 4.0.2
Updated inference dependency to latest version and modified inference
code accordingly.

Version 4.0.1
Removed duplicate code from JLIS-core and moved to IllinoisSL. Minor edits.

Version 4.0
A complete rewrite of the SRL. Includes predicate and sense detectors,
new constraints and a memory footprint of only 3GB.

Version 3.0.3
Minor bugfixes. Uses edison v0.2.9

Version 3.0.2
Added an option to trim leading prepositions from arguments.

Revamped the training mechanism to train using LBJ's BatchTrainer in
the code. This allows manual lexicon handling, which reduces the
memory requirements by nearly 40 percent.

Version 3.0.1
Minor bugfix

Version 3.0
A complete Java based re-implementation of the Illinois SRL from
Punyakanok 2008. This version uses LBJ to train classifiers and
for performing inference with a home-brewed beam search.