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

Gen for clitics at different levels #532

Open
nkalivoda opened this issue Dec 7, 2020 · 3 comments
Open

Gen for clitics at different levels #532

nkalivoda opened this issue Dec 7, 2020 · 3 comments

Comments

@nkalivoda
Copy link
Contributor

It would be cool to have a Gen option that allowed us to explore Selkirk's distinctions among clitics. For every clitic σ in the output, Gen would either

  1. parse it directly into ι (assuming [–Exh])
  2. parse it directly into φ (assuming [–Exh])
  3. right-adjoin it to a preceding ω (assuming [–NonRec])
  4. left-adjoin it to a following ω (assuming [–NonRec])
  5. parse it as part of a minimal ω with the terminal to its left (violating Match(X⁰,ω))
  6. or parse it as part of a minimal ω with the terminal to its right (violating Match(X⁰,ω))

Assuming an input [x C.clitic y], this would give us:

  1. {...C.syll...}
  2. (...C.syll...)
  3. ...[x C.syll]...
  4. ...[C.syll y]...
  5. ...xC...
  6. ...Cy...

5 and 6 here are not like anything we've dealt with before. And we'd have to think a bit more about how this would work in structures with multiple clitics.

@jbellik
Copy link
Contributor

jbellik commented Dec 7, 2020 via email

@nkalivoda
Copy link
Contributor Author

nkalivoda commented Dec 8, 2020

Yes, I think any version of it, even highly specific, could be useful. What do you mean by "that only handled clitics"? I think the interest would be in seeing how a clitic terminal interacted with words on either side. I've been thinking about trying to define systems based on Selkirk (1996) where the input terminal strings are just "x0 C.clitic", "C.clitic x0", and "x0 C.clitic x0", with different syntaxes on top, to see which way the clitic leans and at which level. (If I ever do this, it would be easy to generate the candidates by hand.)

@nkalivoda
Copy link
Contributor Author

To throw in yet another complication, it would also be interesting if the clitic itself could be promoted to an independent ω: [C.syl].

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

No branches or pull requests

2 participants