SOURCES.txt 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416
  1. INSTALL.txt
  2. LICENSE.txt
  3. MANIFEST.in
  4. README.md
  5. setup.cfg
  6. setup.py
  7. nltk/VERSION
  8. nltk/__init__.py
  9. nltk/book.py
  10. nltk/collections.py
  11. nltk/collocations.py
  12. nltk/compat.py
  13. nltk/data.py
  14. nltk/decorators.py
  15. nltk/downloader.py
  16. nltk/featstruct.py
  17. nltk/grammar.py
  18. nltk/help.py
  19. nltk/internals.py
  20. nltk/jsontags.py
  21. nltk/lazyimport.py
  22. nltk/probability.py
  23. nltk/text.py
  24. nltk/tgrep.py
  25. nltk/toolbox.py
  26. nltk/tree.py
  27. nltk/treeprettyprinter.py
  28. nltk/treetransforms.py
  29. nltk/util.py
  30. nltk/wsd.py
  31. nltk.egg-info/PKG-INFO
  32. nltk.egg-info/SOURCES.txt
  33. nltk.egg-info/dependency_links.txt
  34. nltk.egg-info/not-zip-safe
  35. nltk.egg-info/requires.txt
  36. nltk.egg-info/top_level.txt
  37. nltk/app/__init__.py
  38. nltk/app/chartparser_app.py
  39. nltk/app/chunkparser_app.py
  40. nltk/app/collocations_app.py
  41. nltk/app/concordance_app.py
  42. nltk/app/nemo_app.py
  43. nltk/app/rdparser_app.py
  44. nltk/app/srparser_app.py
  45. nltk/app/wordfreq_app.py
  46. nltk/app/wordnet_app.py
  47. nltk/ccg/__init__.py
  48. nltk/ccg/api.py
  49. nltk/ccg/chart.py
  50. nltk/ccg/combinator.py
  51. nltk/ccg/lexicon.py
  52. nltk/ccg/logic.py
  53. nltk/chat/__init__.py
  54. nltk/chat/eliza.py
  55. nltk/chat/iesha.py
  56. nltk/chat/rude.py
  57. nltk/chat/suntsu.py
  58. nltk/chat/util.py
  59. nltk/chat/zen.py
  60. nltk/chunk/__init__.py
  61. nltk/chunk/api.py
  62. nltk/chunk/named_entity.py
  63. nltk/chunk/regexp.py
  64. nltk/chunk/util.py
  65. nltk/classify/__init__.py
  66. nltk/classify/api.py
  67. nltk/classify/decisiontree.py
  68. nltk/classify/maxent.py
  69. nltk/classify/megam.py
  70. nltk/classify/naivebayes.py
  71. nltk/classify/positivenaivebayes.py
  72. nltk/classify/rte_classify.py
  73. nltk/classify/scikitlearn.py
  74. nltk/classify/senna.py
  75. nltk/classify/svm.py
  76. nltk/classify/tadm.py
  77. nltk/classify/textcat.py
  78. nltk/classify/util.py
  79. nltk/classify/weka.py
  80. nltk/cluster/__init__.py
  81. nltk/cluster/api.py
  82. nltk/cluster/em.py
  83. nltk/cluster/gaac.py
  84. nltk/cluster/kmeans.py
  85. nltk/cluster/util.py
  86. nltk/corpus/__init__.py
  87. nltk/corpus/europarl_raw.py
  88. nltk/corpus/util.py
  89. nltk/corpus/reader/__init__.py
  90. nltk/corpus/reader/aligned.py
  91. nltk/corpus/reader/api.py
  92. nltk/corpus/reader/bnc.py
  93. nltk/corpus/reader/bracket_parse.py
  94. nltk/corpus/reader/categorized_sents.py
  95. nltk/corpus/reader/chasen.py
  96. nltk/corpus/reader/childes.py
  97. nltk/corpus/reader/chunked.py
  98. nltk/corpus/reader/cmudict.py
  99. nltk/corpus/reader/comparative_sents.py
  100. nltk/corpus/reader/conll.py
  101. nltk/corpus/reader/crubadan.py
  102. nltk/corpus/reader/dependency.py
  103. nltk/corpus/reader/framenet.py
  104. nltk/corpus/reader/ieer.py
  105. nltk/corpus/reader/indian.py
  106. nltk/corpus/reader/ipipan.py
  107. nltk/corpus/reader/knbc.py
  108. nltk/corpus/reader/lin.py
  109. nltk/corpus/reader/mte.py
  110. nltk/corpus/reader/nkjp.py
  111. nltk/corpus/reader/nombank.py
  112. nltk/corpus/reader/nps_chat.py
  113. nltk/corpus/reader/opinion_lexicon.py
  114. nltk/corpus/reader/panlex_lite.py
  115. nltk/corpus/reader/panlex_swadesh.py
  116. nltk/corpus/reader/pl196x.py
  117. nltk/corpus/reader/plaintext.py
  118. nltk/corpus/reader/ppattach.py
  119. nltk/corpus/reader/propbank.py
  120. nltk/corpus/reader/pros_cons.py
  121. nltk/corpus/reader/reviews.py
  122. nltk/corpus/reader/rte.py
  123. nltk/corpus/reader/semcor.py
  124. nltk/corpus/reader/senseval.py
  125. nltk/corpus/reader/sentiwordnet.py
  126. nltk/corpus/reader/sinica_treebank.py
  127. nltk/corpus/reader/string_category.py
  128. nltk/corpus/reader/switchboard.py
  129. nltk/corpus/reader/tagged.py
  130. nltk/corpus/reader/timit.py
  131. nltk/corpus/reader/toolbox.py
  132. nltk/corpus/reader/twitter.py
  133. nltk/corpus/reader/udhr.py
  134. nltk/corpus/reader/util.py
  135. nltk/corpus/reader/verbnet.py
  136. nltk/corpus/reader/wordlist.py
  137. nltk/corpus/reader/wordnet.py
  138. nltk/corpus/reader/xmldocs.py
  139. nltk/corpus/reader/ycoe.py
  140. nltk/draw/__init__.py
  141. nltk/draw/cfg.py
  142. nltk/draw/dispersion.py
  143. nltk/draw/table.py
  144. nltk/draw/tree.py
  145. nltk/draw/util.py
  146. nltk/inference/__init__.py
  147. nltk/inference/api.py
  148. nltk/inference/discourse.py
  149. nltk/inference/mace.py
  150. nltk/inference/nonmonotonic.py
  151. nltk/inference/prover9.py
  152. nltk/inference/resolution.py
  153. nltk/inference/tableau.py
  154. nltk/lm/__init__.py
  155. nltk/lm/api.py
  156. nltk/lm/counter.py
  157. nltk/lm/models.py
  158. nltk/lm/preprocessing.py
  159. nltk/lm/smoothing.py
  160. nltk/lm/util.py
  161. nltk/lm/vocabulary.py
  162. nltk/metrics/__init__.py
  163. nltk/metrics/agreement.py
  164. nltk/metrics/aline.py
  165. nltk/metrics/association.py
  166. nltk/metrics/confusionmatrix.py
  167. nltk/metrics/distance.py
  168. nltk/metrics/paice.py
  169. nltk/metrics/scores.py
  170. nltk/metrics/segmentation.py
  171. nltk/metrics/spearman.py
  172. nltk/misc/__init__.py
  173. nltk/misc/babelfish.py
  174. nltk/misc/chomsky.py
  175. nltk/misc/minimalset.py
  176. nltk/misc/sort.py
  177. nltk/misc/wordfinder.py
  178. nltk/parse/__init__.py
  179. nltk/parse/api.py
  180. nltk/parse/bllip.py
  181. nltk/parse/chart.py
  182. nltk/parse/corenlp.py
  183. nltk/parse/dependencygraph.py
  184. nltk/parse/earleychart.py
  185. nltk/parse/evaluate.py
  186. nltk/parse/featurechart.py
  187. nltk/parse/generate.py
  188. nltk/parse/malt.py
  189. nltk/parse/nonprojectivedependencyparser.py
  190. nltk/parse/pchart.py
  191. nltk/parse/projectivedependencyparser.py
  192. nltk/parse/recursivedescent.py
  193. nltk/parse/shiftreduce.py
  194. nltk/parse/stanford.py
  195. nltk/parse/transitionparser.py
  196. nltk/parse/util.py
  197. nltk/parse/viterbi.py
  198. nltk/sem/__init__.py
  199. nltk/sem/boxer.py
  200. nltk/sem/chat80.py
  201. nltk/sem/cooper_storage.py
  202. nltk/sem/drt.py
  203. nltk/sem/drt_glue_demo.py
  204. nltk/sem/evaluate.py
  205. nltk/sem/glue.py
  206. nltk/sem/hole.py
  207. nltk/sem/lfg.py
  208. nltk/sem/linearlogic.py
  209. nltk/sem/logic.py
  210. nltk/sem/relextract.py
  211. nltk/sem/skolemize.py
  212. nltk/sem/util.py
  213. nltk/sentiment/__init__.py
  214. nltk/sentiment/sentiment_analyzer.py
  215. nltk/sentiment/util.py
  216. nltk/sentiment/vader.py
  217. nltk/stem/__init__.py
  218. nltk/stem/api.py
  219. nltk/stem/arlstem.py
  220. nltk/stem/cistem.py
  221. nltk/stem/isri.py
  222. nltk/stem/lancaster.py
  223. nltk/stem/porter.py
  224. nltk/stem/regexp.py
  225. nltk/stem/rslp.py
  226. nltk/stem/snowball.py
  227. nltk/stem/util.py
  228. nltk/stem/wordnet.py
  229. nltk/tag/__init__.py
  230. nltk/tag/api.py
  231. nltk/tag/brill.py
  232. nltk/tag/brill_trainer.py
  233. nltk/tag/crf.py
  234. nltk/tag/hmm.py
  235. nltk/tag/hunpos.py
  236. nltk/tag/mapping.py
  237. nltk/tag/perceptron.py
  238. nltk/tag/senna.py
  239. nltk/tag/sequential.py
  240. nltk/tag/stanford.py
  241. nltk/tag/tnt.py
  242. nltk/tag/util.py
  243. nltk/tbl/__init__.py
  244. nltk/tbl/api.py
  245. nltk/tbl/demo.py
  246. nltk/tbl/erroranalysis.py
  247. nltk/tbl/feature.py
  248. nltk/tbl/rule.py
  249. nltk/tbl/template.py
  250. nltk/test/__init__.py
  251. nltk/test/all.py
  252. nltk/test/bleu.doctest
  253. nltk/test/bnc.doctest
  254. nltk/test/ccg.doctest
  255. nltk/test/ccg_semantics.doctest
  256. nltk/test/chat80.doctest
  257. nltk/test/childes.doctest
  258. nltk/test/childes_fixt.py
  259. nltk/test/chunk.doctest
  260. nltk/test/classify.doctest
  261. nltk/test/classify_fixt.py
  262. nltk/test/collections.doctest
  263. nltk/test/collocations.doctest
  264. nltk/test/compat.doctest
  265. nltk/test/compat_fixt.py
  266. nltk/test/concordance.doctest
  267. nltk/test/corpus.doctest
  268. nltk/test/corpus_fixt.py
  269. nltk/test/crubadan.doctest
  270. nltk/test/data.doctest
  271. nltk/test/dependency.doctest
  272. nltk/test/discourse.doctest
  273. nltk/test/discourse_fixt.py
  274. nltk/test/doctest_nose_plugin.py
  275. nltk/test/drt.doctest
  276. nltk/test/featgram.doctest
  277. nltk/test/featstruct.doctest
  278. nltk/test/framenet.doctest
  279. nltk/test/generate.doctest
  280. nltk/test/gensim.doctest
  281. nltk/test/gensim_fixt.py
  282. nltk/test/gluesemantics.doctest
  283. nltk/test/gluesemantics_malt.doctest
  284. nltk/test/gluesemantics_malt_fixt.py
  285. nltk/test/grammar.doctest
  286. nltk/test/grammartestsuites.doctest
  287. nltk/test/index.doctest
  288. nltk/test/inference.doctest
  289. nltk/test/inference_fixt.py
  290. nltk/test/internals.doctest
  291. nltk/test/japanese.doctest
  292. nltk/test/lm.doctest
  293. nltk/test/logic.doctest
  294. nltk/test/meteor.doctest
  295. nltk/test/metrics.doctest
  296. nltk/test/misc.doctest
  297. nltk/test/nonmonotonic.doctest
  298. nltk/test/nonmonotonic_fixt.py
  299. nltk/test/paice.doctest
  300. nltk/test/parse.doctest
  301. nltk/test/portuguese_en.doctest
  302. nltk/test/portuguese_en_fixt.py
  303. nltk/test/probability.doctest
  304. nltk/test/probability_fixt.py
  305. nltk/test/propbank.doctest
  306. nltk/test/relextract.doctest
  307. nltk/test/resolution.doctest
  308. nltk/test/runtests.py
  309. nltk/test/segmentation_fixt.py
  310. nltk/test/semantics.doctest
  311. nltk/test/semantics_fixt.py
  312. nltk/test/sentiment.doctest
  313. nltk/test/sentiwordnet.doctest
  314. nltk/test/simple.doctest
  315. nltk/test/stem.doctest
  316. nltk/test/tag.doctest
  317. nltk/test/tokenize.doctest
  318. nltk/test/toolbox.doctest
  319. nltk/test/translate.doctest
  320. nltk/test/translate_fixt.py
  321. nltk/test/tree.doctest
  322. nltk/test/treeprettyprinter.doctest
  323. nltk/test/treetransforms.doctest
  324. nltk/test/util.doctest
  325. nltk/test/wordnet.doctest
  326. nltk/test/wordnet_fixt.py
  327. nltk/test/wordnet_lch.doctest
  328. nltk/test/wsd.doctest
  329. nltk/test/unit/__init__.py
  330. nltk/test/unit/test_2x_compat.py
  331. nltk/test/unit/test_aline.py
  332. nltk/test/unit/test_brill.py
  333. nltk/test/unit/test_cfd_mutation.py
  334. nltk/test/unit/test_cfg2chomsky.py
  335. nltk/test/unit/test_chunk.py
  336. nltk/test/unit/test_classify.py
  337. nltk/test/unit/test_collocations.py
  338. nltk/test/unit/test_concordance.py
  339. nltk/test/unit/test_corenlp.py
  340. nltk/test/unit/test_corpora.py
  341. nltk/test/unit/test_corpus_views.py
  342. nltk/test/unit/test_data.py
  343. nltk/test/unit/test_disagreement.py
  344. nltk/test/unit/test_hmm.py
  345. nltk/test/unit/test_json2csv_corpus.py
  346. nltk/test/unit/test_naivebayes.py
  347. nltk/test/unit/test_nombank.py
  348. nltk/test/unit/test_pos_tag.py
  349. nltk/test/unit/test_rte_classify.py
  350. nltk/test/unit/test_seekable_unicode_stream_reader.py
  351. nltk/test/unit/test_senna.py
  352. nltk/test/unit/test_stem.py
  353. nltk/test/unit/test_tag.py
  354. nltk/test/unit/test_tgrep.py
  355. nltk/test/unit/test_tokenize.py
  356. nltk/test/unit/test_twitter_auth.py
  357. nltk/test/unit/test_wordnet.py
  358. nltk/test/unit/utils.py
  359. nltk/test/unit/lm/__init__.py
  360. nltk/test/unit/lm/test_counter.py
  361. nltk/test/unit/lm/test_models.py
  362. nltk/test/unit/lm/test_preprocessing.py
  363. nltk/test/unit/lm/test_vocabulary.py
  364. nltk/test/unit/translate/__init__.py
  365. nltk/test/unit/translate/test_bleu.py
  366. nltk/test/unit/translate/test_gdfa.py
  367. nltk/test/unit/translate/test_ibm1.py
  368. nltk/test/unit/translate/test_ibm2.py
  369. nltk/test/unit/translate/test_ibm3.py
  370. nltk/test/unit/translate/test_ibm4.py
  371. nltk/test/unit/translate/test_ibm5.py
  372. nltk/test/unit/translate/test_ibm_model.py
  373. nltk/test/unit/translate/test_nist.py
  374. nltk/test/unit/translate/test_stack_decoder.py
  375. nltk/tokenize/__init__.py
  376. nltk/tokenize/api.py
  377. nltk/tokenize/casual.py
  378. nltk/tokenize/mwe.py
  379. nltk/tokenize/nist.py
  380. nltk/tokenize/punkt.py
  381. nltk/tokenize/regexp.py
  382. nltk/tokenize/repp.py
  383. nltk/tokenize/sexpr.py
  384. nltk/tokenize/simple.py
  385. nltk/tokenize/sonority_sequencing.py
  386. nltk/tokenize/stanford.py
  387. nltk/tokenize/stanford_segmenter.py
  388. nltk/tokenize/texttiling.py
  389. nltk/tokenize/toktok.py
  390. nltk/tokenize/treebank.py
  391. nltk/tokenize/util.py
  392. nltk/translate/__init__.py
  393. nltk/translate/api.py
  394. nltk/translate/bleu_score.py
  395. nltk/translate/chrf_score.py
  396. nltk/translate/gale_church.py
  397. nltk/translate/gdfa.py
  398. nltk/translate/gleu_score.py
  399. nltk/translate/ibm1.py
  400. nltk/translate/ibm2.py
  401. nltk/translate/ibm3.py
  402. nltk/translate/ibm4.py
  403. nltk/translate/ibm5.py
  404. nltk/translate/ibm_model.py
  405. nltk/translate/meteor_score.py
  406. nltk/translate/metrics.py
  407. nltk/translate/nist_score.py
  408. nltk/translate/phrase_based.py
  409. nltk/translate/ribes_score.py
  410. nltk/translate/stack_decoder.py
  411. nltk/twitter/__init__.py
  412. nltk/twitter/api.py
  413. nltk/twitter/common.py
  414. nltk/twitter/twitter_demo.py
  415. nltk/twitter/twitterclient.py
  416. nltk/twitter/util.py