Home | History | Annotate | Download | only in unicode

Lines Matching refs:words

582     # collect unique words from names (note that we differ between
583 # words inside a sentence, and words ending a sentence. the
586 words = {}
595 l = words.get(w)
599 words[w] = [len(words)]
601 print n, "words in text;", b, "bytes"
603 wordlist = words.items()
629 # pick the most commonly used words, and sort the rest on falling
636 # generate lexicon from words
640 words = {}
654 words[w] = len(lexicon_offset)
668 i = words[w]