METADATA 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. Metadata-Version: 2.1
  2. Name: nltk
  3. Version: 3.5
  4. Summary: Natural Language Toolkit
  5. Home-page: http://nltk.org/
  6. Author: Steven Bird
  7. Author-email: stevenbird1@gmail.com
  8. Maintainer: Steven Bird
  9. Maintainer-email: stevenbird1@gmail.com
  10. License: Apache License, Version 2.0
  11. Keywords: NLP,CL,natural language processing,computational linguistics,parsing,tagging,tokenizing,syntax,linguistics,language,natural language,text analytics
  12. Platform: UNKNOWN
  13. Classifier: Development Status :: 5 - Production/Stable
  14. Classifier: Intended Audience :: Developers
  15. Classifier: Intended Audience :: Education
  16. Classifier: Intended Audience :: Information Technology
  17. Classifier: Intended Audience :: Science/Research
  18. Classifier: License :: OSI Approved :: Apache Software License
  19. Classifier: Operating System :: OS Independent
  20. Classifier: Programming Language :: Python :: 3.5
  21. Classifier: Programming Language :: Python :: 3.6
  22. Classifier: Programming Language :: Python :: 3.7
  23. Classifier: Programming Language :: Python :: 3.8
  24. Classifier: Topic :: Scientific/Engineering
  25. Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
  26. Classifier: Topic :: Scientific/Engineering :: Human Machine Interfaces
  27. Classifier: Topic :: Scientific/Engineering :: Information Analysis
  28. Classifier: Topic :: Text Processing
  29. Classifier: Topic :: Text Processing :: Filters
  30. Classifier: Topic :: Text Processing :: General
  31. Classifier: Topic :: Text Processing :: Indexing
  32. Classifier: Topic :: Text Processing :: Linguistic
  33. Requires-Dist: click
  34. Requires-Dist: joblib
  35. Requires-Dist: regex
  36. Requires-Dist: tqdm
  37. Provides-Extra: all
  38. Requires-Dist: pyparsing ; extra == 'all'
  39. Requires-Dist: twython ; extra == 'all'
  40. Requires-Dist: scikit-learn ; extra == 'all'
  41. Requires-Dist: scipy ; extra == 'all'
  42. Requires-Dist: matplotlib ; extra == 'all'
  43. Requires-Dist: requests ; extra == 'all'
  44. Requires-Dist: gensim ; extra == 'all'
  45. Requires-Dist: python-crfsuite ; extra == 'all'
  46. Requires-Dist: numpy ; extra == 'all'
  47. Provides-Extra: corenlp
  48. Requires-Dist: requests ; extra == 'corenlp'
  49. Provides-Extra: machine_learning
  50. Requires-Dist: gensim ; extra == 'machine_learning'
  51. Requires-Dist: numpy ; extra == 'machine_learning'
  52. Requires-Dist: python-crfsuite ; extra == 'machine_learning'
  53. Requires-Dist: scikit-learn ; extra == 'machine_learning'
  54. Requires-Dist: scipy ; extra == 'machine_learning'
  55. Provides-Extra: plot
  56. Requires-Dist: matplotlib ; extra == 'plot'
  57. Provides-Extra: tgrep
  58. Requires-Dist: pyparsing ; extra == 'tgrep'
  59. Provides-Extra: twitter
  60. Requires-Dist: twython ; extra == 'twitter'
  61. The Natural Language Toolkit (NLTK) is a Python package for
  62. natural language processing. NLTK requires Python 3.5, 3.6, 3.7, or 3.8.