Skip to content

Commit

Permalink
Updated home page to include ccg2jsgf.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael White committed Mar 16, 2015
1 parent da8eb17 commit 59b0d18
Showing 1 changed file with 28 additions and 21 deletions.
49 changes: 28 additions & 21 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,24 +51,31 @@
<a href="http://www.dfki.de/~gj/">Geert-Jan Kruijff</a>.
</p>

<p> Subsequent development efforts, led by <a
href="http://www.ling.ohio-state.edu/~mwhite/">Michael White</a>,
have focused on making the realizer practical to use in dialogue
systems, and more recently, on realization with broad coverage
grammars. See the papers on Mike's web page for details. Since
version 0.9.4, OpenCCG has included broad coverage English parsing
and realization support that together make it possible to experiment
with open domain grammatical paraphrasing. Version 0.9.5 adds
features for dependency ordering and dependency length minimization
in realization, as in <a
href="http://aclweb.org/anthology-new/D/D12/D12-1023.pdf">White and
Rajkumar (2012)</a>, along with support for using 5-gram gigaword
language models with <a
href="http://kheafield.com/code/kenlm/">KenLM</a>, and creating
disjunctive logical forms based on the differences between aligned
semantic graphs, as in <a
href="http://www.aclweb.org/anthology/W/W11/W11-1609.pdf">Martin and
White (2011)</a>. <b>(new!)</b> </p>
<p>
Subsequent development efforts, led by <a
href="http://www.ling.ohio-state.edu/~mwhite/">Michael White</a>,
have focused on making the realizer practical to use in dialogue
systems, and more recently, on realization with broad coverage
grammars. See the papers on Mike's web page for details. Since
version 0.9.4, OpenCCG has included broad coverage English parsing and
realization support that together make it possible to experiment with
open domain grammatical paraphrasing. Version 0.9.5 adds features for
dependency ordering and dependency length minimization in realization,
as in <a
href="http://aclweb.org/anthology-new/D/D12/D12-1023.pdf">White and
Rajkumar (2012)</a>, along with support for using 5-gram gigaword
language models with <a
href="http://kheafield.com/code/kenlm/">KenLM</a>, and creating
disjunctive logical forms based on the differences between aligned
semantic graphs, as in <a
href="http://www.aclweb.org/anthology/W/W11/W11-1609.pdf">Martin and
White (2011)</a>. It also includes <code>ccg2jsgf</code>, an <a
href="https://sourceforge.net/projects/openccg/files/extensions/">extension</a>
developed for Knexus Research Corporation for compiling an OpenCCG
grammar into a context-free grammar in the Java Speech Grammar Format
used by the Sphinx speech recognizer, now released open
source. <b>(new!)</b>
</p>

<p>
Also, Jason Baldridge and students at UT Austin have developed DotCCG,
Expand Down Expand Up @@ -99,8 +106,8 @@

<p>
Further development of OpenCCG has moved to
<a href="https://github.com/OpenCCG/openccg">GitHub</a>
<b>(new!)</b>, where you can get the very latest code on branch
<a href="https://github.com/OpenCCG/openccg">GitHub</a>,
where you can get the very latest code on branch
<code>master</code>; releases and binaries will continue to be posted
on SourceForge.
</p>
Expand All @@ -120,7 +127,7 @@
<HR WIDTH="100%">
<h3>
Email: mwhite at (no spam please) ling dot osu dot edu<br>
2013 April 8<br>
2015 March 16<br>
<br>
<A href="http://sourceforge.net"> <IMG src="http://sourceforge.net/sflogo.php?group_id=74993&amp;type=5" width="210" height="62" border="0" alt="SourceForge.net Logo"></A>
<br>
Expand Down

0 comments on commit 59b0d18

Please sign in to comment.