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

read_grammatical_expressions will fail on grammars with lambda expressions #60

Open
Ashvin-Ranjan opened this issue Feb 14, 2025 · 0 comments

Comments

@Ashvin-Ranjan
Copy link
Contributor

Grammars which use lambda expressions in some rules (such as the kinship grammar) will not load when read_grammatical_expressions is called upon their YAML file, with the error being that yaml.load cannot find [grammar name].<lambda>. It might be good to find a way to store these lambdas as removing them will cause load times to be increase as certain Meanings will need to be recomputed.

@Ashvin-Ranjan Ashvin-Ranjan changed the title read_grammatical_expressions will fail on grammars with lambda expessions read_grammatical_expressions will fail on grammars with lambda expressions Feb 14, 2025
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

1 participant