NLTK Regression Test Coverage

The following table lists each NLTK module, and indicates what percentage of the module's statements are currently covered by the regression test set. To see which functions are methods are covered in a given module, click on that module. You can then click on those functions and methods to see their source code, and to check what portion of them is covered by tests.

Module Coverage
nltk 100%
nltk.cfg 70%
nltk.chat 31%
nltk.chat.eliza 42%
nltk.chat.iesha 46%
nltk.chat.rude 46%
nltk.chat.suntsu 46%
nltk.chat.util 29%
nltk.chat.zen 35%
nltk.chunk 100%
nltk.chunk.api 100%
nltk.chunk.regexp 78%
nltk.chunk.util 65%
nltk.classify 80%
nltk.classify.api 53%
nltk.classify.decisiontree 91%
nltk.classify.maxent 55%
nltk.classify.megam 22%
nltk.classify.naivebayes 90%
nltk.classify.util 21%
nltk.classify.weka 20%
nltk.compat 12%
nltk.containers 29%
nltk.corpus 66%
nltk.corpus.chat80 18%
nltk.corpus.reader 100%
nltk.corpus.reader.api 92%
nltk.corpus.reader.bnc 24%
nltk.corpus.reader.bracket_parse 63%
nltk.corpus.reader.chunked 34%
nltk.corpus.reader.cmudict 83%
nltk.corpus.reader.conll 41%
nltk.corpus.reader.ieer 82%
nltk.corpus.reader.indian 72%
nltk.corpus.reader.nps_chat 89%
nltk.corpus.reader.plaintext 92%
nltk.corpus.reader.ppattach 68%
nltk.corpus.reader.propbank 89%
nltk.corpus.reader.rte 80%
nltk.corpus.reader.senseval 83%
nltk.corpus.reader.sinica_treebank 83%
nltk.corpus.reader.string_category 44%
nltk.corpus.reader.tagged 90%
nltk.corpus.reader.timit 66%
nltk.corpus.reader.toolbox 56%
nltk.corpus.reader.util 83%
nltk.corpus.reader.verbnet 85%
nltk.corpus.reader.wordlist 82%
nltk.corpus.reader.xmldocs 85%
nltk.corpus.reader.ycoe 35%
nltk.corpus.util 90%
nltk.data 85%
nltk.decorators 56%
nltk.draw 19%
nltk.draw.cfg 16%
nltk.draw.chart 15%
nltk.draw.concordance 31%
nltk.draw.dispersion 15%
nltk.draw.plot 13%
nltk.draw.rdparser 11%
nltk.draw.rechunkparser 11%
nltk.draw.srparser 11%
nltk.draw.tree 9%
nltk.etree 100%
nltk.etree.ElementPath 70%
nltk.etree.ElementTree 57%
nltk.evaluate 17%
nltk.featstruct 80%
nltk.internals 100%
nltk.misc 100%
nltk.model 100%
nltk.model.api 53%
nltk.model.ngram 25%
nltk.olac 27%
nltk.parse 96%
nltk.parse.api 44%
nltk.parse.chart 64%
nltk.parse.featurechart 77%
nltk.parse.pchart 67%
nltk.parse.rd 40%
nltk.parse.sr 51%
nltk.parse.util 79%
nltk.parse.viterbi 47%
nltk.probability 54%
nltk.sem 100%
nltk.sem.evaluate 67%
nltk.sem.logic 92%
nltk.sem.relextract 54%
nltk.sem.util 56%
nltk.stem 100%
nltk.stem.api 66%
nltk.stem.lancaster 15%
nltk.stem.porter 83%
nltk.stem.regexp 62%
nltk.stem.rslp 81%
nltk.stem.wordnet 41%
nltk.tag 64%
nltk.tag.api 73%
nltk.tag.brill 67%
nltk.tag.hmm 46%
nltk.tag.sequential 71%
nltk.tag.simplify 48%
nltk.tag.util 82%
nltk.test 100%
nltk.test.coverage 0%
nltk.text 16%
nltk.tokenize 68%
nltk.tokenize.api 50%
nltk.tokenize.punkt 73%
nltk.tokenize.regexp 90%
nltk.tokenize.sexpr 73%
nltk.tokenize.simple 96%
nltk.tree 80%
nltk.util 51%
nltk.wordnet 100%
nltk.wordnet.browse 13%
nltk.wordnet.cache 47%
nltk.wordnet.dictionary 61%
nltk.wordnet.frequency 100%
nltk.wordnet.lexname 98%
nltk.wordnet.similarity 91%
nltk.wordnet.stemmer 19%
nltk.wordnet.synset 71%
nltk.wordnet.util 68%
nltk.yamltags 57%

Return to the NLTK Regression Tests

Return to the NLTK Homepage