Beispiel #1
0
 def __init__(self, make_hypothesis, alpha=0.90, palpha=0.90, **kwargs):
     SimpleLexicon.__init__(self, make_hypothesis, **kwargs)
     self.alpha = alpha
     self.palpha = palpha
Beispiel #2
0
 def __init__(self, recursive_depth_bound=10, *args, **kwargs):
     self.recursive_depth_bound = recursive_depth_bound
     SimpleLexicon.__init__(self, *args, **kwargs)
Beispiel #3
0
 def __init__(self, recursive_depth_bound=10, *args, **kwargs):
     self.recursive_depth_bound = recursive_depth_bound
     SimpleLexicon.__init__(self, *args, **kwargs)
Beispiel #4
0
 def __init__(self,  make_hypothesis, words=(), alpha=0.90, palpha=0.90, **kwargs):
     SimpleLexicon.__init__(self, make_hypothesis, words=words, **kwargs)
     self.alpha=alpha
     self.palpha=palpha