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

arg-comp auxiliaries constrain REST of COMPS list to be aux-minus-list #718

Open
emilymbender opened this issue Mar 7, 2024 · 0 comments
Labels
bug Something isn't working Customization

Comments

@emilymbender
Copy link
Contributor

The argument composition auxiliaries continue to make generation difficult. One thing that could help some (provided we aren't abandoning this analysis for the more efficient one) is to make the REST of the COMPS list be aux-minus-list:

aux-minus-list := list.
aux-minus-cons := aux-minus-list & cons &
  [ FIRST [ LOCAL.CAT.HEAD.AUX - ],
    REST  aux-minus-list ].
aux-minus-null := aux-minus-list & null.

There probably also need to be mutual subtypes between aux-minus-cons and ocons / aux-minus-null and onull, too.

@emilymbender emilymbender added bug Something isn't working Customization labels Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Customization
Projects
None yet
Development

No branches or pull requests

1 participant