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

62 lines
2.6 KiB

4 years ago
  1. Metadata-Version: 2.1
  2. Name: nltk
  3. Version: 3.4.1
  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 :: 2.7
  21. Classifier: Programming Language :: Python :: 3.5
  22. Classifier: Programming Language :: Python :: 3.6
  23. Classifier: Programming Language :: Python :: 3.7
  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: six
  34. Requires-Dist: singledispatch ; python_version < "3.4"
  35. Provides-Extra: all
  36. Requires-Dist: pyparsing ; extra == 'all'
  37. Requires-Dist: twython ; extra == 'all'
  38. Requires-Dist: scipy ; extra == 'all'
  39. Requires-Dist: numpy ; extra == 'all'
  40. Requires-Dist: requests ; extra == 'all'
  41. Requires-Dist: python-crfsuite ; extra == 'all'
  42. Requires-Dist: scikit-learn ; extra == 'all'
  43. Requires-Dist: matplotlib ; extra == 'all'
  44. Requires-Dist: gensim ; extra == 'all'
  45. Provides-Extra: corenlp
  46. Requires-Dist: requests ; extra == 'corenlp'
  47. Provides-Extra: machine_learning
  48. Requires-Dist: gensim ; extra == 'machine_learning'
  49. Requires-Dist: numpy ; extra == 'machine_learning'
  50. Requires-Dist: python-crfsuite ; extra == 'machine_learning'
  51. Requires-Dist: scikit-learn ; extra == 'machine_learning'
  52. Requires-Dist: scipy ; extra == 'machine_learning'
  53. Provides-Extra: plot
  54. Requires-Dist: matplotlib ; extra == 'plot'
  55. Provides-Extra: tgrep
  56. Requires-Dist: pyparsing ; extra == 'tgrep'
  57. Provides-Extra: twitter
  58. Requires-Dist: twython ; extra == 'twitter'
  59. The Natural Language Toolkit (NLTK) is a Python package for
  60. natural language processing. NLTK requires Python 2.7, 3.5, 3.6, or 3.7.