Download srl-4.31.jar file - Jar s

Jar examples for s:srl

Description

mate-tools Semantic Role Labeler

You can download jar file srl 4.31 in this page.

License

GNU General Public License, Version 2

Build File

You can use the following script to add srl-4.31.jar to your project.

<dependency>
   <groupId>com.googlecode.mate-tools</groupId>
   <artifactId>srl</artifactId>
   <version>4.31</version>
</dependency>
compile group: 'com.googlecode.mate-tools', name: 'srl', version: '4.31'
libraryDependencies += "com.googlecode.mate-tools" % "srl" % "4.31"
<dependency org="com.googlecode.mate-tools" name="srl" rev="4.31"/>
@Grapes(@Grab(group='com.googlecode.mate-tools', module='srl', version='4.31'))
'com.googlecode.mate-tools:srl:jar:4.31'

Download

Click the following link to download the jar file.

srl-4.31-javadoc.jar
srl-4.31-sources.jar
srl-4.31.jar
srl-4.31.pom



Related Tutorials