OpenCCG / openccg

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

missing file for visccg #1

Closed davidogbodfog closed 10 years ago

davidogbodfog commented 10 years ago

I was trying to play with visccg, but I noticed bin/ccg2xml.py is missing from the current version. I downloaded openccg v 0.9.1 from sourceforge and copied it over.

I'm not sure which library yacc and lex are being imported from, but I'm on ubuntu and hoping the authors are using something compatible with ply from apt-get. For now I replaced the lex and yacc imports in ccg2xml.py line 40 with: import ply.lex as lex import ply.yacc as yacc

The GUI comes up now, I haven't used it for anything yet, I'll follow up if ply doesn't work and I figure out what does.

mwhite14850 commented 10 years ago

Hello David

Thanks for your note. We've had some trouble slimming the release down to the source, but in this case I believe the missing files should appear in openccg/bin after compiling from source (per "Building the system from source" in the readme), which includes a compile-ccg2xml step.

Mike

On Tue, May 20, 2014 at 3:54 PM, David Cohen notifications@github.comwrote:

I was trying to play with visccg, but I noticed bin/ccg2xml.py is missing from the current version. I downloaded openccg v 0.9.1 from sourceforge and copied it over.

I'm not sure which library yacc and lex are being imported from, but I'm on ubuntu and hoping the authors are using something compatible with ply from apt-get. For now I replaced the lex and yacc imports in ccg2xml.py line 40 with: import ply.lex as lex import ply.yacc as yacc

The GUI comes up now, I haven't used it for anything yet, I'll follow up if ply doesn't work and I figure out what does.

  • David david.cohen@sv.cmu.edu

— Reply to this email directly or view it on GitHubhttps://github.com/OpenCCG/openccg/issues/1 .