Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enabled parallel processing of simplification. #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

schlevik
Copy link

@schlevik schlevik commented Aug 9, 2019

  • Decoupled instances of DiscourseSimplifier and (the stateful instances of) DiscourseTreeCreator and DiscourseExtractor.

  • DiscourseTreeCreator and DiscourseExtractor are now created and used only once for every Simplfication.

  • Refactored the config parsing procedure to produce the list of rules and ignored relations outside of the constructor. This way it only needs to be called once in the beginning.

* Decoupled instances of DiscourseSimplifier and (the stateful instances of) DiscourseTreeCreator and DiscourseExtractor.

* DiscourseTreeCreator and DiscourseExtractor are now created and used only once for every Simplfication.

* Refactored the config parsing procedure to produce the list of rules and ignored relations outside of the constructor. This way it only needs to be called once in the beginning.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant