Home | History | Annotate | Download | only in python2.7

Lines Matching refs:possibilities

6 Function get_close_matches(word, possibilities, n=3, cutoff=0.6):
703 def get_close_matches(word, possibilities, n=3, cutoff=0.6):
709 possibilities is a list of sequences against which to match word
715 Optional arg cutoff (default 0.6) is a float in [0, 1]. Possibilities
718 The best (no more than n) matches among the possibilities are returned
739 for x in possibilities: