-
Notifications
You must be signed in to change notification settings - Fork 6
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
Validate for nouny features on verby morphology #623
Comments
I see there are code snippets in the lexicon.py that implemented this validation:
If PNG features are specified on verb, adj, or cop, it shows an error message. This logic can also apply to aux, but a comment says, "lap: 1/5/11 removed aux to get rid of overzealous validation." However, I think PNG features cannot apply to auxiliary, so we should block it as well? Also, should we add 'case' into index_features other than PNG? |
Yes, I suspect that whatever was "overzealous" back then isn't anymore. (Though maybe we'll find out!) Where else is the variable index_features used? It's not correct to call CASE an |
I got it! I will add aux back to the checklist. The variable |
Sounds good! |
This issue can be closed :) |
We should give validation warnings (at least) when the user tries to say that "person = 3rd" on a verb or auxiliary.
The text was updated successfully, but these errors were encountered: