Skip to main content

Implementation of the Feng-Hirst RST Discourse Parser

Project description

README.md and README_original.md

This project is a fork of an update of the original Feng-Hirst RST parser repo. The original README.md is included as README_original.md. It is recommended to install this project as a Python package and use it that way. This should simplifiy usage significantly and make it more accessible. This README.md will focus on the current version and does not include instructions for how to run the original version.

General Information

  • This RST-style discourse parser produces discourse tree structure on full-text level, given a raw text. No prior sentence splitting or any sort of preprocessing is expected. The program runs on Linux systems.
  • The overall software work flow is similar to the one described in the paper by Feng and Hirst (ACL 2014). They removed the post-editing component from the workflow, as well as the set of entity-based transaction features from our feature set. Moreover, both structure and relation classification models are implemented using CRFSuite.

Usage

Example

See example.py for a very simple example.

More detailed usage

First instantiate the parser:

parser = DiscourseParser(
        verbose,
        skip_parsing,
        global_features,
        save_preprocessed,
        output_dir=output_dir
    )

Then parse your file to get a ParseTree:

pt = parser.parse(os.path.join(current_file_dir, 'example.txt'))

You can convert this ParseTree to a networkx graph:

G = pt.to_networkx()

Which should make it much easier to work with or to analyze the tree structure.

Additionally metrics can be extracted:

metrics = extract_metrics(G, relation_ngrams=[(1, 2), (3, 4)])

At the moment this gives you the depth of the tree, counts how often each relation occurs, and relation_ngrams can tell you how often each 'ngram' is found in the paths from the root node to all the leaf nodes.

Command-line usage and more

Refer to README_original.md for more information.

Bugs and comments

If you encounter and bugs using the program, please create an Issue on the GitHub repo.

Developers

  • Original author: Vanessa Wei Feng, Department of Computer Science, University of Toronto, Canada
  • Arne Neumann updated it to use nltk 3.4 on this github repo, and created a Dockerfile.
  • Zining Zhu updated the scripts to use Python 3.
  • Thomas Huber, Chair of Data Science and Natural Language Processing, University of St. Gallen, updated the scripts further and added the networkx functionality.

References

  • Vanessa Wei Feng and Graeme Hirst, 2014. Two-pass Discourse Segmentation with Pairing and Global Features. arXiv: 1407.8215v1. http://arxiv.org/abs/1407.8215
  • Vanessa Wei Feng and Graeme Hirst, 2014. A Linear-Time Bottom-Up Discourse Parser with Constraints and Post-Editing. In Proceedings of the 52th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies (ACL-2014), Baltimore, USA. http://aclweb.org/anthology/P14-1048

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

feng_hirst_rst_parser-0.1.0.tar.gz (53.3 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

feng_hirst_rst_parser-0.1.0-py3-none-any.whl (53.8 MB view details)

Uploaded Python 3

File details

Details for the file feng_hirst_rst_parser-0.1.0.tar.gz.

File metadata

  • Download URL: feng_hirst_rst_parser-0.1.0.tar.gz
  • Upload date:
  • Size: 53.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.10

File hashes

Hashes for feng_hirst_rst_parser-0.1.0.tar.gz
Algorithm Hash digest
SHA256 c3522880170ca4106d3fe5642b8e40db7af542d86fb48b7679d515f29376b84d
MD5 bc64ab6c1c6fcc416939c74edd1ac944
BLAKE2b-256 c8444f054d04188a5fecf5b90108c5e5d43f5b934041065af49dcf352ec3a190

See more details on using hashes here.

File details

Details for the file feng_hirst_rst_parser-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for feng_hirst_rst_parser-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 93296e2f5b3bd2e69b5c6b553df43b378f3e2b0115f12673aeb6c58524b481c0
MD5 3abfd1ed3bd2a2882cced53ccbc4cb9e
BLAKE2b-256 8968d06830c0dd070609e3421cfd8391789920086a935d189b3dee5022c1baf2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page