Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ucsd-field-lab/kwaras

Tools for ELAN corpus management
https://github.com/ucsd-field-lab/kwaras

Last synced: 3 months ago
JSON representation

Tools for ELAN corpus management

Awesome Lists containing this project

README

        

kwaras -- tools for ELAN corpus management
======

Tools
-------------------------
* process/web.py -- converts ELAN data (exported into tab-delimited text format) into an html table with jQuery interface, linked to sound clips
* process/timealign.py -- finds sound clips within larger sound files, creating CSV annotation files (to be imported into ELAN)
* formats/eaf.py, lang/* -- functions for making bulk edits in a corpus of ELAN files

Dependencies
-------------------------
The web process depends on jQuery DataTables, including the plugins TableTools and ColVis. The tested versions of these modules are included in the web/ directory.