Commit fd7af9c2 by Steven Bird

removed extra output line (mistake in previous commit)

parent 58563e6d
......@@ -1664,7 +1664,6 @@ class ConditionalFreqDist(defaultdict):
>>> cfdist[3]
FreqDist({'the': 3, 'dog': 2, 'not': 1})
<FreqDist with 3 samples and 6 outcomes>
>>> cfdist[3].freq('the')
0.5
>>> cfdist[3]['dog']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment