p

pepper

A highly extensible plattform for conversion and manipulation of linguistic data between an unbound set of formats. Pepper can be used stand-alone as a command line interface, or be integrated as an API into other software products.
http://corpus-tools.org/pepper/
The Apache Software License, Version 2.0
Humboldt-Universität zu Berlin, INRIA
Florian Zipser Martin Klotz Thomas Krause Stephan Druskat
Files download
File Operation
pepper-3.6.1.pom download
Apache Maven
<dependency>
  <groupId>org.corpus-tools</groupId>
  <artifactId>pepper</artifactId>
  <version>3.6.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.corpus-tools:pepper:3.6.1'
Gradle Kotlin
implementation("org.corpus-tools:pepper:3.6.1")
Scala SBT
libraryDependencies += "org.corpus-tools" % "pepper" % "3.6.1"
Groovy Grape
@Grapes(
  @Grab(group='org.corpus-tools', module='pepper', version='3.6.1')
)
Apache Ivy
<dependency org="org.corpus-tools" name="pepper" rev="3.6.1" />
Leiningen
[org.corpus-tools/pepper "3.6.1"]
Apache Buildr
'org.corpus-tools:pepper:jar:3.6.1'