Search code examples
nlpnlg

Document Planning and MicroPlanning to build NLG Model using SimpleNLG


I am trying to build an NLG Model which would be domain specific. I came across SimpleNLG which I think is a good starting point but looks like it only supports Realisation and not "Document Planning and Micro Planning" as specified in the link below: https://code.google.com/p/simplenlg/wiki/AppendixA

Can anyone point me some links to get started to build an NLG Model, mainly on how to do Document and Micro Planning?

Thanks in advance!


Solution

  • You may also want to take a look at OpenCCG (http://openccg.sourceforge.net/). Depending on the hand-crafted ontology (that you have to provide) you may be able to specify the structure in terms of that ontology which could serve the purpose of the micro-planning step from the Dale&Reiter's paper.