DiscourseSimplification icon indicating copy to clipboard operation
DiscourseSimplification copied to clipboard

Extension of the SentenceSimplification project

Results 3 DiscourseSimplification issues
Sort by recently updated
recently updated
newest added

Thanks for sharing your great work, which helps a lot! I am having problems recovering the tree structure from the output file, how do I get the tree structure in...

Is there any major difference in performance or what is predicted by using whole vs separate?

* 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...