.gitattributes
.gitignore
.pre-commit-config.yaml
AUTHORS.md
CITATION.cff
CONTRIBUTING.md
ChangeLog
LICENSE.txt
MANIFEST.in
Makefile
README.md
RELEASE-HOWTO.txt
SECURITY.md
pip-req.txt
requirements-ci.txt
requirements-test.txt
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yaml
nltk/VERSION
nltk/__init__.py
nltk/book.py
nltk/cli.py
nltk/collections.py
nltk/collocations.py
nltk/compat.py
nltk/data.py
nltk/decorators.py
nltk/downloader.py
nltk/featstruct.py
nltk/grammar.py
nltk/help.py
nltk/internals.py
nltk/jsontags.py
nltk/lazyimport.py
nltk/probability.py
nltk/text.py
nltk/tgrep.py
nltk/toolbox.py
nltk/treeprettyprinter.py
nltk/treetransforms.py
nltk/util.py
nltk/wsd.py
nltk.egg-info/PKG-INFO
nltk.egg-info/SOURCES.txt
nltk.egg-info/dependency_links.txt
nltk.egg-info/entry_points.txt
nltk.egg-info/not-zip-safe
nltk.egg-info/requires.txt
nltk.egg-info/top_level.txt
nltk/app/__init__.py
nltk/app/chartparser_app.py
nltk/app/chunkparser_app.py
nltk/app/collocations_app.py
nltk/app/concordance_app.py
nltk/app/nemo_app.py
nltk/app/rdparser_app.py
nltk/app/srparser_app.py
nltk/app/wordfreq_app.py
nltk/app/wordnet_app.py
nltk/ccg/__init__.py
nltk/ccg/api.py
nltk/ccg/chart.py
nltk/ccg/combinator.py
nltk/ccg/lexicon.py
nltk/ccg/logic.py
nltk/chat/__init__.py
nltk/chat/eliza.py
nltk/chat/iesha.py
nltk/chat/rude.py
nltk/chat/suntsu.py
nltk/chat/util.py
nltk/chat/zen.py
nltk/chunk/__init__.py
nltk/chunk/api.py
nltk/chunk/named_entity.py
nltk/chunk/regexp.py
nltk/chunk/util.py
nltk/classify/__init__.py
nltk/classify/api.py
nltk/classify/decisiontree.py
nltk/classify/maxent.py
nltk/classify/megam.py
nltk/classify/naivebayes.py
nltk/classify/positivenaivebayes.py
nltk/classify/rte_classify.py
nltk/classify/scikitlearn.py
nltk/classify/senna.py
nltk/classify/svm.py
nltk/classify/tadm.py
nltk/classify/textcat.py
nltk/classify/util.py
nltk/classify/weka.py
nltk/cluster/__init__.py
nltk/cluster/api.py
nltk/cluster/em.py
nltk/cluster/gaac.py
nltk/cluster/kmeans.py
nltk/cluster/util.py
nltk/corpus/__init__.py
nltk/corpus/europarl_raw.py
nltk/corpus/util.py
nltk/corpus/reader/__init__.py
nltk/corpus/reader/aligned.py
nltk/corpus/reader/api.py
nltk/corpus/reader/bnc.py
nltk/corpus/reader/bracket_parse.py
nltk/corpus/reader/categorized_sents.py
nltk/corpus/reader/chasen.py
nltk/corpus/reader/childes.py
nltk/corpus/reader/chunked.py
nltk/corpus/reader/cmudict.py
nltk/corpus/reader/comparative_sents.py
nltk/corpus/reader/conll.py
nltk/corpus/reader/crubadan.py
nltk/corpus/reader/dependency.py
nltk/corpus/reader/framenet.py
nltk/corpus/reader/ieer.py
nltk/corpus/reader/indian.py
nltk/corpus/reader/ipipan.py
nltk/corpus/reader/knbc.py
nltk/corpus/reader/lin.py
nltk/corpus/reader/mte.py
nltk/corpus/reader/nkjp.py
nltk/corpus/reader/nombank.py
nltk/corpus/reader/nps_chat.py
nltk/corpus/reader/opinion_lexicon.py
nltk/corpus/reader/panlex_lite.py
nltk/corpus/reader/panlex_swadesh.py
nltk/corpus/reader/pl196x.py
nltk/corpus/reader/plaintext.py
nltk/corpus/reader/ppattach.py
nltk/corpus/reader/propbank.py
nltk/corpus/reader/pros_cons.py
nltk/corpus/reader/reviews.py
nltk/corpus/reader/rte.py
nltk/corpus/reader/semcor.py
nltk/corpus/reader/senseval.py
nltk/corpus/reader/sentiwordnet.py
nltk/corpus/reader/sinica_treebank.py
nltk/corpus/reader/string_category.py
nltk/corpus/reader/switchboard.py
nltk/corpus/reader/tagged.py
nltk/corpus/reader/timit.py
nltk/corpus/reader/toolbox.py
nltk/corpus/reader/twitter.py
nltk/corpus/reader/udhr.py
nltk/corpus/reader/util.py
nltk/corpus/reader/verbnet.py
nltk/corpus/reader/wordlist.py
nltk/corpus/reader/wordnet.py
nltk/corpus/reader/xmldocs.py
nltk/corpus/reader/ycoe.py
nltk/draw/__init__.py
nltk/draw/cfg.py
nltk/draw/dispersion.py
nltk/draw/table.py
nltk/draw/tree.py
nltk/draw/util.py
nltk/inference/__init__.py
nltk/inference/api.py
nltk/inference/discourse.py
nltk/inference/mace.py
nltk/inference/nonmonotonic.py
nltk/inference/prover9.py
nltk/inference/resolution.py
nltk/inference/tableau.py
nltk/lm/__init__.py
nltk/lm/api.py
nltk/lm/counter.py
nltk/lm/models.py
nltk/lm/preprocessing.py
nltk/lm/smoothing.py
nltk/lm/util.py
nltk/lm/vocabulary.py
nltk/metrics/__init__.py
nltk/metrics/agreement.py
nltk/metrics/aline.py
nltk/metrics/artstein_poesio_example.txt
nltk/metrics/association.py
nltk/metrics/confusionmatrix.py
nltk/metrics/distance.py
nltk/metrics/paice.py
nltk/metrics/scores.py
nltk/metrics/segmentation.py
nltk/metrics/spearman.py
nltk/misc/__init__.py
nltk/misc/babelfish.py
nltk/misc/chomsky.py
nltk/misc/minimalset.py
nltk/misc/sort.py
nltk/misc/wordfinder.py
nltk/parse/__init__.py
nltk/parse/api.py
nltk/parse/bllip.py
nltk/parse/broker_test.cfg
nltk/parse/chart.py
nltk/parse/corenlp.py
nltk/parse/dependencygraph.py
nltk/parse/earleychart.py
nltk/parse/evaluate.py
nltk/parse/featurechart.py
nltk/parse/generate.py
nltk/parse/malt.py
nltk/parse/nonprojectivedependencyparser.py
nltk/parse/pchart.py
nltk/parse/projectivedependencyparser.py
nltk/parse/recursivedescent.py
nltk/parse/shiftreduce.py
nltk/parse/stanford.py
nltk/parse/test.cfg
nltk/parse/transitionparser.py
nltk/parse/util.py
nltk/parse/viterbi.py
nltk/sem/__init__.py
nltk/sem/boxer.py
nltk/sem/chat80.py
nltk/sem/cooper_storage.py
nltk/sem/drt.py
nltk/sem/drt_glue_demo.py
nltk/sem/evaluate.py
nltk/sem/glue.py
nltk/sem/hole.py
nltk/sem/lfg.py
nltk/sem/linearlogic.py
nltk/sem/logic.py
nltk/sem/relextract.py
nltk/sem/skolemize.py
nltk/sem/util.py
nltk/sentiment/__init__.py
nltk/sentiment/sentiment_analyzer.py
nltk/sentiment/util.py
nltk/sentiment/vader.py
nltk/stem/__init__.py
nltk/stem/api.py
nltk/stem/arlstem.py
nltk/stem/arlstem2.py
nltk/stem/cistem.py
nltk/stem/isri.py
nltk/stem/lancaster.py
nltk/stem/porter.py
nltk/stem/regexp.py
nltk/stem/rslp.py
nltk/stem/snowball.py
nltk/stem/util.py
nltk/stem/wordnet.py
nltk/tag/__init__.py
nltk/tag/api.py
nltk/tag/brill.py
nltk/tag/brill_trainer.py
nltk/tag/crf.py
nltk/tag/hmm.py
nltk/tag/hunpos.py
nltk/tag/mapping.py
nltk/tag/perceptron.py
nltk/tag/senna.py
nltk/tag/sequential.py
nltk/tag/stanford.py
nltk/tag/tnt.py
nltk/tag/util.py
nltk/tbl/__init__.py
nltk/tbl/api.py
nltk/tbl/demo.py
nltk/tbl/erroranalysis.py
nltk/tbl/feature.py
nltk/tbl/rule.py
nltk/tbl/template.py
nltk/test/FX8.xml
nltk/test/Makefile
nltk/test/__init__.py
nltk/test/all.py
nltk/test/bleu.doctest
nltk/test/bnc.doctest
nltk/test/ccg.doctest
nltk/test/ccg_semantics.doctest
nltk/test/chat80.doctest
nltk/test/childes.doctest
nltk/test/childes_fixt.py
nltk/test/chunk.doctest
nltk/test/classify.doctest
nltk/test/classify_fixt.py
nltk/test/collections.doctest
nltk/test/collocations.doctest
nltk/test/concordance.doctest
nltk/test/conftest.py
nltk/test/corpus.doctest
nltk/test/crubadan.doctest
nltk/test/data.doctest
nltk/test/dependency.doctest
nltk/test/discourse.doctest
nltk/test/discourse_fixt.py
nltk/test/drt.doctest
nltk/test/featgram.doctest
nltk/test/featstruct.doctest
nltk/test/floresta.txt
nltk/test/framenet.doctest
nltk/test/generate.doctest
nltk/test/gensim.doctest
nltk/test/gensim_fixt.py
nltk/test/gluesemantics.doctest
nltk/test/gluesemantics_malt.doctest
nltk/test/gluesemantics_malt_fixt.py
nltk/test/grammar.doctest
nltk/test/grammartestsuites.doctest
nltk/test/index.doctest
nltk/test/inference.doctest
nltk/test/inference_fixt.py
nltk/test/internals.doctest
nltk/test/japanese.doctest
nltk/test/lm.doctest
nltk/test/logic.doctest
nltk/test/meteor.doctest
nltk/test/metrics.doctest
nltk/test/misc.doctest
nltk/test/nonmonotonic.doctest
nltk/test/nonmonotonic_fixt.py
nltk/test/onto1.fol
nltk/test/paice.doctest
nltk/test/parse.doctest
nltk/test/portuguese.doctest_latin1
nltk/test/portuguese_en.doctest
nltk/test/portuguese_en_fixt.py
nltk/test/probability.doctest
nltk/test/probability_fixt.py
nltk/test/propbank.doctest
nltk/test/pytest.ini
nltk/test/relextract.doctest
nltk/test/resolution.doctest
nltk/test/sem3.cfg
nltk/test/semantics.doctest
nltk/test/sentiment.doctest
nltk/test/sentiwordnet.doctest
nltk/test/simple.doctest
nltk/test/stem.doctest
nltk/test/tag.doctest
nltk/test/tokenize.doctest
nltk/test/toolbox.doctest
nltk/test/toy.cfg
nltk/test/translate.doctest
nltk/test/tree.doctest
nltk/test/treeprettyprinter.doctest
nltk/test/treetransforms.doctest
nltk/test/twitter.ipynb
nltk/test/util.doctest
nltk/test/wordnet.doctest
nltk/test/wordnet_lch.doctest
nltk/test/wsd.doctest
nltk/test/.pytest_cache/.gitignore
nltk/test/.pytest_cache/CACHEDIR.TAG
nltk/test/.pytest_cache/README.md
nltk/test/.pytest_cache/v/cache/lastfailed
nltk/test/.pytest_cache/v/cache/nodeids
nltk/test/.pytest_cache/v/cache/stepwise
nltk/test/images/twitter_app1.tiff
nltk/test/images/twitter_app2.tiff
nltk/test/images/twitter_app3.tiff
nltk/test/images/twitter_app4.png
nltk/test/unit/__init__.py
nltk/test/unit/test_aline.py
nltk/test/unit/test_bllip.py
nltk/test/unit/test_brill.py
nltk/test/unit/test_cfd_mutation.py
nltk/test/unit/test_cfg2chomsky.py
nltk/test/unit/test_chunk.py
nltk/test/unit/test_classify.py
nltk/test/unit/test_collocations.py
nltk/test/unit/test_concordance.py
nltk/test/unit/test_corenlp.py
nltk/test/unit/test_corpora.py
nltk/test/unit/test_corpus_views.py
nltk/test/unit/test_data.py
nltk/test/unit/test_disagreement.py
nltk/test/unit/test_distance.py
nltk/test/unit/test_downloader.py
nltk/test/unit/test_freqdist.py
nltk/test/unit/test_hmm.py
nltk/test/unit/test_json2csv_corpus.py
nltk/test/unit/test_json_serialization.py
nltk/test/unit/test_metrics.py
nltk/test/unit/test_naivebayes.py
nltk/test/unit/test_nombank.py
nltk/test/unit/test_pl196x.py
nltk/test/unit/test_pos_tag.py
nltk/test/unit/test_ribes.py
nltk/test/unit/test_rte_classify.py
nltk/test/unit/test_seekable_unicode_stream_reader.py
nltk/test/unit/test_senna.py
nltk/test/unit/test_stem.py
nltk/test/unit/test_tag.py
nltk/test/unit/test_tgrep.py
nltk/test/unit/test_tokenize.py
nltk/test/unit/test_twitter_auth.py
nltk/test/unit/test_util.py
nltk/test/unit/test_wordnet.py
nltk/test/unit/.pytest_cache/.gitignore
nltk/test/unit/.pytest_cache/CACHEDIR.TAG
nltk/test/unit/.pytest_cache/README.md
nltk/test/unit/.pytest_cache/v/cache/nodeids
nltk/test/unit/.pytest_cache/v/cache/stepwise
nltk/test/unit/files/bad_oauth1-1.txt
nltk/test/unit/files/bad_oauth1-2.txt
nltk/test/unit/files/bad_oauth1-3.txt
nltk/test/unit/files/credentials.txt
nltk/test/unit/files/tweets.20150430-223406.hashtag.csv.ref
nltk/test/unit/files/tweets.20150430-223406.media.csv.ref
nltk/test/unit/files/tweets.20150430-223406.place.csv.ref
nltk/test/unit/files/tweets.20150430-223406.placeboundingbox.csv.ref
nltk/test/unit/files/tweets.20150430-223406.retweet.csv.ref
nltk/test/unit/files/tweets.20150430-223406.text.csv.ref
nltk/test/unit/files/tweets.20150430-223406.tweet.csv.ref
nltk/test/unit/files/tweets.20150430-223406.url.csv.ref
nltk/test/unit/files/tweets.20150430-223406.user.csv.ref
nltk/test/unit/files/tweets.20150430-223406.usermention.csv.ref
nltk/test/unit/files/tweets.20150430-223406.userurl.csv.ref
nltk/test/unit/lm/__init__.py
nltk/test/unit/lm/test_counter.py
nltk/test/unit/lm/test_models.py
nltk/test/unit/lm/test_preprocessing.py
nltk/test/unit/lm/test_vocabulary.py
nltk/test/unit/translate/__init__.py
nltk/test/unit/translate/test_bleu.py
nltk/test/unit/translate/test_gdfa.py
nltk/test/unit/translate/test_ibm1.py
nltk/test/unit/translate/test_ibm2.py
nltk/test/unit/translate/test_ibm3.py
nltk/test/unit/translate/test_ibm4.py
nltk/test/unit/translate/test_ibm5.py
nltk/test/unit/translate/test_ibm_model.py
nltk/test/unit/translate/test_meteor.py
nltk/test/unit/translate/test_nist.py
nltk/test/unit/translate/test_stack_decoder.py
nltk/tokenize/__init__.py
nltk/tokenize/api.py
nltk/tokenize/casual.py
nltk/tokenize/destructive.py
nltk/tokenize/legality_principle.py
nltk/tokenize/mwe.py
nltk/tokenize/nist.py
nltk/tokenize/punkt.py
nltk/tokenize/regexp.py
nltk/tokenize/repp.py
nltk/tokenize/sexpr.py
nltk/tokenize/simple.py
nltk/tokenize/sonority_sequencing.py
nltk/tokenize/stanford.py
nltk/tokenize/stanford_segmenter.py
nltk/tokenize/texttiling.py
nltk/tokenize/toktok.py
nltk/tokenize/treebank.py
nltk/tokenize/util.py
nltk/translate/__init__.py
nltk/translate/api.py
nltk/translate/bleu_score.py
nltk/translate/chrf_score.py
nltk/translate/gale_church.py
nltk/translate/gdfa.py
nltk/translate/gleu_score.py
nltk/translate/ibm1.py
nltk/translate/ibm2.py
nltk/translate/ibm3.py
nltk/translate/ibm4.py
nltk/translate/ibm5.py
nltk/translate/ibm_model.py
nltk/translate/meteor_score.py
nltk/translate/metrics.py
nltk/translate/nist_score.py
nltk/translate/phrase_based.py
nltk/translate/ribes_score.py
nltk/translate/stack_decoder.py
nltk/tree/__init__.py
nltk/tree/immutable.py
nltk/tree/parented.py
nltk/tree/parsing.py
nltk/tree/prettyprinter.py
nltk/tree/probabilistic.py
nltk/tree/transforms.py
nltk/tree/tree.py
nltk/twitter/__init__.py
nltk/twitter/api.py
nltk/twitter/common.py
nltk/twitter/twitter_demo.py
nltk/twitter/twitterclient.py
nltk/twitter/util.py
tools/find_deprecated.py
tools/global_replace.py
tools/nltk_term_index.py
tools/nltk_term_index.stoplist
tools/run_doctests.py
tools/svnmime.py
tools/github_actions/third-party.sh
tools/jenkins/pre-install.sh
tools/travis/coverage-pylint.sh
tools/travis/install.sh
tools/travis/pre-install.sh
tools/travis/third-party.sh
tools/travis/travis-ci-commenter.sh
web/Makefile
web/conf.py
web/contribute.rst
web/data.rst
web/howto.rst
web/index.rst
web/install.rst
web/news.rst
web/py-modindex.rst
web/team.rst
web/_static/css/team.css
web/_static/images/book.gif
web/_static/images/tree.gif
web/_templates/doctest.rst
web/_templates/module.rst
web/_templates/package.rst
web/_templates/team.html
web/api/.gitkeep
web/api/modules.rst
web/api/nltk.app.chartparser_app.rst
web/api/nltk.app.chunkparser_app.rst
web/api/nltk.app.collocations_app.rst
web/api/nltk.app.concordance_app.rst
web/api/nltk.app.nemo_app.rst
web/api/nltk.app.rdparser_app.rst
web/api/nltk.app.rst
web/api/nltk.app.srparser_app.rst
web/api/nltk.app.wordfreq_app.rst
web/api/nltk.app.wordnet_app.rst
web/api/nltk.book.rst
web/api/nltk.ccg.api.rst
web/api/nltk.ccg.chart.rst
web/api/nltk.ccg.combinator.rst
web/api/nltk.ccg.lexicon.rst
web/api/nltk.ccg.logic.rst
web/api/nltk.ccg.rst
web/api/nltk.chat.eliza.rst
web/api/nltk.chat.iesha.rst
web/api/nltk.chat.rst
web/api/nltk.chat.rude.rst
web/api/nltk.chat.suntsu.rst
web/api/nltk.chat.util.rst
web/api/nltk.chat.zen.rst
web/api/nltk.chunk.api.rst
web/api/nltk.chunk.named_entity.rst
web/api/nltk.chunk.regexp.rst
web/api/nltk.chunk.rst
web/api/nltk.chunk.util.rst
web/api/nltk.classify.api.rst
web/api/nltk.classify.decisiontree.rst
web/api/nltk.classify.maxent.rst
web/api/nltk.classify.megam.rst
web/api/nltk.classify.naivebayes.rst
web/api/nltk.classify.positivenaivebayes.rst
web/api/nltk.classify.rst
web/api/nltk.classify.rte_classify.rst
web/api/nltk.classify.scikitlearn.rst
web/api/nltk.classify.senna.rst
web/api/nltk.classify.svm.rst
web/api/nltk.classify.tadm.rst
web/api/nltk.classify.textcat.rst
web/api/nltk.classify.util.rst
web/api/nltk.classify.weka.rst
web/api/nltk.cli.rst
web/api/nltk.cluster.api.rst
web/api/nltk.cluster.em.rst
web/api/nltk.cluster.gaac.rst
web/api/nltk.cluster.kmeans.rst
web/api/nltk.cluster.rst
web/api/nltk.cluster.util.rst
web/api/nltk.collections.rst
web/api/nltk.collocations.rst
web/api/nltk.compat.rst
web/api/nltk.corpus.europarl_raw.rst
web/api/nltk.corpus.reader.aligned.rst
web/api/nltk.corpus.reader.api.rst
web/api/nltk.corpus.reader.bnc.rst
web/api/nltk.corpus.reader.bracket_parse.rst
web/api/nltk.corpus.reader.categorized_sents.rst
web/api/nltk.corpus.reader.chasen.rst
web/api/nltk.corpus.reader.childes.rst
web/api/nltk.corpus.reader.chunked.rst
web/api/nltk.corpus.reader.cmudict.rst
web/api/nltk.corpus.reader.comparative_sents.rst
web/api/nltk.corpus.reader.conll.rst
web/api/nltk.corpus.reader.crubadan.rst
web/api/nltk.corpus.reader.dependency.rst
web/api/nltk.corpus.reader.framenet.rst
web/api/nltk.corpus.reader.ieer.rst
web/api/nltk.corpus.reader.indian.rst
web/api/nltk.corpus.reader.ipipan.rst
web/api/nltk.corpus.reader.knbc.rst
web/api/nltk.corpus.reader.lin.rst
web/api/nltk.corpus.reader.mte.rst
web/api/nltk.corpus.reader.nkjp.rst
web/api/nltk.corpus.reader.nombank.rst
web/api/nltk.corpus.reader.nps_chat.rst
web/api/nltk.corpus.reader.opinion_lexicon.rst
web/api/nltk.corpus.reader.panlex_lite.rst
web/api/nltk.corpus.reader.panlex_swadesh.rst
web/api/nltk.corpus.reader.pl196x.rst
web/api/nltk.corpus.reader.plaintext.rst
web/api/nltk.corpus.reader.ppattach.rst
web/api/nltk.corpus.reader.propbank.rst
web/api/nltk.corpus.reader.pros_cons.rst
web/api/nltk.corpus.reader.reviews.rst
web/api/nltk.corpus.reader.rst
web/api/nltk.corpus.reader.rte.rst
web/api/nltk.corpus.reader.semcor.rst
web/api/nltk.corpus.reader.senseval.rst
web/api/nltk.corpus.reader.sentiwordnet.rst
web/api/nltk.corpus.reader.sinica_treebank.rst
web/api/nltk.corpus.reader.string_category.rst
web/api/nltk.corpus.reader.switchboard.rst
web/api/nltk.corpus.reader.tagged.rst
web/api/nltk.corpus.reader.timit.rst
web/api/nltk.corpus.reader.toolbox.rst
web/api/nltk.corpus.reader.twitter.rst
web/api/nltk.corpus.reader.udhr.rst
web/api/nltk.corpus.reader.util.rst
web/api/nltk.corpus.reader.verbnet.rst
web/api/nltk.corpus.reader.wordlist.rst
web/api/nltk.corpus.reader.wordnet.rst
web/api/nltk.corpus.reader.xmldocs.rst
web/api/nltk.corpus.reader.ycoe.rst
web/api/nltk.corpus.rst
web/api/nltk.corpus.util.rst
web/api/nltk.data.rst
web/api/nltk.decorators.rst
web/api/nltk.downloader.rst
web/api/nltk.draw.cfg.rst
web/api/nltk.draw.dispersion.rst
web/api/nltk.draw.rst
web/api/nltk.draw.table.rst
web/api/nltk.draw.tree.rst
web/api/nltk.draw.util.rst
web/api/nltk.featstruct.rst
web/api/nltk.grammar.rst
web/api/nltk.help.rst
web/api/nltk.inference.api.rst
web/api/nltk.inference.discourse.rst
web/api/nltk.inference.mace.rst
web/api/nltk.inference.nonmonotonic.rst
web/api/nltk.inference.prover9.rst
web/api/nltk.inference.resolution.rst
web/api/nltk.inference.rst
web/api/nltk.inference.tableau.rst
web/api/nltk.internals.rst
web/api/nltk.jsontags.rst
web/api/nltk.lazyimport.rst
web/api/nltk.lm.api.rst
web/api/nltk.lm.counter.rst
web/api/nltk.lm.models.rst
web/api/nltk.lm.preprocessing.rst
web/api/nltk.lm.rst
web/api/nltk.lm.smoothing.rst
web/api/nltk.lm.util.rst
web/api/nltk.lm.vocabulary.rst
web/api/nltk.metrics.agreement.rst
web/api/nltk.metrics.aline.rst
web/api/nltk.metrics.association.rst
web/api/nltk.metrics.confusionmatrix.rst
web/api/nltk.metrics.distance.rst
web/api/nltk.metrics.paice.rst
web/api/nltk.metrics.rst
web/api/nltk.metrics.scores.rst
web/api/nltk.metrics.segmentation.rst
web/api/nltk.metrics.spearman.rst
web/api/nltk.misc.babelfish.rst
web/api/nltk.misc.chomsky.rst
web/api/nltk.misc.minimalset.rst
web/api/nltk.misc.rst
web/api/nltk.misc.sort.rst
web/api/nltk.misc.wordfinder.rst
web/api/nltk.parse.api.rst
web/api/nltk.parse.bllip.rst
web/api/nltk.parse.chart.rst
web/api/nltk.parse.corenlp.rst
web/api/nltk.parse.dependencygraph.rst
web/api/nltk.parse.earleychart.rst
web/api/nltk.parse.evaluate.rst
web/api/nltk.parse.featurechart.rst
web/api/nltk.parse.generate.rst
web/api/nltk.parse.malt.rst
web/api/nltk.parse.nonprojectivedependencyparser.rst
web/api/nltk.parse.pchart.rst
web/api/nltk.parse.projectivedependencyparser.rst
web/api/nltk.parse.recursivedescent.rst
web/api/nltk.parse.rst
web/api/nltk.parse.shiftreduce.rst
web/api/nltk.parse.stanford.rst
web/api/nltk.parse.transitionparser.rst
web/api/nltk.parse.util.rst
web/api/nltk.parse.viterbi.rst
web/api/nltk.probability.rst
web/api/nltk.rst
web/api/nltk.sem.boxer.rst
web/api/nltk.sem.chat80.rst
web/api/nltk.sem.cooper_storage.rst
web/api/nltk.sem.drt.rst
web/api/nltk.sem.drt_glue_demo.rst
web/api/nltk.sem.evaluate.rst
web/api/nltk.sem.glue.rst
web/api/nltk.sem.hole.rst
web/api/nltk.sem.lfg.rst
web/api/nltk.sem.linearlogic.rst
web/api/nltk.sem.logic.rst
web/api/nltk.sem.relextract.rst
web/api/nltk.sem.rst
web/api/nltk.sem.skolemize.rst
web/api/nltk.sem.util.rst
web/api/nltk.sentiment.rst
web/api/nltk.sentiment.sentiment_analyzer.rst
web/api/nltk.sentiment.util.rst
web/api/nltk.sentiment.vader.rst
web/api/nltk.stem.api.rst
web/api/nltk.stem.arlstem.rst
web/api/nltk.stem.arlstem2.rst
web/api/nltk.stem.cistem.rst
web/api/nltk.stem.isri.rst
web/api/nltk.stem.lancaster.rst
web/api/nltk.stem.porter.rst
web/api/nltk.stem.regexp.rst
web/api/nltk.stem.rslp.rst
web/api/nltk.stem.rst
web/api/nltk.stem.snowball.rst
web/api/nltk.stem.util.rst
web/api/nltk.stem.wordnet.rst
web/api/nltk.tag.api.rst
web/api/nltk.tag.brill.rst
web/api/nltk.tag.brill_trainer.rst
web/api/nltk.tag.crf.rst
web/api/nltk.tag.hmm.rst
web/api/nltk.tag.hunpos.rst
web/api/nltk.tag.mapping.rst
web/api/nltk.tag.perceptron.rst
web/api/nltk.tag.rst
web/api/nltk.tag.senna.rst
web/api/nltk.tag.sequential.rst
web/api/nltk.tag.stanford.rst
web/api/nltk.tag.tnt.rst
web/api/nltk.tag.util.rst
web/api/nltk.tbl.demo.rst
web/api/nltk.tbl.erroranalysis.rst
web/api/nltk.tbl.feature.rst
web/api/nltk.tbl.rst
web/api/nltk.tbl.rule.rst
web/api/nltk.tbl.template.rst
web/api/nltk.test.all.rst
web/api/nltk.test.childes_fixt.rst
web/api/nltk.test.classify_fixt.rst
web/api/nltk.test.conftest.rst
web/api/nltk.test.discourse_fixt.rst
web/api/nltk.test.gensim_fixt.rst
web/api/nltk.test.gluesemantics_malt_fixt.rst
web/api/nltk.test.inference_fixt.rst
web/api/nltk.test.nonmonotonic_fixt.rst
web/api/nltk.test.portuguese_en_fixt.rst
web/api/nltk.test.probability_fixt.rst
web/api/nltk.test.rst
web/api/nltk.test.unit.lm.rst
web/api/nltk.test.unit.lm.test_counter.rst
web/api/nltk.test.unit.lm.test_models.rst
web/api/nltk.test.unit.lm.test_preprocessing.rst
web/api/nltk.test.unit.lm.test_vocabulary.rst
web/api/nltk.test.unit.rst
web/api/nltk.test.unit.test_aline.rst
web/api/nltk.test.unit.test_bllip.rst
web/api/nltk.test.unit.test_brill.rst
web/api/nltk.test.unit.test_cfd_mutation.rst
web/api/nltk.test.unit.test_cfg2chomsky.rst
web/api/nltk.test.unit.test_chunk.rst
web/api/nltk.test.unit.test_classify.rst
web/api/nltk.test.unit.test_collocations.rst
web/api/nltk.test.unit.test_concordance.rst
web/api/nltk.test.unit.test_corenlp.rst
web/api/nltk.test.unit.test_corpora.rst
web/api/nltk.test.unit.test_corpus_views.rst
web/api/nltk.test.unit.test_data.rst
web/api/nltk.test.unit.test_disagreement.rst
web/api/nltk.test.unit.test_distance.rst
web/api/nltk.test.unit.test_downloader.rst
web/api/nltk.test.unit.test_freqdist.rst
web/api/nltk.test.unit.test_hmm.rst
web/api/nltk.test.unit.test_json2csv_corpus.rst
web/api/nltk.test.unit.test_json_serialization.rst
web/api/nltk.test.unit.test_metrics.rst
web/api/nltk.test.unit.test_naivebayes.rst
web/api/nltk.test.unit.test_nombank.rst
web/api/nltk.test.unit.test_pl196x.rst
web/api/nltk.test.unit.test_pos_tag.rst
web/api/nltk.test.unit.test_ribes.rst
web/api/nltk.test.unit.test_rte_classify.rst
web/api/nltk.test.unit.test_seekable_unicode_stream_reader.rst
web/api/nltk.test.unit.test_senna.rst
web/api/nltk.test.unit.test_stem.rst
web/api/nltk.test.unit.test_tag.rst
web/api/nltk.test.unit.test_tgrep.rst
web/api/nltk.test.unit.test_tokenize.rst
web/api/nltk.test.unit.test_twitter_auth.rst
web/api/nltk.test.unit.test_util.rst
web/api/nltk.test.unit.test_wordnet.rst
web/api/nltk.test.unit.translate.rst
web/api/nltk.test.unit.translate.test_bleu.rst
web/api/nltk.test.unit.translate.test_gdfa.rst
web/api/nltk.test.unit.translate.test_ibm1.rst
web/api/nltk.test.unit.translate.test_ibm2.rst
web/api/nltk.test.unit.translate.test_ibm3.rst
web/api/nltk.test.unit.translate.test_ibm4.rst
web/api/nltk.test.unit.translate.test_ibm5.rst
web/api/nltk.test.unit.translate.test_ibm_model.rst
web/api/nltk.test.unit.translate.test_meteor.rst
web/api/nltk.test.unit.translate.test_nist.rst
web/api/nltk.test.unit.translate.test_stack_decoder.rst
web/api/nltk.text.rst
web/api/nltk.tgrep.rst
web/api/nltk.tokenize.api.rst
web/api/nltk.tokenize.casual.rst
web/api/nltk.tokenize.destructive.rst
web/api/nltk.tokenize.legality_principle.rst
web/api/nltk.tokenize.mwe.rst
web/api/nltk.tokenize.nist.rst
web/api/nltk.tokenize.punkt.rst
web/api/nltk.tokenize.regexp.rst
web/api/nltk.tokenize.repp.rst
web/api/nltk.tokenize.rst
web/api/nltk.tokenize.sexpr.rst
web/api/nltk.tokenize.simple.rst
web/api/nltk.tokenize.sonority_sequencing.rst
web/api/nltk.tokenize.stanford.rst
web/api/nltk.tokenize.stanford_segmenter.rst
web/api/nltk.tokenize.texttiling.rst
web/api/nltk.tokenize.toktok.rst
web/api/nltk.tokenize.treebank.rst
web/api/nltk.tokenize.util.rst
web/api/nltk.toolbox.rst
web/api/nltk.translate.api.rst
web/api/nltk.translate.bleu_score.rst
web/api/nltk.translate.chrf_score.rst
web/api/nltk.translate.gale_church.rst
web/api/nltk.translate.gdfa.rst
web/api/nltk.translate.gleu_score.rst
web/api/nltk.translate.ibm1.rst
web/api/nltk.translate.ibm2.rst
web/api/nltk.translate.ibm3.rst
web/api/nltk.translate.ibm4.rst
web/api/nltk.translate.ibm5.rst
web/api/nltk.translate.ibm_model.rst
web/api/nltk.translate.meteor_score.rst
web/api/nltk.translate.metrics.rst
web/api/nltk.translate.nist_score.rst
web/api/nltk.translate.phrase_based.rst
web/api/nltk.translate.ribes_score.rst
web/api/nltk.translate.rst
web/api/nltk.translate.stack_decoder.rst
web/api/nltk.tree.immutable.rst
web/api/nltk.tree.parented.rst
web/api/nltk.tree.parsing.rst
web/api/nltk.tree.prettyprinter.rst
web/api/nltk.tree.probabilistic.rst
web/api/nltk.tree.rst
web/api/nltk.tree.transforms.rst
web/api/nltk.tree.tree.rst
web/api/nltk.treeprettyprinter.rst
web/api/nltk.treetransforms.rst
web/api/nltk.twitter.api.rst
web/api/nltk.twitter.common.rst
web/api/nltk.twitter.rst
web/api/nltk.twitter.twitter_demo.rst
web/api/nltk.twitter.twitterclient.rst
web/api/nltk.twitter.util.rst
web/api/nltk.util.rst
web/api/nltk.wsd.rst
web/dev/jenkins.rst
web/dev/local_testing.rst
web/howto/bleu.rst
web/howto/bnc.rst
web/howto/ccg.rst
web/howto/ccg_semantics.rst
web/howto/chat80.rst
web/howto/childes.rst
web/howto/chunk.rst
web/howto/classify.rst
web/howto/collections.rst
web/howto/collocations.rst
web/howto/concordance.rst
web/howto/corpus.rst
web/howto/crubadan.rst
web/howto/data.rst
web/howto/dependency.rst
web/howto/discourse.rst
web/howto/drt.rst
web/howto/featgram.rst
web/howto/featstruct.rst
web/howto/framenet.rst
web/howto/generate.rst
web/howto/gensim.rst
web/howto/gluesemantics.rst
web/howto/gluesemantics_malt.rst
web/howto/grammar.rst
web/howto/grammartestsuites.rst
web/howto/inference.rst
web/howto/internals.rst
web/howto/japanese.rst
web/howto/lm.rst
web/howto/logic.rst
web/howto/meteor.rst
web/howto/metrics.rst
web/howto/misc.rst
web/howto/nonmonotonic.rst
web/howto/paice.rst
web/howto/parse.rst
web/howto/portuguese_en.rst
web/howto/probability.rst
web/howto/propbank.rst
web/howto/relextract.rst
web/howto/resolution.rst
web/howto/semantics.rst
web/howto/sentiment.rst
web/howto/sentiwordnet.rst
web/howto/simple.rst
web/howto/stem.rst
web/howto/tag.rst
web/howto/tokenize.rst
web/howto/toolbox.rst
web/howto/translate.rst
web/howto/tree.rst
web/howto/treeprettyprinter.rst
web/howto/treetransforms.rst
web/howto/util.rst
web/howto/wordnet.rst
web/howto/wordnet_lch.rst
web/howto/wsd.rst
web/team/current_team.html
web/team/former_team.html
web/team/team.json