WHAT ARE THEY?

Those scripts are intended to manipulate Annotator pools and schemas.


PoolAggregator.py 
	Joins, selects and renames Pools acording to an aggregator script

SchemaAggregator.py
	Joins, selects and renames Schemas acording to an aggregator script

Lab2Pools.py
	Generates a pool with the segmentation contained in a wavesurfer label file.

Pools2Lab.py
	Generates a Wavesurfer label file from attributes in a pool


REQUIREMENTS:

To run those scripts you'll need to install python 2.3 and the following modules
  python-xml
  python-unit (just if you want to run the tests)






