]> git.parisson.com Git - timeside-diadems.git/commitdiff
better comment
authorDavid Doukhan <david.doukhan@gmail.com>
Tue, 25 Feb 2014 13:57:17 +0000 (14:57 +0100)
committerDavid Doukhan <david.doukhan@gmail.com>
Tue, 25 Feb 2014 13:57:17 +0000 (14:57 +0100)
timeside/analyzer/limsi_sad.py

index 8e53992da45b1ba7cf724501deb71ea7b9c3cf67..35c93b764d57b61298eff2cdecf3f9109b2290a2 100644 (file)
@@ -56,7 +56,7 @@ class LimsiSad(Analyzer):
     For each frame, it computes the log likelihood difference between a speech model and a non speech model. 
     The highest is the estimate, the largest is the probability that the frame corresponds to speech.
     The initialization of the analyzer requires to chose a model between 'etape' and 'maya'
-    'etape' models were obtained on data collected by LIMSI in the framework of ETAPE ANR project
+    'etape' models were trained on data distributed in the framework of the ETAPE campaign (http://www.afcp-parole.org/etape.html)
     'maya' models were obtained on data collected by EREA – Centre Enseignement et Recherche en Ethnologie Amerindienne
     """
     implements(IAnalyzer)