तुकारामाच्या पहिल्या ३०० अभंगातील शब्द मोजले तर "नाही" हा शब्द १६४ वेळा आला आहे. भौतिक सुखांना आणि मोहाला नाही म्हटल्याखेरीज आध्यात्मिक प्रगती होणार नाही असा तर याचा अर्थ नाही?
import urllib2
import nltk
response = urllib2.urlopen('http://tinyurl.com/mrtuka1')
raw = response.read()
raw1 = raw.decode('utf-8')
tokens=nltk.word_tokenize(raw1)
myf=nltk.FreqDist(tokens)
ll=myf.most_common(20)
for i in ll:
print "%s %s" % (i[0], i[1])
वर दिलेला पायथॉन कोड वापरल्यावर हा निष्कर्ष निघतो!
॥१॥ 306
॥२॥ 305
म्हणे 300
॥३॥ 292
तुका 292
॥ध्रु.॥ 257
नाहीं 164
लेबल: tukaram, unicode