Skip to content

zerospeech/tdev2

 
 

Repository files navigation

Term Discovery Evaluation

Upload Python Package PyPI version ANACONDA-VER LICENCE

Toolbox to evaluate Term Discovery systems.

Install

You can install using pip (pip install zerospeech-tde) or using conda (conda install -c coml zerospeech-tde)

Info

This toolbox transcribed phonetical each discovered interval, then applies NLP evaluation to judge the quality of the discovery. The metrics are:

  • NED : mean of the edit distance between all the discovered pairs
  • coverage: percentage of the corpus covered
  • token/type: measure how good the system was at finding gold tokens and gold types
  • boundary: measure how good the system was at finding gold boundaries
  • grouping: judge the purity of the clusters formed by the system

This is used for the task 2 of the zerospeech challenge, for this purpose it has been packaged into the zerospeech evaluation toolkit

About

TDE version 2.0

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%