You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

418 lines
10 KiB
Plaintext

INSTALL.txt
LICENSE.txt
MANIFEST.in
README.md
setup.cfg
setup.py
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/tree.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/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/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/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/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/__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/corpus.doctest
nltk/test/corpus_fixt.py
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/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/paice.doctest
nltk/test/parse.doctest
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/relextract.doctest
nltk/test/resolution.doctest
nltk/test/runtests.py
nltk/test/segmentation_fixt.py
nltk/test/semantics.doctest
nltk/test/semantics_fixt.py
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/translate.doctest
nltk/test/translate_fixt.py
nltk/test/tree.doctest
nltk/test/treeprettyprinter.doctest
nltk/test/treetransforms.doctest
nltk/test/util.doctest
nltk/test/wordnet.doctest
nltk/test/wordnet_fixt.py
nltk/test/wordnet_lch.doctest
nltk/test/wsd.doctest
nltk/test/unit/__init__.py
nltk/test/unit/test_aline.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_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_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_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_wordnet.py
nltk/test/unit/utils.py
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_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/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/twitter/__init__.py
nltk/twitter/api.py
nltk/twitter/common.py
nltk/twitter/twitter_demo.py
nltk/twitter/twitterclient.py
nltk/twitter/util.py