Difference between revisions of "Combinatory Categorial Grammar"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
== Software == | == Software == | ||
+ | |||
+ | === OpenCCG: The OpenNLP library === | ||
+ | |||
+ | [http://openccg.sourceforge.net OpenCCG], the [http://opennlp.sf.net OpenNLP] CCG Library, | ||
+ | is an open source natural language processing library written in | ||
+ | Java, which provides parsing and realization services based on Mark Steedman's | ||
+ | 's Combinatory Categorial Grammar (CCG) formalism. | ||
== CCGbank == | == CCGbank == |
Revision as of 14:31, 6 August 2008
Introduction
Combinatory Categorial Grammar (CCG) is an efficiently parseable, yet linguistically expressive grammar formalism. It has a completely transparent interface between surface syntax and underlying semantic representation, including predicate-argument structure, quantification and information structure.
Software
OpenCCG: The OpenNLP library
OpenCCG, the OpenNLP CCG Library, is an open source natural language processing library written in Java, which provides parsing and realization services based on Mark Steedman's 's Combinatory Categorial Grammar (CCG) formalism.