ASV Toolbox

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.

License

License

GroupId

GroupId

de.uni_leipzig.asv.toolbox
ArtifactId

ArtifactId

toolbox-utils
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

ASV Toolbox
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.

Download toolbox-utils

How to add to project

<!-- https://jarcasting.com/artifacts/de.uni_leipzig.asv.toolbox/toolbox-utils/ -->
<dependency>
    <groupId>de.uni_leipzig.asv.toolbox</groupId>
    <artifactId>toolbox-utils</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.uni_leipzig.asv.toolbox/toolbox-utils/
implementation 'de.uni_leipzig.asv.toolbox:toolbox-utils:1.0'
// https://jarcasting.com/artifacts/de.uni_leipzig.asv.toolbox/toolbox-utils/
implementation ("de.uni_leipzig.asv.toolbox:toolbox-utils:1.0")
'de.uni_leipzig.asv.toolbox:toolbox-utils:jar:1.0'
<dependency org="de.uni_leipzig.asv.toolbox" name="toolbox-utils" rev="1.0">
  <artifact name="toolbox-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.uni_leipzig.asv.toolbox', module='toolbox-utils', version='1.0')
)
libraryDependencies += "de.uni_leipzig.asv.toolbox" % "toolbox-utils" % "1.0"
[de.uni_leipzig.asv.toolbox/toolbox-utils "1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.0