예제 #1
0
def parse_options_set_disjunct_cost(*args) -> "void" :
  return _clinkgrammar.parse_options_set_disjunct_cost(*args)
예제 #2
0
def parse_options_set_disjunct_cost(*args):
  return _clinkgrammar.parse_options_set_disjunct_cost(*args)
예제 #3
0
 def fset(self, value):
     if not isinstance(value, float):
         raise TypeError("Distjunct cost must be set to a float")
     clg.parse_options_set_disjunct_cost(self._po, value)
예제 #4
0
 def fset(self, value):
     if not isinstance(value, float):
         raise TypeError("Distjunct cost must be set to a float")
     clg.parse_options_set_disjunct_cost(self._po, value)
예제 #5
0
def parse_options_set_disjunct_cost(opts, disjunct_cost):
    return _clinkgrammar.parse_options_set_disjunct_cost(opts, disjunct_cost)
예제 #6
0
def parse_options_set_disjunct_cost(opts: 'Parse_Options',
                                    disjunct_cost: 'double') -> "void":
    return _clinkgrammar.parse_options_set_disjunct_cost(opts, disjunct_cost)