Download concrete-stanford-4.8.2.jar file - Jar c

Jar examples for c:concrete-stanford

Description

Wraps Stanford NLP with utilities to fit it into a concrete compliant workflow.

You can download jar file concrete-stanford 4.8.2 in this page.

License

GNU General Public License Version 3

Build File

You can use the following script to add concrete-stanford-4.8.2.jar to your project.

<dependency>
   <groupId>edu.jhu.hlt</groupId>
   <artifactId>concrete-stanford</artifactId>
   <version>4.8.2</version>
</dependency>
compile group: 'edu.jhu.hlt', name: 'concrete-stanford', version: '4.8.2'
libraryDependencies += "edu.jhu.hlt" % "concrete-stanford" % "4.8.2"
<dependency org="edu.jhu.hlt" name="concrete-stanford" rev="4.8.2"/>
@Grapes(@Grab(group='edu.jhu.hlt', module='concrete-stanford', version='4.8.2'))
'edu.jhu.hlt:concrete-stanford:jar:4.8.2'

Download

Click the following link to download the jar file.

concrete-stanford-4.8.2-javadoc.jar
concrete-stanford-4.8.2-sources.jar
concrete-stanford-4.8.2.jar
concrete-stanford-4.8.2.pom



Related Tutorials