-
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
Defined symbols in the symbol definition area #3
base: master
Are you sure you want to change the base?
Conversation
<sdef n="rel" c="Relative"/> | ||
<sdef n="nn" c="Inanimate"/> | ||
<sdef n="an" c="Animate or inanimate "/> | ||
<sdef n="aa" c="Animate"//> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ending slash doubled
<sdef n="nt" c="Neuter"/> | ||
<sdef n="vbser" c="Verb "to be""/> | ||
<sdef n="vbhaver" c="Verb "to have""/> | ||
<sdef n="vblex" c="Standard ("lexical") verb"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can't have double quotes ("
) in XML attributes, switch to single quotes ('
)
<sdef n="inf"/> | ||
<sdef n="infps"/> | ||
<sdef n="ger"/> | ||
<sdef n="acr" c="Acronym"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you have the spacing either be a single space or have all the definitions aligned?
<sdef n="cnjadv" c="Conjunctive adverb"/> | ||
<sdef n="nt" c="Neuter"/> | ||
<sdef n="vbser" c="Verb 'to be'/> | ||
<sdef n="vbhaver" c="Verb 'to have'/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these two need final double quotes
<sdef n="fts" c="Future subjunctive "/> | ||
<sdef n="imp" c="Imperative"/> | ||
<sdef n="pos" c="Possessive"/> | ||
<sdef n="sp" c="Singular or plural "/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
trailing space
<sdef n="cni" c="Conditional"/> | ||
<sdef n="prs" c="Present subjunctive"/> | ||
<sdef n="pis" c="Imperfect subjunctive"/> | ||
<sdef n="fts" c="Future subjunctive "/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
trailing space
No description provided.