cfdconditions for word in brown.words(categories=genre) if word.lower() not in stopword] cdev_cfd = nltk.ConditionalFreqDist(cdev_cfd)
a = cdev_cfd.tabulate(condition = cfdconditions, samples = cfdevents)
in cfdconditions for word in brown.words(categories=genre) if word.lower() not in stopword] cdev_cfd = nltk.ConditionalFreqDist(cdev_cfd)
a = cdev_cfd.tabulate(condition = cfdconditions, samples = cfdevent