opener-constituent-parser-de 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +41 -0
  3. data/bin/constituent-parser-de +8 -0
  4. data/core/convert_penn_to_kaf.py +127 -0
  5. data/core/site-packages/pre_build/VUKafParserPy-1.0-py2.7.egg-info/PKG-INFO +10 -0
  6. data/core/site-packages/pre_build/VUKafParserPy-1.0-py2.7.egg-info/SOURCES.txt +7 -0
  7. data/core/site-packages/pre_build/VUKafParserPy-1.0-py2.7.egg-info/dependency_links.txt +1 -0
  8. data/core/site-packages/pre_build/VUKafParserPy-1.0-py2.7.egg-info/installed-files.txt +11 -0
  9. data/core/site-packages/pre_build/VUKafParserPy-1.0-py2.7.egg-info/top_level.txt +1 -0
  10. data/core/site-packages/pre_build/VUKafParserPy/KafDataObjectsMod.py +161 -0
  11. data/core/site-packages/pre_build/VUKafParserPy/KafParserMod.py +326 -0
  12. data/core/site-packages/pre_build/VUKafParserPy/__init__.py +7 -0
  13. data/core/site-packages/pre_build/VUSentimentLexicon-1.0-py2.7.egg-info/PKG-INFO +10 -0
  14. data/core/site-packages/pre_build/VUSentimentLexicon-1.0-py2.7.egg-info/SOURCES.txt +6 -0
  15. data/core/site-packages/pre_build/VUSentimentLexicon-1.0-py2.7.egg-info/dependency_links.txt +1 -0
  16. data/core/site-packages/pre_build/VUSentimentLexicon-1.0-py2.7.egg-info/installed-files.txt +19 -0
  17. data/core/site-packages/pre_build/VUSentimentLexicon-1.0-py2.7.egg-info/top_level.txt +1 -0
  18. data/core/site-packages/pre_build/VUSentimentLexicon/DE-lexicon/Sentiment-German-HotelDomain.xml +12847 -0
  19. data/core/site-packages/pre_build/VUSentimentLexicon/DE-lexicon/germanLex.txt +8883 -0
  20. data/core/site-packages/pre_build/VUSentimentLexicon/EN-lexicon/Sentiment-English-HotelDomain.xml +28197 -0
  21. data/core/site-packages/pre_build/VUSentimentLexicon/EN-lexicon/Sentiment-English-general.xml +73998 -0
  22. data/core/site-packages/pre_build/VUSentimentLexicon/ES-lexicon/es-sentiment_lexicon.lmf +106035 -0
  23. data/core/site-packages/pre_build/VUSentimentLexicon/FR-lexicon/fr-sentiment_lexicon-old.lmf +232008 -0
  24. data/core/site-packages/pre_build/VUSentimentLexicon/FR-lexicon/fr-sentiment_lexicon.lmf +141651 -0
  25. data/core/site-packages/pre_build/VUSentimentLexicon/IT-lexicon/it-sentiment_lexicon.lmf +200790 -0
  26. data/core/site-packages/pre_build/VUSentimentLexicon/LexiconMod.py +137 -0
  27. data/core/site-packages/pre_build/VUSentimentLexicon/NL-lexicon/Sentiment-Dutch-HotelDomain.xml +15007 -0
  28. data/core/site-packages/pre_build/VUSentimentLexicon/NL-lexicon/Sentiment-Dutch-general.xml +83143 -0
  29. data/core/site-packages/pre_build/VUSentimentLexicon/__init__.py +5 -0
  30. data/core/stanford_parser_de.py +142 -0
  31. data/core/tree.py +1438 -0
  32. data/core/vendor/stanford-parser/stanford-parser-2.0.5-models.jar +0 -0
  33. data/core/vendor/stanford-parser/stanford-parser.jar +0 -0
  34. data/ext/hack/Rakefile +13 -0
  35. data/ext/hack/support.rb +50 -0
  36. data/lib/opener/constituent_parsers/de.rb +100 -0
  37. data/lib/opener/constituent_parsers/de/version.rb +7 -0
  38. data/opener-constituent-parser-de.gemspec +34 -0
  39. data/pre_build_requirements.txt +1 -0
  40. data/pre_install_requirements.txt +1 -0
  41. metadata +139 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the gem file manually.