Пример #1
0
 def spell_guess(self):
     """
      If greater then 0, the spelling guesser is used on unknown words.
      In that case, it performs at most this number of spell corrections
      per word, and performs run-on corrections which are not limited in
      their number. If 0 - the spelling guesser would not be used.
     """
     return clg.parse_options_get_spell_guess(self._obj)
Пример #2
0
 def spell_guess(self):
     """
      If greater then 0, the spelling guesser is used on unknown words.
      In that case, it performs at most this number of spell corrections
      per word, and performs run-on corrections which are not limited in
      their number. If 0 - the spelling guesser would not be used.
     """
     return clg.parse_options_get_spell_guess(self._obj)