add the nlp resource data -- nltk(base nltk package) 44/184144/2
authorjingjin.geng <jingjin.geng@samsung.com>
Mon, 16 Jul 2018 19:09:58 +0000 (03:09 +0800)
committerjingjing geng <jingjin.geng@samsung.com>
Mon, 16 Jul 2018 03:24:51 +0000 (03:24 +0000)
commit95fac418ba9a695b805c35aaca1797073edaf299
tree0d0a2e944a552885669ed3a90dc2f690c4fde1ba
parentb38c5c61cd34a94cdb51ea3595fcffe3df90f6cc
add the nlp resource data -- nltk(base nltk  package)

Change-Id: Ica4dbe967dc2a9e22a8bd07bc39fa7e77572823d
537 files changed:
nlp_resource_data/CMakeLists.txt
nlp_resource_data/nltk/VERSION [new file with mode: 0755]
nlp_resource_data/nltk/__init__.py [new file with mode: 0755]
nlp_resource_data/nltk/__init__.pyc [new file with mode: 0755]
nlp_resource_data/nltk/app/__init__.py [new file with mode: 0755]
nlp_resource_data/nltk/app/__init__.pyc [new file with mode: 0755]
nlp_resource_data/nltk/app/chartparser_app.py [new file with mode: 0755]
nlp_resource_data/nltk/app/chartparser_app.pyc [new file with mode: 0755]
nlp_resource_data/nltk/app/chunkparser_app.py [new file with mode: 0755]
nlp_resource_data/nltk/app/chunkparser_app.pyc [new file with mode: 0755]
nlp_resource_data/nltk/app/collocations_app.py [new file with mode: 0755]
nlp_resource_data/nltk/app/collocations_app.pyc [new file with mode: 0755]
nlp_resource_data/nltk/app/concordance_app.py [new file with mode: 0755]
nlp_resource_data/nltk/app/concordance_app.pyc [new file with mode: 0755]
nlp_resource_data/nltk/app/nemo_app.py [new file with mode: 0755]
nlp_resource_data/nltk/app/nemo_app.pyc [new file with mode: 0755]
nlp_resource_data/nltk/app/rdparser_app.py [new file with mode: 0755]
nlp_resource_data/nltk/app/rdparser_app.pyc [new file with mode: 0755]
nlp_resource_data/nltk/app/srparser_app.py [new file with mode: 0755]
nlp_resource_data/nltk/app/srparser_app.pyc [new file with mode: 0755]
nlp_resource_data/nltk/app/wordfreq_app.py [new file with mode: 0755]
nlp_resource_data/nltk/app/wordfreq_app.pyc [new file with mode: 0755]
nlp_resource_data/nltk/app/wordnet_app.py [new file with mode: 0755]
nlp_resource_data/nltk/app/wordnet_app.pyc [new file with mode: 0755]
nlp_resource_data/nltk/book.py [new file with mode: 0755]
nlp_resource_data/nltk/book.pyc [new file with mode: 0755]
nlp_resource_data/nltk/ccg/__init__.py [new file with mode: 0755]
nlp_resource_data/nltk/ccg/__init__.pyc [new file with mode: 0755]
nlp_resource_data/nltk/ccg/api.py [new file with mode: 0755]
nlp_resource_data/nltk/ccg/api.pyc [new file with mode: 0755]
nlp_resource_data/nltk/ccg/chart.py [new file with mode: 0755]
nlp_resource_data/nltk/ccg/chart.pyc [new file with mode: 0755]
nlp_resource_data/nltk/ccg/combinator.py [new file with mode: 0755]
nlp_resource_data/nltk/ccg/combinator.pyc [new file with mode: 0755]
nlp_resource_data/nltk/ccg/lexicon.py [new file with mode: 0755]
nlp_resource_data/nltk/ccg/lexicon.pyc [new file with mode: 0755]
nlp_resource_data/nltk/ccg/logic.py [new file with mode: 0755]
nlp_resource_data/nltk/ccg/logic.pyc [new file with mode: 0755]
nlp_resource_data/nltk/chat/__init__.py [new file with mode: 0755]
nlp_resource_data/nltk/chat/__init__.pyc [new file with mode: 0755]
nlp_resource_data/nltk/chat/eliza.py [new file with mode: 0755]
nlp_resource_data/nltk/chat/eliza.pyc [new file with mode: 0755]
nlp_resource_data/nltk/chat/iesha.py [new file with mode: 0755]
nlp_resource_data/nltk/chat/iesha.pyc [new file with mode: 0755]
nlp_resource_data/nltk/chat/rude.py [new file with mode: 0755]
nlp_resource_data/nltk/chat/rude.pyc [new file with mode: 0755]
nlp_resource_data/nltk/chat/suntsu.py [new file with mode: 0755]
nlp_resource_data/nltk/chat/suntsu.pyc [new file with mode: 0755]
nlp_resource_data/nltk/chat/util.py [new file with mode: 0755]
nlp_resource_data/nltk/chat/util.pyc [new file with mode: 0755]
nlp_resource_data/nltk/chat/zen.py [new file with mode: 0755]
nlp_resource_data/nltk/chat/zen.pyc [new file with mode: 0755]
nlp_resource_data/nltk/chunk/__init__.py [new file with mode: 0755]
nlp_resource_data/nltk/chunk/__init__.pyc [new file with mode: 0755]
nlp_resource_data/nltk/chunk/api.py [new file with mode: 0755]
nlp_resource_data/nltk/chunk/api.pyc [new file with mode: 0755]
nlp_resource_data/nltk/chunk/named_entity.py [new file with mode: 0755]
nlp_resource_data/nltk/chunk/named_entity.pyc [new file with mode: 0755]
nlp_resource_data/nltk/chunk/regexp.py [new file with mode: 0755]
nlp_resource_data/nltk/chunk/regexp.pyc [new file with mode: 0755]
nlp_resource_data/nltk/chunk/util.py [new file with mode: 0755]
nlp_resource_data/nltk/chunk/util.pyc [new file with mode: 0755]
nlp_resource_data/nltk/classify/__init__.py [new file with mode: 0755]
nlp_resource_data/nltk/classify/__init__.pyc [new file with mode: 0755]
nlp_resource_data/nltk/classify/api.py [new file with mode: 0755]
nlp_resource_data/nltk/classify/api.pyc [new file with mode: 0755]
nlp_resource_data/nltk/classify/decisiontree.py [new file with mode: 0755]
nlp_resource_data/nltk/classify/decisiontree.pyc [new file with mode: 0755]
nlp_resource_data/nltk/classify/maxent.py [new file with mode: 0755]
nlp_resource_data/nltk/classify/maxent.pyc [new file with mode: 0755]
nlp_resource_data/nltk/classify/megam.py [new file with mode: 0755]
nlp_resource_data/nltk/classify/megam.pyc [new file with mode: 0755]
nlp_resource_data/nltk/classify/naivebayes.py [new file with mode: 0755]
nlp_resource_data/nltk/classify/naivebayes.pyc [new file with mode: 0755]
nlp_resource_data/nltk/classify/positivenaivebayes.py [new file with mode: 0755]
nlp_resource_data/nltk/classify/positivenaivebayes.pyc [new file with mode: 0755]
nlp_resource_data/nltk/classify/rte_classify.py [new file with mode: 0755]
nlp_resource_data/nltk/classify/rte_classify.pyc [new file with mode: 0755]
nlp_resource_data/nltk/classify/scikitlearn.py [new file with mode: 0755]
nlp_resource_data/nltk/classify/scikitlearn.pyc [new file with mode: 0755]
nlp_resource_data/nltk/classify/senna.py [new file with mode: 0755]
nlp_resource_data/nltk/classify/senna.pyc [new file with mode: 0755]
nlp_resource_data/nltk/classify/svm.py [new file with mode: 0755]
nlp_resource_data/nltk/classify/svm.pyc [new file with mode: 0755]
nlp_resource_data/nltk/classify/tadm.py [new file with mode: 0755]
nlp_resource_data/nltk/classify/tadm.pyc [new file with mode: 0755]
nlp_resource_data/nltk/classify/textcat.py [new file with mode: 0755]
nlp_resource_data/nltk/classify/textcat.pyc [new file with mode: 0755]
nlp_resource_data/nltk/classify/util.py [new file with mode: 0755]
nlp_resource_data/nltk/classify/util.pyc [new file with mode: 0755]
nlp_resource_data/nltk/classify/weka.py [new file with mode: 0755]
nlp_resource_data/nltk/classify/weka.pyc [new file with mode: 0755]
nlp_resource_data/nltk/cluster/__init__.py [new file with mode: 0755]
nlp_resource_data/nltk/cluster/__init__.pyc [new file with mode: 0755]
nlp_resource_data/nltk/cluster/api.py [new file with mode: 0755]
nlp_resource_data/nltk/cluster/api.pyc [new file with mode: 0755]
nlp_resource_data/nltk/cluster/em.py [new file with mode: 0755]
nlp_resource_data/nltk/cluster/em.pyc [new file with mode: 0755]
nlp_resource_data/nltk/cluster/gaac.py [new file with mode: 0755]
nlp_resource_data/nltk/cluster/gaac.pyc [new file with mode: 0755]
nlp_resource_data/nltk/cluster/kmeans.py [new file with mode: 0755]
nlp_resource_data/nltk/cluster/kmeans.pyc [new file with mode: 0755]
nlp_resource_data/nltk/cluster/util.py [new file with mode: 0755]
nlp_resource_data/nltk/cluster/util.pyc [new file with mode: 0755]
nlp_resource_data/nltk/collections.py [new file with mode: 0755]
nlp_resource_data/nltk/collections.pyc [new file with mode: 0755]
nlp_resource_data/nltk/collocations.py [new file with mode: 0755]
nlp_resource_data/nltk/collocations.pyc [new file with mode: 0755]
nlp_resource_data/nltk/compat.py [new file with mode: 0755]
nlp_resource_data/nltk/compat.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/__init__.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/__init__.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/europarl_raw.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/europarl_raw.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/__init__.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/__init__.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/aligned.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/aligned.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/api.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/api.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/bnc.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/bnc.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/bracket_parse.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/bracket_parse.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/categorized_sents.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/categorized_sents.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/chasen.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/chasen.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/childes.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/childes.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/chunked.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/chunked.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/cmudict.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/cmudict.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/comparative_sents.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/comparative_sents.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/conll.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/conll.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/crubadan.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/crubadan.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/dependency.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/dependency.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/framenet.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/framenet.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/ieer.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/ieer.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/indian.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/indian.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/ipipan.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/ipipan.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/knbc.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/knbc.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/lin.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/lin.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/mte.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/mte.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/nkjp.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/nkjp.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/nombank.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/nombank.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/nps_chat.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/nps_chat.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/opinion_lexicon.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/opinion_lexicon.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/panlex_lite.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/panlex_lite.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/pl196x.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/pl196x.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/plaintext.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/plaintext.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/ppattach.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/ppattach.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/propbank.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/propbank.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/pros_cons.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/pros_cons.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/reviews.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/reviews.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/rte.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/rte.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/semcor.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/semcor.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/senseval.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/senseval.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/sentiwordnet.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/sentiwordnet.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/sinica_treebank.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/sinica_treebank.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/string_category.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/string_category.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/switchboard.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/switchboard.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/tagged.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/tagged.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/timit.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/timit.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/toolbox.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/toolbox.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/twitter.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/twitter.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/udhr.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/udhr.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/util.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/util.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/verbnet.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/verbnet.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/wordlist.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/wordlist.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/wordnet.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/wordnet.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/xmldocs.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/xmldocs.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/ycoe.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/reader/ycoe.pyc [new file with mode: 0755]
nlp_resource_data/nltk/corpus/util.py [new file with mode: 0755]
nlp_resource_data/nltk/corpus/util.pyc [new file with mode: 0755]
nlp_resource_data/nltk/data.py [new file with mode: 0755]
nlp_resource_data/nltk/data.pyc [new file with mode: 0755]
nlp_resource_data/nltk/decorators.py [new file with mode: 0755]
nlp_resource_data/nltk/decorators.pyc [new file with mode: 0755]
nlp_resource_data/nltk/downloader.py [new file with mode: 0755]
nlp_resource_data/nltk/downloader.pyc [new file with mode: 0755]
nlp_resource_data/nltk/draw/__init__.py [new file with mode: 0755]
nlp_resource_data/nltk/draw/__init__.pyc [new file with mode: 0755]
nlp_resource_data/nltk/draw/cfg.py [new file with mode: 0755]
nlp_resource_data/nltk/draw/cfg.pyc [new file with mode: 0755]
nlp_resource_data/nltk/draw/dispersion.py [new file with mode: 0755]
nlp_resource_data/nltk/draw/dispersion.pyc [new file with mode: 0755]
nlp_resource_data/nltk/draw/table.py [new file with mode: 0755]
nlp_resource_data/nltk/draw/table.pyc [new file with mode: 0755]
nlp_resource_data/nltk/draw/tree.py [new file with mode: 0755]
nlp_resource_data/nltk/draw/tree.pyc [new file with mode: 0755]
nlp_resource_data/nltk/draw/util.py [new file with mode: 0755]
nlp_resource_data/nltk/draw/util.pyc [new file with mode: 0755]
nlp_resource_data/nltk/featstruct.py [new file with mode: 0755]
nlp_resource_data/nltk/featstruct.pyc [new file with mode: 0755]
nlp_resource_data/nltk/grammar.py [new file with mode: 0755]
nlp_resource_data/nltk/grammar.pyc [new file with mode: 0755]
nlp_resource_data/nltk/help.py [new file with mode: 0755]
nlp_resource_data/nltk/help.pyc [new file with mode: 0755]
nlp_resource_data/nltk/inference/__init__.py [new file with mode: 0755]
nlp_resource_data/nltk/inference/__init__.pyc [new file with mode: 0755]
nlp_resource_data/nltk/inference/api.py [new file with mode: 0755]
nlp_resource_data/nltk/inference/api.pyc [new file with mode: 0755]
nlp_resource_data/nltk/inference/discourse.py [new file with mode: 0755]
nlp_resource_data/nltk/inference/discourse.pyc [new file with mode: 0755]
nlp_resource_data/nltk/inference/mace.py [new file with mode: 0755]
nlp_resource_data/nltk/inference/mace.pyc [new file with mode: 0755]
nlp_resource_data/nltk/inference/nonmonotonic.py [new file with mode: 0755]
nlp_resource_data/nltk/inference/nonmonotonic.pyc [new file with mode: 0755]
nlp_resource_data/nltk/inference/prover9.py [new file with mode: 0755]
nlp_resource_data/nltk/inference/prover9.pyc [new file with mode: 0755]
nlp_resource_data/nltk/inference/resolution.py [new file with mode: 0755]
nlp_resource_data/nltk/inference/resolution.pyc [new file with mode: 0755]
nlp_resource_data/nltk/inference/tableau.py [new file with mode: 0755]
nlp_resource_data/nltk/inference/tableau.pyc [new file with mode: 0755]
nlp_resource_data/nltk/internals.py [new file with mode: 0755]
nlp_resource_data/nltk/internals.pyc [new file with mode: 0755]
nlp_resource_data/nltk/jsontags.py [new file with mode: 0755]
nlp_resource_data/nltk/jsontags.pyc [new file with mode: 0755]
nlp_resource_data/nltk/lazyimport.py [new file with mode: 0755]
nlp_resource_data/nltk/lazyimport.pyc [new file with mode: 0755]
nlp_resource_data/nltk/metrics/__init__.py [new file with mode: 0755]
nlp_resource_data/nltk/metrics/__init__.pyc [new file with mode: 0755]
nlp_resource_data/nltk/metrics/agreement.py [new file with mode: 0755]
nlp_resource_data/nltk/metrics/agreement.pyc [new file with mode: 0755]
nlp_resource_data/nltk/metrics/aline.py [new file with mode: 0755]
nlp_resource_data/nltk/metrics/aline.pyc [new file with mode: 0755]
nlp_resource_data/nltk/metrics/association.py [new file with mode: 0755]
nlp_resource_data/nltk/metrics/association.pyc [new file with mode: 0755]
nlp_resource_data/nltk/metrics/confusionmatrix.py [new file with mode: 0755]
nlp_resource_data/nltk/metrics/confusionmatrix.pyc [new file with mode: 0755]
nlp_resource_data/nltk/metrics/distance.py [new file with mode: 0755]
nlp_resource_data/nltk/metrics/distance.pyc [new file with mode: 0755]
nlp_resource_data/nltk/metrics/paice.py [new file with mode: 0755]
nlp_resource_data/nltk/metrics/paice.pyc [new file with mode: 0755]
nlp_resource_data/nltk/metrics/scores.py [new file with mode: 0755]
nlp_resource_data/nltk/metrics/scores.pyc [new file with mode: 0755]
nlp_resource_data/nltk/metrics/segmentation.py [new file with mode: 0755]
nlp_resource_data/nltk/metrics/segmentation.pyc [new file with mode: 0755]
nlp_resource_data/nltk/metrics/spearman.py [new file with mode: 0755]
nlp_resource_data/nltk/metrics/spearman.pyc [new file with mode: 0755]
nlp_resource_data/nltk/misc/__init__.py [new file with mode: 0755]
nlp_resource_data/nltk/misc/__init__.pyc [new file with mode: 0755]
nlp_resource_data/nltk/misc/babelfish.py [new file with mode: 0755]
nlp_resource_data/nltk/misc/babelfish.pyc [new file with mode: 0755]
nlp_resource_data/nltk/misc/chomsky.py [new file with mode: 0755]
nlp_resource_data/nltk/misc/chomsky.pyc [new file with mode: 0755]
nlp_resource_data/nltk/misc/minimalset.py [new file with mode: 0755]
nlp_resource_data/nltk/misc/minimalset.pyc [new file with mode: 0755]
nlp_resource_data/nltk/misc/sort.py [new file with mode: 0755]
nlp_resource_data/nltk/misc/sort.pyc [new file with mode: 0755]
nlp_resource_data/nltk/misc/wordfinder.py [new file with mode: 0755]
nlp_resource_data/nltk/misc/wordfinder.pyc [new file with mode: 0755]
nlp_resource_data/nltk/parse/__init__.py [new file with mode: 0755]
nlp_resource_data/nltk/parse/__init__.pyc [new file with mode: 0755]
nlp_resource_data/nltk/parse/api.py [new file with mode: 0755]
nlp_resource_data/nltk/parse/api.pyc [new file with mode: 0755]
nlp_resource_data/nltk/parse/bllip.py [new file with mode: 0755]
nlp_resource_data/nltk/parse/bllip.pyc [new file with mode: 0755]
nlp_resource_data/nltk/parse/chart.py [new file with mode: 0755]
nlp_resource_data/nltk/parse/chart.pyc [new file with mode: 0755]
nlp_resource_data/nltk/parse/corenlp.py [new file with mode: 0755]
nlp_resource_data/nltk/parse/corenlp.pyc [new file with mode: 0755]
nlp_resource_data/nltk/parse/dependencygraph.py [new file with mode: 0755]
nlp_resource_data/nltk/parse/dependencygraph.pyc [new file with mode: 0755]
nlp_resource_data/nltk/parse/earleychart.py [new file with mode: 0755]
nlp_resource_data/nltk/parse/earleychart.pyc [new file with mode: 0755]
nlp_resource_data/nltk/parse/evaluate.py [new file with mode: 0755]
nlp_resource_data/nltk/parse/evaluate.pyc [new file with mode: 0755]
nlp_resource_data/nltk/parse/featurechart.py [new file with mode: 0755]
nlp_resource_data/nltk/parse/featurechart.pyc [new file with mode: 0755]
nlp_resource_data/nltk/parse/generate.py [new file with mode: 0755]
nlp_resource_data/nltk/parse/generate.pyc [new file with mode: 0755]
nlp_resource_data/nltk/parse/malt.py [new file with mode: 0755]
nlp_resource_data/nltk/parse/malt.pyc [new file with mode: 0755]
nlp_resource_data/nltk/parse/nonprojectivedependencyparser.py [new file with mode: 0755]
nlp_resource_data/nltk/parse/nonprojectivedependencyparser.pyc [new file with mode: 0755]
nlp_resource_data/nltk/parse/pchart.py [new file with mode: 0755]
nlp_resource_data/nltk/parse/pchart.pyc [new file with mode: 0755]
nlp_resource_data/nltk/parse/projectivedependencyparser.py [new file with mode: 0755]
nlp_resource_data/nltk/parse/projectivedependencyparser.pyc [new file with mode: 0755]
nlp_resource_data/nltk/parse/recursivedescent.py [new file with mode: 0755]
nlp_resource_data/nltk/parse/recursivedescent.pyc [new file with mode: 0755]
nlp_resource_data/nltk/parse/shiftreduce.py [new file with mode: 0755]
nlp_resource_data/nltk/parse/shiftreduce.pyc [new file with mode: 0755]
nlp_resource_data/nltk/parse/stanford.py [new file with mode: 0755]
nlp_resource_data/nltk/parse/stanford.pyc [new file with mode: 0755]
nlp_resource_data/nltk/parse/transitionparser.py [new file with mode: 0755]
nlp_resource_data/nltk/parse/transitionparser.pyc [new file with mode: 0755]
nlp_resource_data/nltk/parse/util.py [new file with mode: 0755]
nlp_resource_data/nltk/parse/util.pyc [new file with mode: 0755]
nlp_resource_data/nltk/parse/viterbi.py [new file with mode: 0755]
nlp_resource_data/nltk/parse/viterbi.pyc [new file with mode: 0755]
nlp_resource_data/nltk/probability.py [new file with mode: 0755]
nlp_resource_data/nltk/probability.pyc [new file with mode: 0755]
nlp_resource_data/nltk/sem/__init__.py [new file with mode: 0755]
nlp_resource_data/nltk/sem/__init__.pyc [new file with mode: 0755]
nlp_resource_data/nltk/sem/boxer.py [new file with mode: 0755]
nlp_resource_data/nltk/sem/boxer.pyc [new file with mode: 0755]
nlp_resource_data/nltk/sem/chat80.py [new file with mode: 0755]
nlp_resource_data/nltk/sem/chat80.pyc [new file with mode: 0755]
nlp_resource_data/nltk/sem/cooper_storage.py [new file with mode: 0755]
nlp_resource_data/nltk/sem/cooper_storage.pyc [new file with mode: 0755]
nlp_resource_data/nltk/sem/drt.py [new file with mode: 0755]
nlp_resource_data/nltk/sem/drt.pyc [new file with mode: 0755]
nlp_resource_data/nltk/sem/drt_glue_demo.py [new file with mode: 0755]
nlp_resource_data/nltk/sem/drt_glue_demo.pyc [new file with mode: 0755]
nlp_resource_data/nltk/sem/evaluate.py [new file with mode: 0755]
nlp_resource_data/nltk/sem/evaluate.pyc [new file with mode: 0755]
nlp_resource_data/nltk/sem/glue.py [new file with mode: 0755]
nlp_resource_data/nltk/sem/glue.pyc [new file with mode: 0755]
nlp_resource_data/nltk/sem/hole.py [new file with mode: 0755]
nlp_resource_data/nltk/sem/hole.pyc [new file with mode: 0755]
nlp_resource_data/nltk/sem/lfg.py [new file with mode: 0755]
nlp_resource_data/nltk/sem/lfg.pyc [new file with mode: 0755]
nlp_resource_data/nltk/sem/linearlogic.py [new file with mode: 0755]
nlp_resource_data/nltk/sem/linearlogic.pyc [new file with mode: 0755]
nlp_resource_data/nltk/sem/logic.py [new file with mode: 0755]
nlp_resource_data/nltk/sem/logic.pyc [new file with mode: 0755]
nlp_resource_data/nltk/sem/relextract.py [new file with mode: 0755]
nlp_resource_data/nltk/sem/relextract.pyc [new file with mode: 0755]
nlp_resource_data/nltk/sem/skolemize.py [new file with mode: 0755]
nlp_resource_data/nltk/sem/skolemize.pyc [new file with mode: 0755]
nlp_resource_data/nltk/sem/util.py [new file with mode: 0755]
nlp_resource_data/nltk/sem/util.pyc [new file with mode: 0755]
nlp_resource_data/nltk/sentiment/__init__.py [new file with mode: 0755]
nlp_resource_data/nltk/sentiment/__init__.pyc [new file with mode: 0755]
nlp_resource_data/nltk/sentiment/sentiment_analyzer.py [new file with mode: 0755]
nlp_resource_data/nltk/sentiment/sentiment_analyzer.pyc [new file with mode: 0755]
nlp_resource_data/nltk/sentiment/util.py [new file with mode: 0755]
nlp_resource_data/nltk/sentiment/util.pyc [new file with mode: 0755]
nlp_resource_data/nltk/sentiment/vader.py [new file with mode: 0755]
nlp_resource_data/nltk/sentiment/vader.pyc [new file with mode: 0755]
nlp_resource_data/nltk/stem/__init__.py [new file with mode: 0755]
nlp_resource_data/nltk/stem/__init__.pyc [new file with mode: 0755]
nlp_resource_data/nltk/stem/api.py [new file with mode: 0755]
nlp_resource_data/nltk/stem/api.pyc [new file with mode: 0755]
nlp_resource_data/nltk/stem/arlstem.py [new file with mode: 0755]
nlp_resource_data/nltk/stem/arlstem.pyc [new file with mode: 0755]
nlp_resource_data/nltk/stem/isri.py [new file with mode: 0755]
nlp_resource_data/nltk/stem/isri.pyc [new file with mode: 0755]
nlp_resource_data/nltk/stem/lancaster.py [new file with mode: 0755]
nlp_resource_data/nltk/stem/lancaster.pyc [new file with mode: 0755]
nlp_resource_data/nltk/stem/porter.py [new file with mode: 0755]
nlp_resource_data/nltk/stem/porter.pyc [new file with mode: 0755]
nlp_resource_data/nltk/stem/regexp.py [new file with mode: 0755]
nlp_resource_data/nltk/stem/regexp.pyc [new file with mode: 0755]
nlp_resource_data/nltk/stem/rslp.py [new file with mode: 0755]
nlp_resource_data/nltk/stem/rslp.pyc [new file with mode: 0755]
nlp_resource_data/nltk/stem/snowball.py [new file with mode: 0755]
nlp_resource_data/nltk/stem/snowball.pyc [new file with mode: 0755]
nlp_resource_data/nltk/stem/util.py [new file with mode: 0755]
nlp_resource_data/nltk/stem/util.pyc [new file with mode: 0755]
nlp_resource_data/nltk/stem/wordnet.py [new file with mode: 0755]
nlp_resource_data/nltk/stem/wordnet.pyc [new file with mode: 0755]
nlp_resource_data/nltk/tag/__init__.py [new file with mode: 0755]
nlp_resource_data/nltk/tag/__init__.pyc [new file with mode: 0755]
nlp_resource_data/nltk/tag/api.py [new file with mode: 0755]
nlp_resource_data/nltk/tag/api.pyc [new file with mode: 0755]
nlp_resource_data/nltk/tag/brill.py [new file with mode: 0755]
nlp_resource_data/nltk/tag/brill.pyc [new file with mode: 0755]
nlp_resource_data/nltk/tag/brill_trainer.py [new file with mode: 0755]
nlp_resource_data/nltk/tag/brill_trainer.pyc [new file with mode: 0755]
nlp_resource_data/nltk/tag/crf.py [new file with mode: 0755]
nlp_resource_data/nltk/tag/crf.pyc [new file with mode: 0755]
nlp_resource_data/nltk/tag/hmm.py [new file with mode: 0755]
nlp_resource_data/nltk/tag/hmm.pyc [new file with mode: 0755]
nlp_resource_data/nltk/tag/hunpos.py [new file with mode: 0755]
nlp_resource_data/nltk/tag/hunpos.pyc [new file with mode: 0755]
nlp_resource_data/nltk/tag/mapping.py [new file with mode: 0755]
nlp_resource_data/nltk/tag/mapping.pyc [new file with mode: 0755]
nlp_resource_data/nltk/tag/perceptron.py [new file with mode: 0755]
nlp_resource_data/nltk/tag/perceptron.pyc [new file with mode: 0755]
nlp_resource_data/nltk/tag/senna.py [new file with mode: 0755]
nlp_resource_data/nltk/tag/senna.pyc [new file with mode: 0755]
nlp_resource_data/nltk/tag/sequential.py [new file with mode: 0755]
nlp_resource_data/nltk/tag/sequential.pyc [new file with mode: 0755]
nlp_resource_data/nltk/tag/stanford.py [new file with mode: 0755]
nlp_resource_data/nltk/tag/stanford.pyc [new file with mode: 0755]
nlp_resource_data/nltk/tag/tnt.py [new file with mode: 0755]
nlp_resource_data/nltk/tag/tnt.pyc [new file with mode: 0755]
nlp_resource_data/nltk/tag/util.py [new file with mode: 0755]
nlp_resource_data/nltk/tag/util.pyc [new file with mode: 0755]
nlp_resource_data/nltk/tbl/__init__.py [new file with mode: 0755]
nlp_resource_data/nltk/tbl/__init__.pyc [new file with mode: 0755]
nlp_resource_data/nltk/tbl/api.py [new file with mode: 0755]
nlp_resource_data/nltk/tbl/api.pyc [new file with mode: 0755]
nlp_resource_data/nltk/tbl/demo.py [new file with mode: 0755]
nlp_resource_data/nltk/tbl/demo.pyc [new file with mode: 0755]
nlp_resource_data/nltk/tbl/erroranalysis.py [new file with mode: 0755]
nlp_resource_data/nltk/tbl/erroranalysis.pyc [new file with mode: 0755]
nlp_resource_data/nltk/tbl/feature.py [new file with mode: 0755]
nlp_resource_data/nltk/tbl/feature.pyc [new file with mode: 0755]
nlp_resource_data/nltk/tbl/rule.py [new file with mode: 0755]
nlp_resource_data/nltk/tbl/rule.pyc [new file with mode: 0755]
nlp_resource_data/nltk/tbl/template.py [new file with mode: 0755]
nlp_resource_data/nltk/tbl/template.pyc [new file with mode: 0755]
nlp_resource_data/nltk/text.py [new file with mode: 0755]
nlp_resource_data/nltk/text.pyc [new file with mode: 0755]
nlp_resource_data/nltk/tgrep.py [new file with mode: 0755]
nlp_resource_data/nltk/tgrep.pyc [new file with mode: 0755]
nlp_resource_data/nltk/tokenize/__init__.py [new file with mode: 0755]
nlp_resource_data/nltk/tokenize/__init__.pyc [new file with mode: 0755]
nlp_resource_data/nltk/tokenize/api.py [new file with mode: 0755]
nlp_resource_data/nltk/tokenize/api.pyc [new file with mode: 0755]
nlp_resource_data/nltk/tokenize/casual.py [new file with mode: 0755]
nlp_resource_data/nltk/tokenize/casual.pyc [new file with mode: 0755]
nlp_resource_data/nltk/tokenize/moses.py [new file with mode: 0755]
nlp_resource_data/nltk/tokenize/moses.pyc [new file with mode: 0755]
nlp_resource_data/nltk/tokenize/mwe.py [new file with mode: 0755]
nlp_resource_data/nltk/tokenize/mwe.pyc [new file with mode: 0755]
nlp_resource_data/nltk/tokenize/nist.py [new file with mode: 0755]
nlp_resource_data/nltk/tokenize/nist.pyc [new file with mode: 0755]
nlp_resource_data/nltk/tokenize/punkt.py [new file with mode: 0755]
nlp_resource_data/nltk/tokenize/punkt.pyc [new file with mode: 0755]
nlp_resource_data/nltk/tokenize/regexp.py [new file with mode: 0755]
nlp_resource_data/nltk/tokenize/regexp.pyc [new file with mode: 0755]
nlp_resource_data/nltk/tokenize/repp.py [new file with mode: 0755]
nlp_resource_data/nltk/tokenize/repp.pyc [new file with mode: 0755]
nlp_resource_data/nltk/tokenize/sexpr.py [new file with mode: 0755]
nlp_resource_data/nltk/tokenize/sexpr.pyc [new file with mode: 0755]
nlp_resource_data/nltk/tokenize/simple.py [new file with mode: 0755]
nlp_resource_data/nltk/tokenize/simple.pyc [new file with mode: 0755]
nlp_resource_data/nltk/tokenize/stanford.py [new file with mode: 0755]
nlp_resource_data/nltk/tokenize/stanford.pyc [new file with mode: 0755]
nlp_resource_data/nltk/tokenize/stanford_segmenter.py [new file with mode: 0755]
nlp_resource_data/nltk/tokenize/stanford_segmenter.pyc [new file with mode: 0755]
nlp_resource_data/nltk/tokenize/texttiling.py [new file with mode: 0755]
nlp_resource_data/nltk/tokenize/texttiling.pyc [new file with mode: 0755]
nlp_resource_data/nltk/tokenize/toktok.py [new file with mode: 0755]
nlp_resource_data/nltk/tokenize/toktok.pyc [new file with mode: 0755]
nlp_resource_data/nltk/tokenize/treebank.py [new file with mode: 0755]
nlp_resource_data/nltk/tokenize/treebank.pyc [new file with mode: 0755]
nlp_resource_data/nltk/tokenize/util.py [new file with mode: 0755]
nlp_resource_data/nltk/tokenize/util.pyc [new file with mode: 0755]
nlp_resource_data/nltk/toolbox.py [new file with mode: 0755]
nlp_resource_data/nltk/toolbox.pyc [new file with mode: 0755]
nlp_resource_data/nltk/translate/__init__.py [new file with mode: 0755]
nlp_resource_data/nltk/translate/__init__.pyc [new file with mode: 0755]
nlp_resource_data/nltk/translate/api.py [new file with mode: 0755]
nlp_resource_data/nltk/translate/api.pyc [new file with mode: 0755]
nlp_resource_data/nltk/translate/bleu_score.py [new file with mode: 0755]
nlp_resource_data/nltk/translate/bleu_score.pyc [new file with mode: 0755]
nlp_resource_data/nltk/translate/chrf_score.py [new file with mode: 0755]
nlp_resource_data/nltk/translate/chrf_score.pyc [new file with mode: 0755]
nlp_resource_data/nltk/translate/gale_church.py [new file with mode: 0755]
nlp_resource_data/nltk/translate/gale_church.pyc [new file with mode: 0755]
nlp_resource_data/nltk/translate/gdfa.py [new file with mode: 0755]
nlp_resource_data/nltk/translate/gdfa.pyc [new file with mode: 0755]
nlp_resource_data/nltk/translate/gleu_score.py [new file with mode: 0755]
nlp_resource_data/nltk/translate/gleu_score.pyc [new file with mode: 0755]
nlp_resource_data/nltk/translate/ibm1.py [new file with mode: 0755]
nlp_resource_data/nltk/translate/ibm1.pyc [new file with mode: 0755]
nlp_resource_data/nltk/translate/ibm2.py [new file with mode: 0755]
nlp_resource_data/nltk/translate/ibm2.pyc [new file with mode: 0755]
nlp_resource_data/nltk/translate/ibm3.py [new file with mode: 0755]
nlp_resource_data/nltk/translate/ibm3.pyc [new file with mode: 0755]
nlp_resource_data/nltk/translate/ibm4.py [new file with mode: 0755]
nlp_resource_data/nltk/translate/ibm4.pyc [new file with mode: 0755]
nlp_resource_data/nltk/translate/ibm5.py [new file with mode: 0755]
nlp_resource_data/nltk/translate/ibm5.pyc [new file with mode: 0755]
nlp_resource_data/nltk/translate/ibm_model.py [new file with mode: 0755]
nlp_resource_data/nltk/translate/ibm_model.pyc [new file with mode: 0755]
nlp_resource_data/nltk/translate/metrics.py [new file with mode: 0755]
nlp_resource_data/nltk/translate/metrics.pyc [new file with mode: 0755]
nlp_resource_data/nltk/translate/nist_score.py [new file with mode: 0755]
nlp_resource_data/nltk/translate/nist_score.pyc [new file with mode: 0755]
nlp_resource_data/nltk/translate/phrase_based.py [new file with mode: 0755]
nlp_resource_data/nltk/translate/phrase_based.pyc [new file with mode: 0755]
nlp_resource_data/nltk/translate/ribes_score.py [new file with mode: 0755]
nlp_resource_data/nltk/translate/ribes_score.pyc [new file with mode: 0755]
nlp_resource_data/nltk/translate/stack_decoder.py [new file with mode: 0755]
nlp_resource_data/nltk/translate/stack_decoder.pyc [new file with mode: 0755]
nlp_resource_data/nltk/tree.py [new file with mode: 0755]
nlp_resource_data/nltk/tree.pyc [new file with mode: 0755]
nlp_resource_data/nltk/treeprettyprinter.py [new file with mode: 0755]
nlp_resource_data/nltk/treeprettyprinter.pyc [new file with mode: 0755]
nlp_resource_data/nltk/treetransforms.py [new file with mode: 0755]
nlp_resource_data/nltk/treetransforms.pyc [new file with mode: 0755]
nlp_resource_data/nltk/twitter/__init__.py [new file with mode: 0755]
nlp_resource_data/nltk/twitter/__init__.pyc [new file with mode: 0755]
nlp_resource_data/nltk/twitter/api.py [new file with mode: 0755]
nlp_resource_data/nltk/twitter/api.pyc [new file with mode: 0755]
nlp_resource_data/nltk/twitter/common.py [new file with mode: 0755]
nlp_resource_data/nltk/twitter/common.pyc [new file with mode: 0755]
nlp_resource_data/nltk/twitter/twitter_demo.py [new file with mode: 0755]
nlp_resource_data/nltk/twitter/twitter_demo.pyc [new file with mode: 0755]
nlp_resource_data/nltk/twitter/twitterclient.py [new file with mode: 0755]
nlp_resource_data/nltk/twitter/twitterclient.pyc [new file with mode: 0755]
nlp_resource_data/nltk/twitter/util.py [new file with mode: 0755]
nlp_resource_data/nltk/twitter/util.pyc [new file with mode: 0755]
nlp_resource_data/nltk/util.py [new file with mode: 0755]
nlp_resource_data/nltk/util.pyc [new file with mode: 0755]
nlp_resource_data/nltk/wsd.py [new file with mode: 0755]
nlp_resource_data/nltk/wsd.pyc [new file with mode: 0755]
packaging/nlp.spec