-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add clause types? #10
Comments
One approach is described in https://github.com/nert-nlp/cgel/blob/main/datasets/twitter_parsed/README.md#clause-types with heuristics in https://github.com/nert-nlp/cgel/blob/main/clausetype.py. The main features are Another way to carve things up would be to borrow the |
I see no benefit of including the finite/non-finite distinction. Also, I don't see a need for fragments. A conditional fragment, for instance, is just a PP. There's no need for clause to be the top node. Similarly, a verbless directive like on to the next step is just a PP. The parallel structure ones might be worth a label, but I'd put them In with the nonce constructions. I don't want to call them clauses. |
Fragments: What do you propose we do for conversational sentences/utterances where some material that would normally complete the clause is omitted? One example is pro-drop: "Kinda want to...", "Got any ideas?". Or: "Back in a minute" where both the subject and verb are understood but the two overt phrases don't form a standard constituent on their own. I tentatively marked those as fragments in combination with the clause type that is understood (Decl or ClosedInt). But perhaps this notion of fragment is really an utterance-level rather than clause-level phenomenon. |
Yes, utterance level. |
CGEL defines categories of clauses not reflected in the trees. I will attempt to summarize them here.
Would it be worth adding these subtypes in the trees? I bet it could be done with rules. (Not suggesting we do this right now, leaving this note to consider later)
Top level of the taxonomy
Here are the subtypes of main clauses, some of which are also subtypes of content clauses ([+content]):
Main clauses: Major types
advcl
in UD.Main clauses: Minor types (pp. 944–945)
Also
We would presumably need
for corpus sentences that are not complete grammatical utterances.
The text was updated successfully, but these errors were encountered: