From d137c41a9ff4efe2468bd1e73fa91bd9d61620d1 Mon Sep 17 00:00:00 2001 From: David Doukhan Date: Tue, 25 Feb 2014 14:57:17 +0100 Subject: [PATCH] better comment --- timeside/analyzer/limsi_sad.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timeside/analyzer/limsi_sad.py b/timeside/analyzer/limsi_sad.py index 8e53992..35c93b7 100644 --- a/timeside/analyzer/limsi_sad.py +++ b/timeside/analyzer/limsi_sad.py @@ -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) -- 2.39.5