updated to use new Annotator API, added Configurator classes
- Dec 25, 2015
-
-
Mark Sammons authored
Conflicts: pom.xml src/main/java/edu/illinois/cs/cogcomp/srl/SemanticRoleLabeler.java
-
- Dec 23, 2015
-
-
Christos Christodoulopoulos authored
-
Christos Christodoulopoulos authored
-
- Dec 22, 2015
-
-
Mark Sammons authored
Currently, this fails when I try to integrate SRL, with addView() throwing exception "View 'Verb' not found".
-
Mark Sammons authored
-
Mark Sammons authored
-
Mark Sammons authored
-
Mark Sammons authored
-
Mark Sammons authored
changed SRLProperties to use Configurators; if a file name is given, non-default parameters are loaded from that file; otherwise, all default parameters are used.
-
- Dec 21, 2015
-
-
Mark Sammons authored
-
Mark Sammons authored
added Configurators for SRL to replace previous configuration code, bring it more in line with other CCG NLP packages
-
Mark Sammons authored
-
- Dec 08, 2015
-
-
Christos Christodoulopoulos authored
Replaced with evaluator in core-utilities
-
Christos Christodoulopoulos authored
Removed ISRLInference interface Updated dependencies versions: - SemanticRoleModeler now extends the Annotator abstract class - Removed WordNet dep (using jwnl-prime)
-