From: Guillaume Pellerin Date: Tue, 27 May 2014 17:13:13 +0000 (+0200) Subject: Add IRIT monopoly grapher X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=2c635bac4107cc319c841d7dd27c61d60027e37d;p=timeside.git Add IRIT monopoly grapher --- diff --git a/timeside/grapher/render_analyzers.py b/timeside/grapher/render_analyzers.py index 44926ef..312c680 100644 --- a/timeside/grapher/render_analyzers.py +++ b/timeside/grapher/render_analyzers.py @@ -120,3 +120,9 @@ Display4hzSpeechSegmentation = DisplayAnalyzer.create(analyzer=irit4hz, result_id='irit_speech_4hz.segments', grapher_id='grapher_irit_speech_4hz_segments', grapher_name='Irit 4Hz Speech Segmentation') + +iritmonopoly = get_processor('irit_monopoly')() +DisplayMonopoly = DisplayAnalyzer.create(analyzer=iritmonopoly, + result_id='irit_monopoly.segments', + grapher_id='grapher_monopoly_segments', + grapher_name='Irit Monopoly Segmentation')