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

Get Phrases Done for Sentence Builder #19

Open
7 of 12 tasks
Tracked by #3
aaron-jencks opened this issue Jan 14, 2022 · 0 comments
Open
7 of 12 tasks
Tracked by #3

Get Phrases Done for Sentence Builder #19

aaron-jencks opened this issue Jan 14, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@aaron-jencks
Copy link
Owner

aaron-jencks commented Jan 14, 2022

AdjP: (Adj|Participle V)
NP: (AdjP NP|Det AdjP NP|Det NP|N|Gerund/Participle V|NP Conj NP|NP PrepP|NP Relative Clause) Determiner always comes firt
VP: (Modal Main Participle*|Main Participle*|Main) Modal always comes first, Main verb + participle is auxiliary
PrepP: (Prep NP) Preposition always comes first
Relative Clause: (Pronoun (NP VP|VP NP)) Relative Pronoun always comes first
Clause: (NP VP NP AdvP|VP NP NP AdvP|NP NP VP AdvP) AdvP location if free
AdvP: (Adv AdjP|AdjP Adv|Adv VP|VP Adv|Adv)

@aaron-jencks aaron-jencks added the enhancement New feature or request label Jan 14, 2022
@aaron-jencks aaron-jencks self-assigned this Jan 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant