OpenCCG / openccg

OpenCCG library for parsing and realization with CCG
http://openccg.sourceforge.net/
Other
205 stars 45 forks source link

Does the library generates paraphrases from the sentence itself or from a paraphrase DB? Please answer me as it is urgent. #8

Closed JafferWilson closed 7 years ago

mwhite14850 commented 7 years ago

At present there is no off-the-shelf integration with an external paraphrase DB

JafferWilson commented 7 years ago

So does it generate the paraphrases itself? or I need to prepare paraphrase by myself and give it to the model for suggesting one. This will be hectic and not possible with my case. If your repository creates paraphrases on it own using the sentence, then it will be worth using the OpenCCG and I will cite in my project too. Kindly let me know your thoughts.

mwhite14850 commented 7 years ago

This paper may help clarify what the library can do: it can generate some syntactic paraphrases on its own by chaining parsing and realization, while others require rewriting the semantic dependency graph that results from parsing; integrating lexical paraphrases could be done in a variety of ways in principle but there is no built-in way to do so.

JafferWilson commented 7 years ago

Thank you for your insights.