From 71dd3c563ca9b281bb4f103f646fc096fc134860 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 20 Sep 2023 11:31:28 -0400 Subject: [PATCH 1/5] Add github action to codespell master on push and PRs --- .github/workflows/codespell.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/codespell.yml diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml new file mode 100644 index 0000000..7373aff --- /dev/null +++ b/.github/workflows/codespell.yml @@ -0,0 +1,22 @@ +--- +name: Codespell + +on: + push: + branches: [master] + pull_request: + branches: [master] + +permissions: + contents: read + +jobs: + codespell: + name: Check for spelling errors + runs-on: ubuntu-latest + + steps: + - name: Checkout + uses: actions/checkout@v3 + - name: Codespell + uses: codespell-project/actions-codespell@v2 From 3d4f3f215ca7c7e1ac1854bbf0fa42a8f2a43716 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 20 Sep 2023 11:31:28 -0400 Subject: [PATCH 2/5] Add rudimentary codespell config --- .codespellrc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .codespellrc diff --git a/.codespellrc b/.codespellrc new file mode 100644 index 0000000..da3c057 --- /dev/null +++ b/.codespellrc @@ -0,0 +1,4 @@ +[codespell] +skip = .git,*.pdf,*.svg +# +# ignore-words-list = From 909d48d532bb8ea5b63596ac5d99a0fec9707d52 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 20 Sep 2023 11:32:03 -0400 Subject: [PATCH 3/5] ignores --- .codespellrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.codespellrc b/.codespellrc index da3c057..bcf03fc 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,4 +1,3 @@ [codespell] -skip = .git,*.pdf,*.svg -# -# ignore-words-list = +skip = .git,*.pdf,*.svg,deprecated +ignore-words-list = covert From 73defc27ea84dbed11e188cdf0f41a6f10ad5cb3 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 20 Sep 2023 11:32:31 -0400 Subject: [PATCH 4/5] [DATALAD RUNCMD] fix ambigous typos manually === Do not change lines below === { "chain": [], "cmd": "codespell -i3 -C4 -w ./docs/source/05_Advanced_annotation.md", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^ --- docs/source/05_Advanced_annotation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/05_Advanced_annotation.md b/docs/source/05_Advanced_annotation.md index f255884..7132bcc 100644 --- a/docs/source/05_Advanced_annotation.md +++ b/docs/source/05_Advanced_annotation.md @@ -306,7 +306,7 @@ playing of different clips. > *Data-property/Data-marker/Temporal-marker/Onset,* > *(Property/Informational-property/Label/StarWars,* > *(Item/Object/Man-made-object/Media/Media-clip,* -> *Properity/Informational-property/ID/3284)))* +> *Property/Informational-property/ID/3284)))* > .... [The Star Wars movie clip is playing] .... From 6b7e64db48699f6cd23ecc36a0e2367bb386adbb Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 20 Sep 2023 11:32:35 -0400 Subject: [PATCH 5/5] [DATALAD RUNCMD] run codespell throughout fixing typo automagically === Do not change lines below === { "chain": [], "cmd": "codespell -w", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^ --- docs/source/03_HED_formats.md | 2 +- docs/source/07_Library_schemas.md | 2 +- docs/source/Appendix_B.md | 2 +- hedwiki/HED7.2.0.mediawiki | 4 ++-- hedwiki/HED7.3.0.mediawiki | 4 ++-- hedwiki/HED8.0.0.mediawiki | 14 +++++++------- hedwiki/HED8.1.0.mediawiki | 12 ++++++------ hedwiki/HED8.2.0.mediawiki | 12 ++++++------ hedxml/HED7.2.0.xml | 4 ++-- hedxml/HED8.0.0.xml | 14 +++++++------- hedxml/HED8.1.0.xml | 12 ++++++------ hedxml/HED8.2.0.xml | 12 ++++++------ hedxml/HEDLatest.xml | 12 ++++++------ 13 files changed, 53 insertions(+), 53 deletions(-) diff --git a/docs/source/03_HED_formats.md b/docs/source/03_HED_formats.md index e066b14..fc06caf 100644 --- a/docs/source/03_HED_formats.md +++ b/docs/source/03_HED_formats.md @@ -1192,7 +1192,7 @@ and whose names do not appear in the curly braces of other HED annotations. 3. For each the column in the assembly list look up the annotation in the sidecar, replacing all curly braces and place holder values appropriately. Append to the result list. 4. If a `HED` column annotation exists for that row and `HED` did not appear -in curly braces in the sidecar, concatentate the annotation to the result list. +in curly braces in the sidecar, concatenate the annotation to the result list. 5. Finally, join all the entries of the result list using a comma (`,`) separator. In all cases `n/a` column values are skipped. diff --git a/docs/source/07_Library_schemas.md b/docs/source/07_Library_schemas.md index f82efd5..36d3c40 100644 --- a/docs/source/07_Library_schemas.md +++ b/docs/source/07_Library_schemas.md @@ -277,7 +277,7 @@ This section summarizes the general design rules for all library schema. :class: tip 1. **Follow naming conventions**:
-A library schema must be given a name containing only alphabetic chararacters. +A library schema must be given a name containing only alphabetic characters. This name must appear in the schema header line in the required format.
 
2. **Use semantic versioning**:
diff --git a/docs/source/Appendix_B.md b/docs/source/Appendix_B.md index 8ddc812..a571f3c 100644 --- a/docs/source/Appendix_B.md +++ b/docs/source/Appendix_B.md @@ -373,7 +373,7 @@ under an appropriate unit class). | Attribute | Invalid attribute value | | --------- |------------------------------------------------------------------------------------| | `allowedCharacter` | Not a single character or one of:
`letters`, `blank`, `digits`, `alphanumeric`. | -| `conversionFactor` | Not a postive numeric value. | +| `conversionFactor` | Not a positive numeric value. | | `defaultUnits` | Not a valid unit in this unit class. | | `deprecatedFrom` | Not a valid semantic version number not later than current schema version. | | `inLibrary` | | diff --git a/hedwiki/HED7.2.0.mediawiki b/hedwiki/HED7.2.0.mediawiki index a549f98..a543f19 100644 --- a/hedwiki/HED7.2.0.mediawiki +++ b/hedwiki/HED7.2.0.mediawiki @@ -121,7 +121,7 @@ From version 2.2, HED adheres to http://semver.org/ versioning. *** # {takesValue} * Group ID {requireChild, predicateType=propertyOf} [Optional] ** # {takesValue} -* Object [Visually discernable objects. This item excludes sounds that are Items but not objects] +* Object [Visually discernible objects. This item excludes sounds that are Items but not objects] ** Vehicle *** Bicycle *** Car @@ -1161,7 +1161,7 @@ From version 2.2, HED adheres to http://semver.org/ versioning. * Psychomotor vigilance task * Pursuit rotor task * Pyramids and palm trees task -* Rapid automatized naming test +* Rapid automated naming test * Rapid serial object transformation * Reading - Covert * Reading - Overt diff --git a/hedwiki/HED7.3.0.mediawiki b/hedwiki/HED7.3.0.mediawiki index 0462916..29cc1f6 100644 --- a/hedwiki/HED7.3.0.mediawiki +++ b/hedwiki/HED7.3.0.mediawiki @@ -121,7 +121,7 @@ From version 2.2, HED adheres to http://semver.org/ versioning. *** # {takesValue} * Group ID {requireChild, predicateType=propertyOf} [Optional] ** # {takesValue} -* Object [Visually discernable objects. This item excludes sounds that are Items but not objects] +* Object [Visually discernible objects. This item excludes sounds that are Items but not objects] ** Vehicle *** Bicycle *** Car @@ -1161,7 +1161,7 @@ From version 2.2, HED adheres to http://semver.org/ versioning. * Psychomotor vigilance task * Pursuit rotor task * Pyramids and palm trees task -* Rapid automatized naming test +* Rapid automated naming test * Rapid serial object transformation * Reading - Covert * Reading - Overt diff --git a/hedwiki/HED8.0.0.mediawiki b/hedwiki/HED8.0.0.mediawiki index 3a68cfe..bc4cbf3 100644 --- a/hedwiki/HED8.0.0.mediawiki +++ b/hedwiki/HED8.0.0.mediawiki @@ -170,7 +170,7 @@ This schema is the first official release that includes an xsd and requires unit ** Learn [Adaptively change behavior as the result of experience.] ** Memorize [Adaptively change behavior as the result of experience.] ** Plan [Think about the activities required to achieve a desired goal. ] -** Predict [Say or estimate that something will happen or will be a consequence of something without having exact informaton.] +** Predict [Say or estimate that something will happen or will be a consequence of something without having exact information.] ** Recognize [Identify someone or something from having encountered them before.] ** Respond [React to something such as a treatment or a stimulus.] ** Recall [Remember information by mental effort.] @@ -324,7 +324,7 @@ This schema is the first official release that includes an xsd and requires unit ***** Clock [A device designed to indicate the time of day or to measure the time duration of an event or action.] ****** Clock-face [A location identifier based on clockface numbering or anatomic subregion.] **** Robot [A mechanical device that sometimes resembles a living animal and is capable of performing a variety of often complex human tasks on command or by being programmed in advance.] -**** Tool [A component that is not part of a device but is designed to support its assemby or operation.] +**** Tool [A component that is not part of a device but is designed to support its assembly or operation.] *** Document [A physical object, or electronic counterpart, that is characterized by containing writing which is meant to be human-readable.] **** Letter [A written message addressed to a person or organization.] **** Note [A brief written record.] @@ -370,7 +370,7 @@ This schema is the first official release that includes an xsd and requires unit **** Cart [A cart is a vehicle which has two wheels and is designed to transport human passengers or cargo.] **** Tractor [A mobile machine specifically designed to deliver a high tractive effort at slow speeds, and mainly used for the purposes of hauling a trailer or machinery used in agriculture or construction.] **** Train [A connected line of railroad cars with or without a locomotive.] -**** Truck [A motor vehicle which, as its primary funcion, transports cargo rather than human passangers.] +**** Truck [A motor vehicle which, as its primary function, transports cargo rather than human passangers.] ** Natural-object [Something that exists in or is produced by nature, and is not artificial or man-made.] *** Mineral [A solid, homogeneous, inorganic substance occurring in nature and having a definite chemical composition.] *** Natural-feature [A feature that occurs in nature. A prominent or identifiable aspect, region, or site of interest.] @@ -380,7 +380,7 @@ This schema is the first official release that includes an xsd and requires unit **** River [A natural freshwater surface stream of considerable volume and a permanent or seasonal flow, moving in a definite channel toward a sea, lake, or another river.] **** Waterfall [A sudden descent of water over a step or ledge in the bed of a river.] * Sound [Mechanical vibrations transmitted by an elastic medium. Something that can be heard.] -** Environmental-sound[Sounds occuring in the environment. An accumulation of noise pollution that occurs outside. This noise can be caused by transport, industrial, and recreational activities.] +** Environmental-sound[Sounds occurring in the environment. An accumulation of noise pollution that occurs outside. This noise can be caused by transport, industrial, and recreational activities.] *** Crowd-sound [Noise produced by a mixture of sounds from a large group of people.] *** Signal-noise [Any part of a signal that is not the true or original signal but is introduced by the communication mechanism.] ** Musical-sound [Sound produced by continuous and regular vibrations, as opposed to noise.] @@ -581,7 +581,7 @@ This schema is the first official release that includes an xsd and requires unit **** Weight [The relative mass or the quantity of matter contained by something.] ***** # {takesValue, valueClass=numericClass, unitClass=weightUnits} *** Quantitative-value [Something capable of being estimated or expressed with numeric values.] -**** Fraction [A numerical value betwee 0 and 1.] +**** Fraction [A numerical value between 0 and 1.] ***** # {takesValue, valueClass=numericClass} **** Item-count [The integer count of something which is usually grouped with the entity it is counting. (Item-count/3, A) indicates that 3 of A have occurred up to this point.] ***** # {takesValue, valueClass=numericClass} @@ -608,7 +608,7 @@ This schema is the first official release that includes an xsd and requires unit ***** # {takesValue, valueClass=numericClass} **** Statistical-precision [A quantitative representation of the degree of accuracy necessary for or associated with a particular action.] ***** # {takesValue, valueClass=numericClass} -**** Statistical-recall [Sensitivity is a measurement datum qualifying a binary classification test and is computed by substracting the false negative rate to the integral numeral 1.] +**** Statistical-recall [Sensitivity is a measurement datum qualifying a binary classification test and is computed by subtracting the false negative rate to the integral numeral 1.] ***** # {takesValue, valueClass=numericClass} **** Statistical-uncertainty [A measure of the inherent variability of repeated observation measurements of a quantity including quantities evaluated by statistical methods and by other means.] ***** # {takesValue, valueClass=numericClass} @@ -689,7 +689,7 @@ This schema is the first official release that includes an xsd and requires unit ** Urban [Relating to, located in, or characteristic of a city or densely populated area.] ** Rural [Of or pertaining to the country as opposed to the city.] ** Terrain [Characterization of the physical features of a tract of land.] -*** Composite-terrain [Tracts of land characterized by a mixure of physical features.] +*** Composite-terrain [Tracts of land characterized by a mixture of physical features.] *** Dirt-terrain [Tracts of land characterized by a soil surface and lack of vegetation.] *** Grassy-terrain [Tracts of land covered by grass.] *** Gravel-terrain [Tracts of land covered by a surface consisting a loose aggregation of small water-worn or pounded stones.] diff --git a/hedwiki/HED8.1.0.mediawiki b/hedwiki/HED8.1.0.mediawiki index 13ace26..73eee3a 100644 --- a/hedwiki/HED8.1.0.mediawiki +++ b/hedwiki/HED8.1.0.mediawiki @@ -170,7 +170,7 @@ This schema includes an xsd and requires unit class, unit modifier, value class, ** Learn [Adaptively change behavior as the result of experience.] ** Memorize [Adaptively change behavior as the result of experience.] ** Plan [Think about the activities required to achieve a desired goal. ] -** Predict [Say or estimate that something will happen or will be a consequence of something without having exact informaton.] +** Predict [Say or estimate that something will happen or will be a consequence of something without having exact information.] ** Recognize [Identify someone or something from having encountered them before.] ** Respond [React to something such as a treatment or a stimulus.] ** Recall [Remember information by mental effort.] @@ -326,7 +326,7 @@ This schema includes an xsd and requires unit class, unit modifier, value class, ***** Clock [A device designed to indicate the time of day or to measure the time duration of an event or action.] ****** Clock-face [A location identifier based on clockface numbering or anatomic subregion.] **** Robot [A mechanical device that sometimes resembles a living animal and is capable of performing a variety of often complex human tasks on command or by being programmed in advance.] -**** Tool [A component that is not part of a device but is designed to support its assemby or operation.] +**** Tool [A component that is not part of a device but is designed to support its assembly or operation.] *** Document [A physical object, or electronic counterpart, that is characterized by containing writing which is meant to be human-readable.] **** Letter [A written message addressed to a person or organization.] **** Note [A brief written record.] @@ -373,7 +373,7 @@ This schema includes an xsd and requires unit class, unit modifier, value class, **** Cart [A cart is a vehicle which has two wheels and is designed to transport human passengers or cargo.] **** Tractor [A mobile machine specifically designed to deliver a high tractive effort at slow speeds, and mainly used for the purposes of hauling a trailer or machinery used in agriculture or construction.] **** Train [A connected line of railroad cars with or without a locomotive.] -**** Truck [A motor vehicle which, as its primary funcion, transports cargo rather than human passangers.] +**** Truck [A motor vehicle which, as its primary function, transports cargo rather than human passangers.] ** Natural-object [Something that exists in or is produced by nature, and is not artificial or man-made.] *** Mineral [A solid, homogeneous, inorganic substance occurring in nature and having a definite chemical composition.] *** Natural-feature [A feature that occurs in nature. A prominent or identifiable aspect, region, or site of interest.] @@ -383,7 +383,7 @@ This schema includes an xsd and requires unit class, unit modifier, value class, **** River [A natural freshwater surface stream of considerable volume and a permanent or seasonal flow, moving in a definite channel toward a sea, lake, or another river.] **** Waterfall [A sudden descent of water over a step or ledge in the bed of a river.] * Sound [Mechanical vibrations transmitted by an elastic medium. Something that can be heard.] -** Environmental-sound[Sounds occuring in the environment. An accumulation of noise pollution that occurs outside. This noise can be caused by transport, industrial, and recreational activities.] +** Environmental-sound[Sounds occurring in the environment. An accumulation of noise pollution that occurs outside. This noise can be caused by transport, industrial, and recreational activities.] *** Crowd-sound [Noise produced by a mixture of sounds from a large group of people.] *** Signal-noise [Any part of a signal that is not the true or original signal but is introduced by the communication mechanism.] ** Musical-sound [Sound produced by continuous and regular vibrations, as opposed to noise.] @@ -619,7 +619,7 @@ This schema includes an xsd and requires unit class, unit modifier, value class, ***** # {takesValue, valueClass=numericClass} **** Statistical-precision [A quantitative representation of the degree of accuracy necessary for or associated with a particular action.] ***** # {takesValue, valueClass=numericClass} -**** Statistical-recall [Sensitivity is a measurement datum qualifying a binary classification test and is computed by substracting the false negative rate to the integral numeral 1.] +**** Statistical-recall [Sensitivity is a measurement datum qualifying a binary classification test and is computed by subtracting the false negative rate to the integral numeral 1.] ***** # {takesValue, valueClass=numericClass} **** Statistical-uncertainty [A measure of the inherent variability of repeated observation measurements of a quantity including quantities evaluated by statistical methods and by other means.] ***** # {takesValue, valueClass=numericClass} @@ -700,7 +700,7 @@ This schema includes an xsd and requires unit class, unit modifier, value class, ** Urban [Relating to, located in, or characteristic of a city or densely populated area.] ** Rural [Of or pertaining to the country as opposed to the city.] ** Terrain [Characterization of the physical features of a tract of land.] -*** Composite-terrain [Tracts of land characterized by a mixure of physical features.] +*** Composite-terrain [Tracts of land characterized by a mixture of physical features.] *** Dirt-terrain [Tracts of land characterized by a soil surface and lack of vegetation.] *** Grassy-terrain [Tracts of land covered by grass.] *** Gravel-terrain [Tracts of land covered by a surface consisting a loose aggregation of small water-worn or pounded stones.] diff --git a/hedwiki/HED8.2.0.mediawiki b/hedwiki/HED8.2.0.mediawiki index 26d775d..275f1bf 100644 --- a/hedwiki/HED8.2.0.mediawiki +++ b/hedwiki/HED8.2.0.mediawiki @@ -172,7 +172,7 @@ Each term in this vocabulary has a human-readable description and may include ad ** Learn [Adaptively change behavior as the result of experience.] ** Memorize [Adaptively change behavior as the result of experience.] ** Plan [Think about the activities required to achieve a desired goal. ] -** Predict [Say or estimate that something will happen or will be a consequence of something without having exact informaton.] +** Predict [Say or estimate that something will happen or will be a consequence of something without having exact information.] ** Recognize [Identify someone or something from having encountered them before.] ** Respond [React to something such as a treatment or a stimulus.] ** Recall [Remember information by mental effort.] @@ -328,7 +328,7 @@ Each term in this vocabulary has a human-readable description and may include ad ***** Clock [A device designed to indicate the time of day or to measure the time duration of an event or action.] ****** Clock-face [A location identifier based on clockface numbering or anatomic subregion.] **** Robot [A mechanical device that sometimes resembles a living animal and is capable of performing a variety of often complex human tasks on command or by being programmed in advance.] -**** Tool [A component that is not part of a device but is designed to support its assemby or operation.] +**** Tool [A component that is not part of a device but is designed to support its assembly or operation.] *** Document [A physical object, or electronic counterpart, that is characterized by containing writing which is meant to be human-readable.] **** Letter [A written message addressed to a person or organization.] **** Note [A brief written record.] @@ -375,7 +375,7 @@ Each term in this vocabulary has a human-readable description and may include ad **** Cart [A cart is a vehicle which has two wheels and is designed to transport human passengers or cargo.] **** Tractor [A mobile machine specifically designed to deliver a high tractive effort at slow speeds, and mainly used for the purposes of hauling a trailer or machinery used in agriculture or construction.] **** Train [A connected line of railroad cars with or without a locomotive.] -**** Truck [A motor vehicle which, as its primary funcion, transports cargo rather than human passangers.] +**** Truck [A motor vehicle which, as its primary function, transports cargo rather than human passangers.] ** Natural-object [Something that exists in or is produced by nature, and is not artificial or man-made.] *** Mineral [A solid, homogeneous, inorganic substance occurring in nature and having a definite chemical composition.] *** Natural-feature [A feature that occurs in nature. A prominent or identifiable aspect, region, or site of interest.] @@ -385,7 +385,7 @@ Each term in this vocabulary has a human-readable description and may include ad **** River [A natural freshwater surface stream of considerable volume and a permanent or seasonal flow, moving in a definite channel toward a sea, lake, or another river.] **** Waterfall [A sudden descent of water over a step or ledge in the bed of a river.] * Sound [Mechanical vibrations transmitted by an elastic medium. Something that can be heard.] -** Environmental-sound[Sounds occuring in the environment. An accumulation of noise pollution that occurs outside. This noise can be caused by transport, industrial, and recreational activities.] +** Environmental-sound[Sounds occurring in the environment. An accumulation of noise pollution that occurs outside. This noise can be caused by transport, industrial, and recreational activities.] *** Crowd-sound [Noise produced by a mixture of sounds from a large group of people.] *** Signal-noise [Any part of a signal that is not the true or original signal but is introduced by the communication mechanism.] ** Musical-sound [Sound produced by continuous and regular vibrations, as opposed to noise.] @@ -624,7 +624,7 @@ Each term in this vocabulary has a human-readable description and may include ad ***** # {takesValue, valueClass=numericClass} **** Statistical-precision [A quantitative representation of the degree of accuracy necessary for or associated with a particular action.] ***** # {takesValue, valueClass=numericClass} -**** Statistical-recall [Sensitivity is a measurement datum qualifying a binary classification test and is computed by substracting the false negative rate to the integral numeral 1.] +**** Statistical-recall [Sensitivity is a measurement datum qualifying a binary classification test and is computed by subtracting the false negative rate to the integral numeral 1.] ***** # {takesValue, valueClass=numericClass} **** Statistical-uncertainty [A measure of the inherent variability of repeated observation measurements of a quantity including quantities evaluated by statistical methods and by other means.] ***** # {takesValue, valueClass=numericClass} @@ -705,7 +705,7 @@ Each term in this vocabulary has a human-readable description and may include ad ** Urban [Relating to, located in, or characteristic of a city or densely populated area.] ** Rural [Of or pertaining to the country as opposed to the city.] ** Terrain [Characterization of the physical features of a tract of land.] -*** Composite-terrain [Tracts of land characterized by a mixure of physical features.] +*** Composite-terrain [Tracts of land characterized by a mixture of physical features.] *** Dirt-terrain [Tracts of land characterized by a soil surface and lack of vegetation.] *** Grassy-terrain [Tracts of land covered by grass.] *** Gravel-terrain [Tracts of land covered by a surface consisting a loose aggregation of small water-worn or pounded stones.] diff --git a/hedxml/HED7.2.0.xml b/hedxml/HED7.2.0.xml index d62c07a..a6fbeb8 100644 --- a/hedxml/HED7.2.0.xml +++ b/hedxml/HED7.2.0.xml @@ -280,7 +280,7 @@ From version 2.2, HED adheres to http://semver.org/ versioning. Object - Visually discernable objects. This item excludes sounds that are Items but not objects + Visually discernible objects. This item excludes sounds that are Items but not objects Vehicle @@ -3645,7 +3645,7 @@ From version 2.2, HED adheres to http://semver.org/ versioning. Pyramids and palm trees task - Rapid automatized naming test + Rapid automated naming test Rapid serial object transformation diff --git a/hedxml/HED8.0.0.xml b/hedxml/HED8.0.0.xml index 24a5241..d781e5a 100644 --- a/hedxml/HED8.0.0.xml +++ b/hedxml/HED8.0.0.xml @@ -770,7 +770,7 @@ Predict - Say or estimate that something will happen or will be a consequence of something without having exact informaton. + Say or estimate that something will happen or will be a consequence of something without having exact information. Recognize @@ -1397,7 +1397,7 @@ Tool - A component that is not part of a device but is designed to support its assemby or operation. + A component that is not part of a device but is designed to support its assembly or operation. @@ -1581,7 +1581,7 @@ Truck - A motor vehicle which, as its primary funcion, transports cargo rather than human passangers. + A motor vehicle which, as its primary function, transports cargo rather than human passangers. @@ -1623,7 +1623,7 @@ Mechanical vibrations transmitted by an elastic medium. Something that can be heard. Environmental-sound - Sounds occuring in the environment. An accumulation of noise pollution that occurs outside. This noise can be caused by transport, industrial, and recreational activities. + Sounds occurring in the environment. An accumulation of noise pollution that occurs outside. This noise can be caused by transport, industrial, and recreational activities. Crowd-sound Noise produced by a mixture of sounds from a large group of people. @@ -2751,7 +2751,7 @@ Something capable of being estimated or expressed with numeric values. Fraction - A numerical value betwee 0 and 1. + A numerical value between 0 and 1. # @@ -2940,7 +2940,7 @@ Statistical-recall - Sensitivity is a measurement datum qualifying a binary classification test and is computed by substracting the false negative rate to the integral numeral 1. + Sensitivity is a measurement datum qualifying a binary classification test and is computed by subtracting the false negative rate to the integral numeral 1. # @@ -3526,7 +3526,7 @@ Characterization of the physical features of a tract of land. Composite-terrain - Tracts of land characterized by a mixure of physical features. + Tracts of land characterized by a mixture of physical features. Dirt-terrain diff --git a/hedxml/HED8.1.0.xml b/hedxml/HED8.1.0.xml index f5b7cfc..32a8047 100644 --- a/hedxml/HED8.1.0.xml +++ b/hedxml/HED8.1.0.xml @@ -771,7 +771,7 @@ Predict - Say or estimate that something will happen or will be a consequence of something without having exact informaton. + Say or estimate that something will happen or will be a consequence of something without having exact information. Recognize @@ -1406,7 +1406,7 @@ Tool - A component that is not part of a device but is designed to support its assemby or operation. + A component that is not part of a device but is designed to support its assembly or operation. @@ -1594,7 +1594,7 @@ Truck - A motor vehicle which, as its primary funcion, transports cargo rather than human passangers. + A motor vehicle which, as its primary function, transports cargo rather than human passangers. @@ -1636,7 +1636,7 @@ Mechanical vibrations transmitted by an elastic medium. Something that can be heard. Environmental-sound - Sounds occuring in the environment. An accumulation of noise pollution that occurs outside. This noise can be caused by transport, industrial, and recreational activities. + Sounds occurring in the environment. An accumulation of noise pollution that occurs outside. This noise can be caused by transport, industrial, and recreational activities. Crowd-sound Noise produced by a mixture of sounds from a large group of people. @@ -3045,7 +3045,7 @@ Statistical-recall - Sensitivity is a measurement datum qualifying a binary classification test and is computed by substracting the false negative rate to the integral numeral 1. + Sensitivity is a measurement datum qualifying a binary classification test and is computed by subtracting the false negative rate to the integral numeral 1. # @@ -3631,7 +3631,7 @@ Characterization of the physical features of a tract of land. Composite-terrain - Tracts of land characterized by a mixure of physical features. + Tracts of land characterized by a mixture of physical features. Dirt-terrain diff --git a/hedxml/HED8.2.0.xml b/hedxml/HED8.2.0.xml index 1f55c7a..2368411 100644 --- a/hedxml/HED8.2.0.xml +++ b/hedxml/HED8.2.0.xml @@ -773,7 +773,7 @@ Each term in this vocabulary has a human-readable description and may include ad Predict - Say or estimate that something will happen or will be a consequence of something without having exact informaton. + Say or estimate that something will happen or will be a consequence of something without having exact information. Recognize @@ -1412,7 +1412,7 @@ Each term in this vocabulary has a human-readable description and may include ad Tool - A component that is not part of a device but is designed to support its assemby or operation. + A component that is not part of a device but is designed to support its assembly or operation. @@ -1600,7 +1600,7 @@ Each term in this vocabulary has a human-readable description and may include ad Truck - A motor vehicle which, as its primary funcion, transports cargo rather than human passangers. + A motor vehicle which, as its primary function, transports cargo rather than human passangers. @@ -1642,7 +1642,7 @@ Each term in this vocabulary has a human-readable description and may include ad Mechanical vibrations transmitted by an elastic medium. Something that can be heard. Environmental-sound - Sounds occuring in the environment. An accumulation of noise pollution that occurs outside. This noise can be caused by transport, industrial, and recreational activities. + Sounds occurring in the environment. An accumulation of noise pollution that occurs outside. This noise can be caused by transport, industrial, and recreational activities. Crowd-sound Noise produced by a mixture of sounds from a large group of people. @@ -3090,7 +3090,7 @@ Each term in this vocabulary has a human-readable description and may include ad Statistical-recall - Sensitivity is a measurement datum qualifying a binary classification test and is computed by substracting the false negative rate to the integral numeral 1. + Sensitivity is a measurement datum qualifying a binary classification test and is computed by subtracting the false negative rate to the integral numeral 1. # @@ -3696,7 +3696,7 @@ Each term in this vocabulary has a human-readable description and may include ad Characterization of the physical features of a tract of land. Composite-terrain - Tracts of land characterized by a mixure of physical features. + Tracts of land characterized by a mixture of physical features. Dirt-terrain diff --git a/hedxml/HEDLatest.xml b/hedxml/HEDLatest.xml index 1f55c7a..2368411 100644 --- a/hedxml/HEDLatest.xml +++ b/hedxml/HEDLatest.xml @@ -773,7 +773,7 @@ Each term in this vocabulary has a human-readable description and may include ad Predict - Say or estimate that something will happen or will be a consequence of something without having exact informaton. + Say or estimate that something will happen or will be a consequence of something without having exact information. Recognize @@ -1412,7 +1412,7 @@ Each term in this vocabulary has a human-readable description and may include ad Tool - A component that is not part of a device but is designed to support its assemby or operation. + A component that is not part of a device but is designed to support its assembly or operation. @@ -1600,7 +1600,7 @@ Each term in this vocabulary has a human-readable description and may include ad Truck - A motor vehicle which, as its primary funcion, transports cargo rather than human passangers. + A motor vehicle which, as its primary function, transports cargo rather than human passangers. @@ -1642,7 +1642,7 @@ Each term in this vocabulary has a human-readable description and may include ad Mechanical vibrations transmitted by an elastic medium. Something that can be heard. Environmental-sound - Sounds occuring in the environment. An accumulation of noise pollution that occurs outside. This noise can be caused by transport, industrial, and recreational activities. + Sounds occurring in the environment. An accumulation of noise pollution that occurs outside. This noise can be caused by transport, industrial, and recreational activities. Crowd-sound Noise produced by a mixture of sounds from a large group of people. @@ -3090,7 +3090,7 @@ Each term in this vocabulary has a human-readable description and may include ad Statistical-recall - Sensitivity is a measurement datum qualifying a binary classification test and is computed by substracting the false negative rate to the integral numeral 1. + Sensitivity is a measurement datum qualifying a binary classification test and is computed by subtracting the false negative rate to the integral numeral 1. # @@ -3696,7 +3696,7 @@ Each term in this vocabulary has a human-readable description and may include ad Characterization of the physical features of a tract of land. Composite-terrain - Tracts of land characterized by a mixure of physical features. + Tracts of land characterized by a mixture of physical features. Dirt-terrain