| bigrams | computes
bigrams for a corpus |
| buildStoplist | buildStoplist
: builds a list of stop words (words not to be included in an analysis) |
| compareModals
| comparison of modals in parts of the Brown corpus
(from class slides) |
| concordance.py | generates a concordance of a given word as well as collocates |
| conditional_prob | computes
a conditional probability for a POS tag for each word |
| countTags | computes
the tag most often assigned to words in a tagged corpus |
| find_names | finds
proper names (sort of) (from class slides) |
| freqdist | computes
a frequency distribution for words in genesis and prints the token with
greatest number of occurrences (from class slides) |
| init
| reads the plain text 911 report file |
| storyGen | try
to generate a story (from class slides) |
| wordcounts | counts
words in the text |
| wordcounts-text | does
the same as wordcounts but prints each word and frequency |
| extraction_grammar.py | Defines a grammar and parses supplied sentences |