Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ucsd-field-lab/kwaras
- Owner: ucsd-field-lab
- License: other
- Created: 2013-03-05T22:57:56.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-11-14T20:48:50.000Z (12 months ago)
- Last Synced: 2024-04-18T22:37:34.833Z (7 months ago)
- Language: Python
- Homepage:
- Size: 776 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
- low-resource-languages - kwaras - Tools for ELAN corpus management. (Software / Utilities)
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 filesDependencies
-------------------------
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.