You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Ashvin-Ranjan
changed the title
read_grammatical_expressions will fail on grammars with lambda expessionsread_grammatical_expressions will fail on grammars with lambda expressions
Feb 14, 2025
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 thatyaml.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.The text was updated successfully, but these errors were encountered: