Goodreads helps you follow your favorite authors. Be the first to learn about new releases!
Start by following Steven Bird.

Steven    Bird Steven Bird > Quotes

 

 (?)
Quotes are added by the Goodreads community and are not verified by Goodreads. (Learn more)
Showing 1-2 of 2
“>>> puzzle_letters = nltk.FreqDist('egivrvonl') >>> obligatory = 'r' >>> wordlist = nltk.corpus.words.words() >>> [w for w in wordlist if len(w) >= 6 ...                      and obligatory in w ...                      and nltk.FreqDist(w) <= puzzle_letters] ['glover', 'gorlin', 'govern', 'grovel', 'ignore', 'involver', 'lienor', 'linger', 'longer', 'lovering', 'noiler', 'overling', 'region', 'renvoi', 'revolving', 'ringle', 'roving', 'violer', 'virole']”
Steven Bird, Natural Language Processing with Python: Analyzing Text with the Natural Language Toolkit
“>>> wn.synset('car.n.01').definition 'a motor vehicle with four wheels; usually propelled by an internal combustion engine' >>> wn.synset('car.n.01').examples ['he needs a car to get to work']”
Steven Bird, Natural Language Processing with Python: Analyzing Text with the Natural Language Toolkit

All Quotes | Add A Quote
Steven Bird
44 followers
Natural Language Processing with Python: Analyzing Text with the Natural Language Toolkit Natural Language Processing with Python
570 ratings
Open Preview