-
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?
Changes from all commits
c4a37c6
2027e93
f278d64
5ef6d66
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,78 +2,78 @@ | |
<dictionary> | ||
<alphabet>ÀÁÂÃÄÇÈÉÊËÌÍÎÏÑÒÓÔÕÖÙÚÛÜàáâãäçèéêëìíîïñòóôõöùúûüABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz</alphabet> | ||
<sdefs> | ||
<sdef n="acr"/> | ||
<sdef n="predet"/> | ||
<sdef n="detnt"/> | ||
<sdef n="loc"/> | ||
<sdef n="ant"/> | ||
<sdef n="al"/> | ||
<sdef n="atn"/> | ||
<sdef n="enc"/> | ||
<sdef n="pro"/> | ||
<sdef n="ND"/> | ||
<sdef n="GD"/> | ||
<sdef n="tn"/> | ||
<sdef n="n"/> | ||
<sdef n="np"/> | ||
<sdef n="adj"/> | ||
<sdef n="f"/> | ||
<sdef n="m"/> | ||
<sdef n="mf"/> | ||
<sdef n="sg"/> | ||
<sdef n="pl"/> | ||
<sdef n="adv"/> | ||
<sdef n="preadv"/> | ||
<sdef n="pr"/> | ||
<sdef n="prn"/> | ||
<sdef n="rel"/> | ||
<sdef n="nn"/> | ||
<sdef n="an"/> | ||
<sdef n="aa"/> | ||
<sdef n="ind"/> | ||
<sdef n="itg"/> | ||
<sdef n="det"/> | ||
<sdef n="dem"/> | ||
<sdef n="def"/> | ||
<sdef n="cnjcoo"/> | ||
<sdef n="cnjsub"/> | ||
<sdef n="cnjadv"/> | ||
<sdef n="nt"/> | ||
<sdef n="vbser"/> | ||
<sdef n="vbhaver"/> | ||
<sdef n="vblex"/> | ||
<sdef n="vbmod"/> | ||
<sdef n="inf"/> | ||
<sdef n="infps"/> | ||
<sdef n="ger"/> | ||
<sdef n="acr" c="Acronym"/> | ||
<sdef n="predet" c="Pre determiner"/> | ||
<sdef n="detnt" c="Neuter determiner"/> | ||
<sdef n="loc" c="Locative"/> | ||
<sdef n="ant" c="Anthroponym"/> | ||
<sdef n="al" c="Altres"/> | ||
<sdef n="atn" c="Atónico"/> | ||
<sdef n="enc" c="Enclitic"/> | ||
<sdef n="pro" c="Proclitic"/> | ||
<sdef n="ND" c="Number to be determined"/> | ||
<sdef n="GD" c="Gender to be determined"/> | ||
<sdef n="tn" c="Tónico"/> | ||
<sdef n="n" c="Noun"/> | ||
<sdef n="np" c="Proper noun"/> | ||
<sdef n="adj" c="Adjective"/> | ||
<sdef n="f" c="Feminine"/> | ||
<sdef n="m" c="Masculine"/> | ||
<sdef n="mf" c="Masculine or feminine"/> | ||
<sdef n="sg" c="Singular"/> | ||
<sdef n="pl" c="Plural"/> | ||
<sdef n="adv" c="Adverb"/> | ||
<sdef n="preadv" c="Pre-adverb"/> | ||
<sdef n="pr" c="Preposition"/> | ||
<sdef n="prn" c="Pronoun"/> | ||
<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 commentThe reason will be displayed to describe this comment to others. Learn more. ending slash doubled |
||
<sdef n="ind" c="Indefinite"/> | ||
<sdef n="itg" c="Interrogative"/> | ||
<sdef n="det" c="Determiner"/> | ||
<sdef n="dem" c="Demonstrative"/> | ||
<sdef n="def" c="Definite"/> | ||
<sdef n="cnjcoo" c="Co-ordinating conjunction"/> | ||
<sdef n="cnjsub" c="Sub-ordinating conjunction"/> | ||
<sdef n="cnjadv" c="Conjunctive adverb"/> | ||
agarwal-mihir marked this conversation as resolved.
Show resolved
Hide resolved
|
||
<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 commentThe reason will be displayed to describe this comment to others. Learn more. these two need final double quotes |
||
<sdef n="vblex" c="Standard ('lexical') verb"/> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. can't have double quotes ( |
||
<sdef n="vbmod" c="Modal verb"/> | ||
<sdef n="inf" c="Infinitive"/> | ||
<sdef n="infps" c="Personal Infinitive"/> | ||
<sdef n="ger" c="Gerund"/> | ||
<sdef n="gerps"/> | ||
<sdef n="pp"/> | ||
<sdef n="pri"/> | ||
<sdef n="p1"/> | ||
<sdef n="p2"/> | ||
<sdef n="p3"/> | ||
<sdef n="pii"/> | ||
<sdef n="pmp"/> | ||
<sdef n="ifi"/> | ||
<sdef n="fti"/> | ||
<sdef n="cni"/> | ||
<sdef n="prs"/> | ||
<sdef n="pis"/> | ||
<sdef n="fts"/> | ||
<sdef n="imp"/> | ||
<sdef n="pos"/> | ||
<sdef n="sp"/> | ||
<sdef n="ref"/> | ||
<sdef n="sup"/> | ||
<sdef n="num"/> | ||
<sdef n="ij"/> | ||
<sdef n="sent"/> | ||
<sdef n="cm"/> | ||
<sdef n="lpar"/> | ||
<sdef n="rpar"/> | ||
<sdef n="lquest"/> | ||
<sdef n="pp" c="Past participle"/> | ||
<sdef n="pri" c="Present indicative"/> | ||
<sdef n="p1" c="First person"/> | ||
<sdef n="p2" c="Second person"/> | ||
<sdef n="p3" c="Third person"/> | ||
<sdef n="pii" c="Imperfect"/> | ||
<sdef n="pmp" c="Pluperfect"/> | ||
<sdef n="ifi" c="Past definite"/> | ||
<sdef n="fti" c="Future indicative"/> | ||
<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 commentThe reason will be displayed to describe this comment to others. Learn more. trailing space |
||
<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 commentThe reason will be displayed to describe this comment to others. Learn more. trailing space |
||
<sdef n="ref" c="Reflexive"/> | ||
<sdef n="sup" c="Superlative"/> | ||
<sdef n="num" c="Numeral"/> | ||
<sdef n="ij" c="Interjection"/> | ||
<sdef n="sent" c="Sentence-ending punctuation"/> | ||
<sdef n="cm" c="Comma punctuation"/> | ||
<sdef n="lpar" c="Left parenthesis"/> | ||
<sdef n="rpar" c="Right parenthesis"/> | ||
<sdef n="lquest" c="Left question/exclamation mark"/> | ||
agarwal-mihir marked this conversation as resolved.
Show resolved
Hide resolved
|
||
<sdef n="cuavb"/> | ||
<sdef n="percent"/> | ||
<sdef n="percent" c="Percentage"/> | ||
|
||
</sdefs> | ||
<pardefs> | ||
|
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?