Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/korpling/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.
https://github.com/korpling/pepper
annotations converter format java linguistic-formats linguistics nlp pepper
Last synced: 3 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/korpling/pepper
- Owner: korpling
- License: other
- Created: 2014-07-10T14:19:44.000Z (over 10 years ago)
- Default Branch: develop
- Last Pushed: 2023-04-14T15:38:42.000Z (over 1 year ago)
- Last Synced: 2024-06-19T03:04:59.029Z (5 months ago)
- Topics: annotations, converter, format, java, linguistic-formats, linguistics, nlp, pepper
- Language: XSLT
- Homepage: http://corpus-tools.org/pepper
- Size: 213 MB
- Stars: 21
- Watchers: 12
- Forks: 3
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- low-resource-languages - pepper - Pepper is a pluggable, Java-based, open source converter framework for linguistic data. (Software / Utilities)
README
[![DOI](https://zenodo.org/badge/21696821.svg)](https://zenodo.org/badge/latestdoi/21696821)
![Automated tests](https://github.com/korpling/pepper/workflows/Automated%20tests/badge.svg)![](http://korpling.github.io/pepper/images/SaltNPepper_logo2010.png)
# About Pepper
If you need to convert corpora from one linguistic format into another, Pepper is your swiss-army knife. When your annotation tool produces a different data format from the one your analysis tool can read, Pepper is there to the rescue.* Pepper can convert documents in a variety of linguistic formats, such as: EXMARalDA, Tiger XML, MMAX2, RST, TCF, TreeTagger format, TEI (subset), ANNIS format, PAULA and many many more.
* Pepper comes with a plug-in mechanism which makes it easy to extend it for further formats and data manipulations.
* Pepper is module-based, each mapping is done by a separate module. This enables each module to be combined with every other module in one single workflow.
* Pepper uses the intermediate model Salt, which reduces the number of mappings to convert n into m formats.
* Pepper modules, such as the MergingModule, allow to merge the data from different annotation tools together and create multilayer corpora.
* Pepper can be used as an interactive command line tool, as a command to be included in scripts, or as an API to be integrated in other software products.
* Pepper is written in Java and can be run on all operation systems which are ready to run Java (Windows, Mac, Linux, Unix, ...).
* Pepper is free and open source software. It is distributed under the Apache License, Version 2.0.
# Want to know more?
* Homepage: http://corpus-tools.org/pepper
* Code: https://github.com/korpling/pepper
* Bug and issue tracking: https://github.com/korpling/pepper/issues
* Code documentation for people who want to use Pepper as a library, who want create their own Pepper module or who want to take part in the Pepper development
* stable version: https://korpling.github.io/pepper/doc/
* snapshot version: https://korpling.github.io/pepper/doc-snapshot/