def add_silence(self, silword, state, silprob): """add_silence(FsgModel self, char const * silword, int state, float silprob) -> int""" return _sphinxbase.FsgModel_add_silence(self, silword, state, silprob)
def add_silence(self, *args): """add_silence(FsgModel self, char const * silword, int state, int32 silprob) -> int""" return _sphinxbase.FsgModel_add_silence(self, *args)