Пример #1
0
 def spell_guess(self):
     """
      Whether or not to run the spelling guesser on unknown words.
      The default number of maximum number of spell corrections per word
      is 7, and can be set when an optional value is supplied.
     """
     return clg.parse_options_get_spell_guess(self._obj) == 7
Пример #2
0
 def spell_guess(self):
     """
      Whether or not to run the spelling guesser on unknown words.
      The default number of maximum number of spell corrections per word
      is 7, and can be set when an optional value is supplied.
     """
     return clg.parse_options_get_spell_guess(self._obj) == 7
Пример #3
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)
Пример #4
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)
Пример #5
0
def parse_options_get_spell_guess(*args) -> "int" :
  return _clinkgrammar.parse_options_get_spell_guess(*args)
Пример #6
0
 def fget(self):
     return clg.parse_options_get_spell_guess(self._po) == 1
Пример #7
0
 def fget(self):
     return clg.parse_options_get_spell_guess(self._po) == 1
Пример #8
0
def parse_options_get_spell_guess(opts):
    return _clinkgrammar.parse_options_get_spell_guess(opts)
Пример #9
0
def parse_options_get_spell_guess(opts: 'Parse_Options') -> "int":
    return _clinkgrammar.parse_options_get_spell_guess(opts)
Пример #10
0
 def spell_guess(self):
     """
      Whether or not to running the spelling guesser on unknown words.
     """
     return clg.parse_options_get_spell_guess(self._obj) == 1
Пример #11
0
def parse_options_get_spell_guess(*args) -> "int":
    return _clinkgrammar.parse_options_get_spell_guess(*args)
Пример #12
0
 def spell_guess(self):
     """
      Whether or not to running the spelling guesser on unknown words.
     """
     return clg.parse_options_get_spell_guess(self._obj) == 1