]> git.parisson.com Git - timeside.git/commitdiff
Add IRIT monopoly grapher
authorGuillaume Pellerin <yomguy@parisson.com>
Tue, 27 May 2014 17:13:13 +0000 (19:13 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Tue, 27 May 2014 17:13:38 +0000 (19:13 +0200)
timeside/grapher/render_analyzers.py

index 44926efba695932f38b8245a0661cc9871c25422..312c6804dc364b703b19143f286586225349c748 100644 (file)
@@ -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')