class documentation

class TestStack(unittest.TestCase): (source)

View In Hierarchy

Undocumented

def test_best_returns_none_when_stack_is_empty(self): (source)

Undocumented

def test_best_returns_the_best_hypothesis(self): (source)

Undocumented

def test_push_bumps_off_worst_hypothesis_when_stack_is_full(self): (source)

Undocumented

def test_push_does_not_add_hypothesis_that_falls_below_beam_threshold(self): (source)

Undocumented

def test_push_removes_hypotheses_that_fall_below_beam_threshold(self): (source)

Undocumented