Skip to content

Commit

Permalink
Merge pull request #271 from VisLab/lang_consistency_check
Browse files Browse the repository at this point in the history
Lang consistency check --- passed after resaving.
  • Loading branch information
VisLab authored Oct 28, 2024
2 parents aaba650 + 1878fae commit da85070
Show file tree
Hide file tree
Showing 3 changed files with 324 additions and 324 deletions.
30 changes: 15 additions & 15 deletions library_schemas/lang/prerelease/HED_lang_1.0.0.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ The HED Language schema is a Hierarchical Event Descriptors Library Schema Langu
*** Romanian <nowiki>[A Romance language spoken in Romania and Moldova as well as small communities in Bulgaria, Hungary, Serbia and Ukraine.]</nowiki>
*** Spanish <nowiki>[A Romance language spoken in Spain and large parts of the Americas.]</nowiki>
** Slavic-language <nowiki>[A system of communication belonging to the family of languages originating in Eastern Europe.]</nowiki>
*** Bulgarian <nowiki>[A slavic language spoken mainly in Bulgaria.]</nowiki>
*** Croatian <nowiki>[A slavic language spoken mainly in Croatia, Bosnia and Herzegovina, Montenegro and parts of Serbia.]</nowiki>
*** Bulgarian <nowiki>[A Slavic language spoken mainly in Bulgaria.]</nowiki>
*** Croatian <nowiki>[A Slavic language spoken mainly in Croatia, Bosnia and Herzegovina, Montenegro and parts of Serbia.]</nowiki>
*** Czech <nowiki>[A Slavic language spoken mainly in the Czech Republic.]</nowiki>
*** Macedonian <nowiki>[A slavic language spoken mainly in North Macedonia.]</nowiki>
*** Polish <nowiki>[A slavic language spoken mainly in Poland.]</nowiki>
*** Macedonian <nowiki>[A Slavic language spoken mainly in North Macedonia.]</nowiki>
*** Polish <nowiki>[A Slavic language spoken mainly in Poland.]</nowiki>
*** Russian <nowiki>[A Slavic language spoken mainly in Europe and used in parts of Eastern Europe, West and Central Asia.]</nowiki>
*** Slovak <nowiki>[A slavic language spoken mainly in Slovakia.]</nowiki>
*** Ukrainian <nowiki>[A slavic language spoken mainly in Ukraine.]</nowiki>
*** Slovak <nowiki>[A Slavic language spoken mainly in Slovakia.]</nowiki>
*** Ukrainian <nowiki>[A Slavic language spoken mainly in Ukraine.]</nowiki>
* Japonic <nowiki>[A system of communication belonging to the family of languages mainly spoken in Japan and the Ryukyu Islands.]</nowiki>
** Japanese <nowiki>[A Japonic language mainly spoken in Japan.]</nowiki>
* Koreanic <nowiki>[A system of communication belonging to the family of languages mainly spoken in Korea.]</nowiki>
Expand Down Expand Up @@ -106,6 +106,12 @@ The HED Language schema is a Hierarchical Event Descriptors Library Schema Langu
** Aspect <nowiki>[Non-deictic category of verbal morphology that describes the internal temporal contour of an event and presents it for instance as ongoing or completed.]</nowiki>
*** Imperfective-aspect <nowiki>[Presenting an ongoing or unfolding or repeated or habitual event.]</nowiki>
*** Perfective-aspect <nowiki>[Presenting a completed event.]</nowiki>
** Case <nowiki>[Formal feature of several word classes (e.g., nouns, pronouns, adjectives, determiners) that identifies their syntactic function.]</nowiki>
*** Ablative <nowiki>[Used to express motion away from something, among other uses.]</nowiki>
*** Accusative <nowiki>[Used to indicate the direct object of a transitive verb.]</nowiki>
*** Dative <nowiki>[Used to indicate the recipient or beneficiary of an action.]</nowiki>
*** Genitive <nowiki>[Used to indicate attributive relations between nouns among other uses.]</nowiki>
*** Nominative <nowiki>[Generally marks the subject of a verb, or a predicate nominal or adjective, as opposed to its object, or other verb arguments.]</nowiki>
** Countability <nowiki>[A grammatical category that determines how the quantity of a concept is expressed.]</nowiki>
*** Countable <nowiki>[Syntactic property of nouns that can be modified by quantities (expressed by grammatical number, e.g. singular, plural).]</nowiki>
*** Uncountable <nowiki>[Syntactic property of nouns that makes their referents undifferentiated units.]</nowiki>
Expand All @@ -121,14 +127,8 @@ The HED Language schema is a Hierarchical Event Descriptors Library Schema Langu
*** Conditional <nowiki>[Used for speaking of an event whose realization is dependent upon another condition.]</nowiki>
*** Imperative <nowiki>[Expresses direct commands, prohibitions, and requests.]</nowiki>
*** Progressive <nowiki>[Expresses an incomplete state or action.]</nowiki>
*** Subjunctive <nowiki>[Used in dependent clauses to discussing imaginary or hypothetical events and situations, expressing opinions or emotions, or making polite requests, among other uses.]</nowiki>
*** Subjunctive <nowiki>[Used in dependent clauses to discussing imaginary or hypothetical events and situations, expressing opinions or emotions, or making polite requests, among a broad range of other uses across languages.]</nowiki>
** Noun-class <nowiki>[Formal category of nouns based on characteristic features of their referents, such as gender, animacy, shape, location or directionality.]</nowiki>
*** Case <nowiki>[Formal feature of several word classes (e.g., nouns, pronouns, adjectives, determiners) that identifies their syntactic function.]</nowiki>
**** Ablative <nowiki>[Used to express motion away from something, among other uses.]</nowiki>
**** Accusative <nowiki>[Used to indicate the direct object of a transitive verb.]</nowiki>
**** Dative <nowiki>[Used to indicate the recipient or beneficiary of an action.]</nowiki>
**** Genitive <nowiki>[Used to indicate attributive relations between nouns among other uses.]</nowiki>
**** Nominative <nowiki>[Generally marks the subject of a verb, or a predicate nominal or adjective, as opposed to its object, or other verb arguments.]</nowiki>
** Tense <nowiki>[Deictic category of verbal morphology that situates an event (on an imaginary timeline) as either anterior, posterior or simultaneous to a reference point, prototypically time of speech.]</nowiki>
*** Future-tense <nowiki>[Referring to an event posterior to time of speech.]</nowiki>
**** Future-perfect <nowiki>[Referring to a future event relative to another reference point (not the time of speech).]</nowiki>
Expand Down Expand Up @@ -228,8 +228,8 @@ The HED Language schema is a Hierarchical Event Descriptors Library Schema Langu
* Syntactic-role <nowiki>[Role a language-item takes in syntax.]</nowiki>
** Complement <nowiki>[The constituent selected by a head.]</nowiki>
*** Syntactic-object <nowiki>[Complement of a verbal head.]</nowiki>
**** Direct-syntactic-object <nowiki>[A word or phrase which receives the action of the verb.]</nowiki>
**** Indirect-syntactic-object <nowiki>[A word of phrase which receives the direct object.]</nowiki>
**** Direct-syntactic-object <nowiki>[A constituent which receives the action of the verb or comes into existence by this action.]</nowiki>
**** Indirect-syntactic-object <nowiki>[A constituent representing a secondary or passive participant, often a goal, a beneficiary or an experiencer.]</nowiki>
** Modifier <nowiki>[Optional element in a phrase or a clause that specifies a noun or acts as an adjunct.]</nowiki>
*** Adjunct <nowiki>[Optional element in a clause or sentence that provides information about the temporal, local (etc.) circumstances under which an event occurred.]</nowiki>
** Predicate <nowiki>[Basic constituent of a clause that expresses a property or condition of the subject or an action performed by it.]</nowiki>
Expand Down
114 changes: 57 additions & 57 deletions library_schemas/lang/prerelease/HED_lang_1.0.0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2470,15 +2470,15 @@
</attribute>
<node>
<name>Bulgarian</name>
<description>A slavic language spoken mainly in Bulgaria.</description>
<description>A Slavic language spoken mainly in Bulgaria.</description>
<attribute>
<name>inLibrary</name>
<value>lang</value>
</attribute>
</node>
<node>
<name>Croatian</name>
<description>A slavic language spoken mainly in Croatia, Bosnia and Herzegovina, Montenegro and parts of Serbia.</description>
<description>A Slavic language spoken mainly in Croatia, Bosnia and Herzegovina, Montenegro and parts of Serbia.</description>
<attribute>
<name>inLibrary</name>
<value>lang</value>
Expand All @@ -2494,15 +2494,15 @@
</node>
<node>
<name>Macedonian</name>
<description>A slavic language spoken mainly in North Macedonia.</description>
<description>A Slavic language spoken mainly in North Macedonia.</description>
<attribute>
<name>inLibrary</name>
<value>lang</value>
</attribute>
</node>
<node>
<name>Polish</name>
<description>A slavic language spoken mainly in Poland.</description>
<description>A Slavic language spoken mainly in Poland.</description>
<attribute>
<name>inLibrary</name>
<value>lang</value>
Expand All @@ -2518,15 +2518,15 @@
</node>
<node>
<name>Slovak</name>
<description>A slavic language spoken mainly in Slovakia.</description>
<description>A Slavic language spoken mainly in Slovakia.</description>
<attribute>
<name>inLibrary</name>
<value>lang</value>
</attribute>
</node>
<node>
<name>Ukrainian</name>
<description>A slavic language spoken mainly in Ukraine.</description>
<description>A Slavic language spoken mainly in Ukraine.</description>
<attribute>
<name>inLibrary</name>
<value>lang</value>
Expand Down Expand Up @@ -8457,6 +8457,54 @@
</attribute>
</node>
</node>
<node>
<name>Case</name>
<description>Formal feature of several word classes (e.g., nouns, pronouns, adjectives, determiners) that identifies their syntactic function.</description>
<attribute>
<name>inLibrary</name>
<value>lang</value>
</attribute>
<node>
<name>Ablative</name>
<description>Used to express motion away from something, among other uses.</description>
<attribute>
<name>inLibrary</name>
<value>lang</value>
</attribute>
</node>
<node>
<name>Accusative</name>
<description>Used to indicate the direct object of a transitive verb.</description>
<attribute>
<name>inLibrary</name>
<value>lang</value>
</attribute>
</node>
<node>
<name>Dative</name>
<description>Used to indicate the recipient or beneficiary of an action.</description>
<attribute>
<name>inLibrary</name>
<value>lang</value>
</attribute>
</node>
<node>
<name>Genitive</name>
<description>Used to indicate attributive relations between nouns among other uses.</description>
<attribute>
<name>inLibrary</name>
<value>lang</value>
</attribute>
</node>
<node>
<name>Nominative</name>
<description>Generally marks the subject of a verb, or a predicate nominal or adjective, as opposed to its object, or other verb arguments.</description>
<attribute>
<name>inLibrary</name>
<value>lang</value>
</attribute>
</node>
</node>
<node>
<name>Countability</name>
<description>A grammatical category that determines how the quantity of a concept is expressed.</description>
Expand Down Expand Up @@ -8578,7 +8626,7 @@
</node>
<node>
<name>Subjunctive</name>
<description>Used in dependent clauses to discussing imaginary or hypothetical events and situations, expressing opinions or emotions, or making polite requests, among other uses.</description>
<description>Used in dependent clauses to discussing imaginary or hypothetical events and situations, expressing opinions or emotions, or making polite requests, among a broad range of other uses across languages.</description>
<attribute>
<name>inLibrary</name>
<value>lang</value>
Expand All @@ -8592,54 +8640,6 @@
<name>inLibrary</name>
<value>lang</value>
</attribute>
<node>
<name>Case</name>
<description>Formal feature of several word classes (e.g., nouns, pronouns, adjectives, determiners) that identifies their syntactic function.</description>
<attribute>
<name>inLibrary</name>
<value>lang</value>
</attribute>
<node>
<name>Ablative</name>
<description>Used to express motion away from something, among other uses.</description>
<attribute>
<name>inLibrary</name>
<value>lang</value>
</attribute>
</node>
<node>
<name>Accusative</name>
<description>Used to indicate the direct object of a transitive verb.</description>
<attribute>
<name>inLibrary</name>
<value>lang</value>
</attribute>
</node>
<node>
<name>Dative</name>
<description>Used to indicate the recipient or beneficiary of an action.</description>
<attribute>
<name>inLibrary</name>
<value>lang</value>
</attribute>
</node>
<node>
<name>Genitive</name>
<description>Used to indicate attributive relations between nouns among other uses.</description>
<attribute>
<name>inLibrary</name>
<value>lang</value>
</attribute>
</node>
<node>
<name>Nominative</name>
<description>Generally marks the subject of a verb, or a predicate nominal or adjective, as opposed to its object, or other verb arguments.</description>
<attribute>
<name>inLibrary</name>
<value>lang</value>
</attribute>
</node>
</node>
</node>
<node>
<name>Tense</name>
Expand Down Expand Up @@ -9459,15 +9459,15 @@
</attribute>
<node>
<name>Direct-syntactic-object</name>
<description>A word or phrase which receives the action of the verb.</description>
<description>A constituent which receives the action of the verb or comes into existence by this action.</description>
<attribute>
<name>inLibrary</name>
<value>lang</value>
</attribute>
</node>
<node>
<name>Indirect-syntactic-object</name>
<description>A word of phrase which receives the direct object.</description>
<description>A constituent representing a secondary or passive participant, often a goal, a beneficiary or an experiencer.</description>
<attribute>
<name>inLibrary</name>
<value>lang</value>
Expand Down
Loading

0 comments on commit da85070

Please sign in to comment.