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

Rework grammar #6

Closed
olpa opened this issue May 22, 2020 · 1 comment
Closed

Rework grammar #6

olpa opened this issue May 22, 2020 · 1 comment
Assignees

Comments

@olpa
Copy link
Owner

olpa commented May 22, 2020

  1. Change predicates from "linguistic semantics" to "traditional grammar". Consider a parse of "mi pona":
UseCl (PredAP Mi_Pron (UseA Pona_A))

In a reworked state, it should be something like

UseCl Mi_Pron (PredAP (UseA Pona_A)))
  1. A preposition (f.e. "tawa mi") can be a predicate alone

  2. A proposition shoud be attached to a predicate, not to a sentence.

  3. The only types of predicate are: NP, VP, Pred and And

  4. forbid AP as a predicate. VP can be a predicate only if it has an object.

  5. Update "and" definition (both for verbs and nouns) to produce unique parses

@olpa olpa self-assigned this May 22, 2020
@olpa
Copy link
Owner Author

olpa commented Jun 1, 2020

d6e0be7

@olpa olpa closed this as completed Jun 1, 2020
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