Download toolbox-utils-1.0.jar file - Jar t

Jar examples for t:toolbox-utils

Description

ASV Toolbox is a modular collection of tools for the exploration of written language data. They work either on word lists or text and solve several linguistic classification and clustering tasks. The topics covered contain language detection, POS-tagging, base form reduction, named entity recognition, and terminology extraction. On a more abstract level, the algorithms deal with various kinds of word similarity, using pattern based and statistical approaches. The collection can be used to work on large real world data sets as well as for studying the underlying algorithms. The ASV Toolbox can work on plain text files and connect to a MySQL database. While it is especially designed to work with corpora of the Leipzig Corpora Collection, it can easily be adapted to other sources.

You can download jar file toolbox-utils 1.0 in this page.

License

MIT License

Build File

You can use the following script to add toolbox-utils-1.0.jar to your project.

<dependency>
   <groupId>de.uni_leipzig.asv.toolbox</groupId>
   <artifactId>toolbox-utils</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'de.uni_leipzig.asv.toolbox', name: 'toolbox-utils', version: '1.0'
libraryDependencies += "de.uni_leipzig.asv.toolbox" % "toolbox-utils" % "1.0"
<dependency org="de.uni_leipzig.asv.toolbox" name="toolbox-utils" rev="1.0"/>
@Grapes(@Grab(group='de.uni_leipzig.asv.toolbox', module='toolbox-utils', version='1.0'))
'de.uni_leipzig.asv.toolbox:toolbox-utils:jar:1.0'

Download

Click the following link to download the jar file.

toolbox-utils-1.0-javadoc.jar
toolbox-utils-1.0-sources.jar
toolbox-utils-1.0.jar
toolbox-utils-1.0.pom



Related Tutorials