Skip to content
Snippets Groups Projects
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG 1.35 KiB
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.