Exemple #1
0
 def update_corpora_health_widget(self, word):
     """
     Update the corpora health widget if there are results
     """
     CEO.update_corpora_health(word)
     corpora_health = CEO.get_corpora_health()
     if corpora_health:
         update_grid(self.corpora_health, corpora_health)