lueck / pytcf

Tools for reading files in Text Corpus Format (TCF) written in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tools for reading files in Text Corpus Format (TCF)

TCF is an interchange format for linguistic annotations. It is used by the WebLicht webservices.

This python package offers some lightwight command line tools for reading TCF files. If you want to write webservices, that integrate into WebLicht, please have a look at TCFlib. If your favourite programming language is Haskell, please have a look at my htcf, but this package's tcf2csv runs magnitudes faster.

Requirements

The tools are written in the Python programming language. So Python, version 2.7, is required to use it.

Installation

Clone this repositoy, open a terminal and cd into the root directory of the clone. Then run

$ pip install -e .

Usage

After installation run tcf2csv -h on a terminal in order to read a usage note.

License

GPL V3

About

Tools for reading files in Text Corpus Format (TCF) written in Python

License:GNU General Public License v3.0


Languages

Language:Python 100.0%