python3-nltk_3.9.2.bb 742 B

123456789101112131415161718192021222324
  1. SUMMARY = "Natural Language Toolkit"
  2. DESCRIPTION = "NLTK is a leading platform for building Python programs to work \
  3. with human language data. It provides easy-to-use interfaces to \
  4. over 50 corpora and lexical resources such as WordNet"
  5. HOMEPAGE = "https://www.nltk.org"
  6. BUGTRACKER = "https://github.com/nltk/nltk/issues"
  7. LICENSE = "Apache-2.0"
  8. LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
  9. RDEPENDS:${PN} = "\
  10. python3-click \
  11. python3-joblib \
  12. python3-tqdm \
  13. python3-regex \
  14. python3-xmlschema \
  15. "
  16. RRECOMMENDS:${PN} = "\
  17. python3-numpy \
  18. "
  19. inherit setuptools3 pypi
  20. SRC_URI[sha256sum] = "0f409e9b069ca4177c1903c3e843eef90c7e92992fa4931ae607da6de49e1419"