-
Notifications
You must be signed in to change notification settings - Fork 0
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
Omitting label for conjunction role #10
Comments
If I understand correctly, this relates to #9 in that requiring all lines to have a label obviates the need to distinguish labels with a prefix. |
Exactly. I'm writing a parser, and want to make sure that we have the ability to improve the language any way we need to. Tricky corners of parsing can come back to bite us, so keeping that clean is probably a good idea. |
I don't understand all of the implications for writing a parser (but that's okay - I don't have to write one!), but I like the consistency that would come from having everything labeled, even the conjunctions. |
So far in all the treedowning I've done, I've omitted the But I'm also okay with explicitly putting in the |
Note that #3 has a bare τῶν in the examples without a label too. |
Currently, we allow the label to be omitted for the conjunction role. This is a convenient non-orthogonality. Should we require it? If we do, then instead of this:
we would require a label like
cj
before each conjunction:This is a tradeoff between figure/ground for the reader and explicitness and ease of parsing.
Syntax highlighting can and should be used to keep the text more prominent.
The text was updated successfully, but these errors were encountered: