graphANNIS Utilities

This is a prototype for a new backend implementation of the ANNIS linguistic search and visualization system.

License

License

GroupId

GroupId

org.corpus-tools
ArtifactId

ArtifactId

annis-benchmark-generator
Last Version

Last Version

0.8.1
Release Date

Release Date

Type

Type

jar
Description

Description

graphANNIS Utilities
This is a prototype for a new backend implementation of the ANNIS linguistic search and visualization system.
Project Organization

Project Organization

Thomas Krause

Download annis-benchmark-generator

How to add to project

<!-- https://jarcasting.com/artifacts/org.corpus-tools/annis-benchmark-generator/ -->
<dependency>
    <groupId>org.corpus-tools</groupId>
    <artifactId>annis-benchmark-generator</artifactId>
    <version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.corpus-tools/annis-benchmark-generator/
implementation 'org.corpus-tools:annis-benchmark-generator:0.8.1'
// https://jarcasting.com/artifacts/org.corpus-tools/annis-benchmark-generator/
implementation ("org.corpus-tools:annis-benchmark-generator:0.8.1")
'org.corpus-tools:annis-benchmark-generator:jar:0.8.1'
<dependency org="org.corpus-tools" name="annis-benchmark-generator" rev="0.8.1">
  <artifact name="annis-benchmark-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.corpus-tools', module='annis-benchmark-generator', version='0.8.1')
)
libraryDependencies += "org.corpus-tools" % "annis-benchmark-generator" % "0.8.1"
[org.corpus-tools/annis-benchmark-generator "0.8.1"]

Dependencies

compile (5)

Group / Artifact Type Version
org.slf4j : jul-to-slf4j jar 1.7.5
ch.qos.logback : logback-classic jar 1.1.3
com.google.guava : guava jar 19.0
jline : jline jar 2.12
org.corpus-tools : graphannis-api jar 0.8.1

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-core jar 1.3

Project Modules

There are no modules declared in this project.

graphANNIS DOI Automated tests

This is a new backend implementation of the ANNIS linguistic search and visualization system (http://corpus-tools.org/annis/).

While there are test cases, this project is still in a pre-release beta phase. Only a sub-set of the ANNIS Query Langugage (AQL) is supported yet (full support is planned). Integration with ANNIS is currently implemented in the development version and released as a beta version. There is a tutorial in the Developer Guide on how to embedd graphANNIS in your own application.

The basic design ideas and data models are described in detail in the PhD-thesis "ANNIS: A graph-based query system for deeply annotated text corpora". The thesis describes a prototype implementation in C++ and not Rust, but the design ideas are the same. Noteable differences/enhancements compared to the thesis are:

  • Graph storages implement querying inverse edges and finding reachable nodes based on them: this allows to implement inverse operators (e.g. for precedence) and switching operands in situations where it was not possible before.
  • The data model has been simplified: the inverse coverage component and inverse edges in the left-/right-most token component have been removed.
  • Additional query language features are now supported.

How to compile

graphANNIS is written in the Rust programming language (https://www.rust-lang.org). You can install Rust from https://www.rust-lang.org/tools/install. After you have installed Rust, you can can build the complete project with

cargo build --release

Documentation

3rd party dependencies

This software depends on several 3rd party libraries. These are documented in the "third-party-licenses.html" file in this folder.

Language bindings

Author(s)

How to cite

@phdthesis{Krause2019ANNIS:,
author = {Krause, Thomas},
title = {ANNIS: A graph-based query system for deeply annotated text corpora},
school = {Humboldt-Universität zu Berlin, Mathematisch-Naturwissenschaftliche Fakultät},
year = {2019},
doi = {http://dx.doi.org/10.18452/19659}
}
org.corpus-tools

Versions

Version
0.8.1
0.4.0
0.3.0
0.2.0
0.1.0