Sentence-Simplification-ACL14
Sentence-Simplification-ACL14 copied to clipboard
State-of-the-art Supervised Sentence Simplification System from ACL 2014
Goodmorning, me and my team are trying to create concept maps from texts and we would like to find a reliable splitter. Is there a simple guide to set up...
@shashiongithub I have the corpora for PWKP complex sentences, also boxer v1.0 installed. How do I get boxer output (XML format) of the complex sentences? is there any guideline for...
The transformation parameters are set by default to "split:drop-ood:drop-rel:drop-mod" in line [38](https://github.com/shashiongithub/Sentence-Simplification-ACL14/blob/8c963ca1eaf1c69bbb06428cde6811b9c7a62bb9/start_learning_training_models.py#L38) of start_learning_training_models.py file. My model trains ok, but when applying it to simplify complex sentences it crashes because...
In the [training file at line 66](https://github.com/shashiongithub/Sentence-Simplification-ACL14/blob/master/start_learning_training_models.py#L66) you are providing as argument language model information in Moses format, however you are not proving details on how to train this model....
Hi, It'll be great if you could tell me which steps should I take in order to run this software on the first time. I've cloned the code and I...
where is the boxer ? http://svn.ask.it.usyd.edu.au/trac/candc/wiki/boxer is unavilibale
I am trying to satisfy your requirements. Kindly let me know where I can find the Boxer corpora as mentioned in your Read.Me file. Also I would like to know...
Can someone share the pre-trained model?