Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CCG Parse and Derivations #34

Open
jkallini opened this issue Oct 26, 2020 · 3 comments
Open

CCG Parse and Derivations #34

jkallini opened this issue Oct 26, 2020 · 3 comments

Comments

@jkallini
Copy link

Is there a way to see the CCG tree/parse structure, and possibly the combinatory rules used to derive a parse?

@mwhite14850
Copy link
Member

mwhite14850 commented Oct 26, 2020 via email

@jkallini
Copy link
Author

Thank you for the quick response!

Is there a way to accomplish this for novel text using the pre-trained models? I have been following the instructions inccgbank_README. I downloaded english-models.2013-03-15.tgz and successfully extracted the models, and I have installed the Stanford Core NLP tools. However, when I run

ccg-build -f build-ps.xml test-novel &> logs/log.ps.test.novel &

a new directory is made (data/novel/two-sents.dir/) but no testbed file is generated. I realized that I can run tccg with the :derivs option on the extracted grammar that is produced when running the above command, but that would eliminate the nice text preprocessing offered by the Stanford Core NLP tools.

@mwhite14850
Copy link
Member

mwhite14850 commented Oct 27, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants