linguistic data utilities
lingdata-utils help to manage collected linguistic data (transcripts; potentially they can be extended to managing the corresponding audio records). more…
lingdata-utils help to manage collected linguistic data (transcripts; potentially they can be extended to managing the corresponding audio records). more…
Recoding the transcripts (special characters) was my first need. For now, the contents of this repo is very primitive, but it will probably accumulate more of the utilities I need.
They are useful for being embedded into your infrastructure which manages the revisions of the collected data. For an example of (potential) use, see dialect-of-muzhy/imz-records (branch ascii+utf8_/AUTO).
(I also accumulate here the instances of Makefiles I used for processing my data--so that they can be easily compared and re-used.)
This is free software; I publish it under the terms of AGPLv3.
Mirror: at repo.or.cz (there is a different web interface there, you might want to look at it).
Cloning this repository:
git clone git://gitorious.org/lingdata-utils/mainline.git mainline cd mainline
Add this repository as a remote to an existing local repository:
git remote add mainline git://gitorious.org/lingdata-utils/mainline.git git fetch mainline git checkout -b my-local-tracking-branch mainline/master_or_other_branch
Professional Gitorious services - Git hosting at your company, custom features, support and more. gitorious.com.
