OpenCCG

Getting Started With Openccg

OpenCCG is a Java library which can handle both parsing and generation. I've mostly used it for surface realization, converting fairly syntactic meaning representations into a natural language text, but you can use it for parsing or for generation from higher-level semantic representations if you'd like. This tutorial is intended to help you: Start exploring OpenCCG with the tccg utility. If you haven't installed OpenCCG yet, see the first post on Installing OpenCCG first.

Installing Openccg

Installing OpenCCG can seem intimidating, but it's not so bad, really. Here I've tried to reduce the README to the necessary details while providing a little bit of extra explanation when it seemed helpful.

From OpenCCG to AI Planning: Detecting Infeasible Edges in Sentence Generation

The search space in grammar-based natural language generation tasks can get very large, which is particularly problematic when generating long utterances or paragraphs. Using surface realization with OpenCCG as an example, we show that we can …