discourse-parsing | Fast Rhetorical Structure Theory Discourse Parser
kandi X-RAY | discourse-parsing Summary
kandi X-RAY | discourse-parsing Summary
discourse-parsing is a Python library. discourse-parsing has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. You can download it from GitHub.
This repository contains code for a shift-reduce discourse parser based on rhetorical structure theory. A detailed system description can be found at
This repository contains code for a shift-reduce discourse parser based on rhetorical structure theory. A detailed system description can be found at
Support
Quality
Security
License
Reuse
Support
discourse-parsing has a low active ecosystem.
It has 76 star(s) with 18 fork(s). There are 25 watchers for this library.
It had no major release in the last 12 months.
There are 17 open issues and 21 have been closed. On average issues are closed in 222 days. There are 2 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of discourse-parsing is 0.2.1
Quality
discourse-parsing has 0 bugs and 0 code smells.
Security
discourse-parsing has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
discourse-parsing code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
discourse-parsing is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
discourse-parsing releases are available to install and integrate.
Build file is available. You can build the component from source.
Installation instructions, examples and code snippets are available.
discourse-parsing saves you 1170 person hours of effort in developing the same functionality from scratch.
It has 2640 lines of code, 95 functions and 29 files.
It has high code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of discourse-parsing
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of discourse-parsing
discourse-parsing Key Features
No Key Features are available at this moment for discourse-parsing.
discourse-parsing Examples and Code Snippets
No Code Snippets are available at this moment for discourse-parsing.
Community Discussions
No Community Discussions are available at this moment for discourse-parsing.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install discourse-parsing
This code requires python 3. I currently use 3.3.5. This repository is pip-installable. To make it work properly, I recommend running pip install -e . to set it up. This will make a local, editable copy in your python environment. See requirements.txt for a list of the prerequisite packages. In addition, you may have to install a few NLTK models using nltk.download() in python (specifically, punkt and, at least for now, the maxent POS tagger). Additionally, the syntactic parsing code must be set up to use ZPar. The simplest but least efficient way is to put the ZPar distribution (version 0.6) in a subdirectory zpar (or symbolic link) in the current working directory, along with the English models in a subdirectory zpar/english. For efficiency, a better method is to use the python-zpar wrapper, which is currently available at https://github.com/EducationalTestingService/python-zpar or https://pypi.python.org/pypi/python-zpar/. To set this up, run make and then either a) set an environment variable ZPAR_LIBRARY_DIR equal to the directory where zpar.so is created (e.g., /Users/USER1/python-zpar/dist) to run ZPar as part of the discourse parser, or b) start a separate server using python-zpar’s zpar_server. Finally, CRF++ (version 0.58) should be installed, and its bin directory should be added to your PATH environment variable. See http://taku910.github.io/crfpp/.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page