Esempio n. 1
0
    def hyp(self):
        """
        hyp(NBest self) -> Hypothesis

        Get the hypothesis string from an N-best list iterator.

        Parameters:
        -----------

        nbest:  N-best iterator.

        out_score:  Output: Path score for this hypothesis.

        String containing next best hypothesis. 
        """
        return _pocketsphinx.NBest_hyp(self)
Esempio n. 2
0
 def hyp(self):
     """hyp(NBest self) -> Hypothesis"""
     return _pocketsphinx.NBest_hyp(self)