LICENSE_details.txt 1001 B

123456789101112131415161718192021222324252627282930
  1. The python libraries (and their licenses) that we are explicitly depending on,
  2. are the following ones,
  3. - nltk (Apache License)
  4. - numpy (BSD)
  5. - scipy (BSD)
  6. - scikit-learn (BSD)
  7. - mock (BSD)
  8. - docopt (MIT)
  9. - future (MIT)
  10. - appdirs (MIT)
  11. - wget (Public Domain)
  12. - colorama (BSD)
  13. - featureforge (BSD)
  14. The development tools we are using:
  15. - nose (LGPL)
  16. - factory-boy (MIT)
  17. Additionally, in order to be able to create your own iepy-ready corpus with our
  18. preprocessing tools, you'll need to download the following things that are not
  19. provided by this software
  20. - punkt tokenizer (acquirable with the NLTK downloader or the
  21. download_third_party_data script)
  22. - wordnet (acquirable with the NLTK downloader or the
  23. download_third_party_data script)
  24. - GPL Stanford CoreNLP (acquirable with download_third_party_data script)
  25. - GPL Stanford Spanish Models (acquirable with download_third_party_data script)