We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
aaron-jencks
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: