Skip to content

Commit

Permalink
Merge pull request #10710 from MikeUnwalla/MFU
Browse files Browse the repository at this point in the history
[en] Add prefixes (quetta, ronna, ronto, quecto) to SI unit of measur…
  • Loading branch information
evan-defran-lt authored Jul 8, 2024
2 parents 1e5311b + a42837d commit 5e659fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ USA
</rule>
<rule id="SI_UNITS_OF_MEASUREMENT_ADJECTIVES_AME" name="1-liter/1-litre">
<pattern>
<token regexp="yes">([0-9]+-)(yotta|zetta|exa|peta|tera|giga|mega|kilo|hecto|deka|deci|centi|milli|micro|nano|pico|femto|atto|zepto|yocto)?(liter|meter)<exception postag="NNP"/></token>
<token regexp="yes">([0-9]+-)(quetta|ronna|yotta|zetta|exa|peta|tera|giga|mega|kilo|hecto|deka|deci|centi|milli|micro|nano|pico|femto|atto|zepto|yocto|ronto|quecto)?(liter|meter)<exception postag="NNP"/></token>
</pattern>
<message>The word '<match no="1"/>' is an adjective (SI unit of measurement), but the spelling is not correct British English.</message>
<short>AmE/BrE: SI units (adjectives)</short>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ USA
</rule>
<rule id="SI_UNITS_OF_MEASUREMENT_ADJECTIVES_BRE" name="1-litre/1-liter">
<pattern>
<token regexp="yes">([0-9]+-)(yotta|zetta|exa|peta|tera|giga|mega|kilo|hecto|deca|deci|centi|milli|micro|nano|pico|femto|atto|zepto|yocto)?(gramme|litre|metre)<exception postag="NNP"/></token>
<token regexp="yes">([0-9]+-)(quetta|ronna|yotta|zetta|exa|peta|tera|giga|mega|kilo|hecto|deca|deci|centi|milli|micro|nano|pico|femto|atto|zepto|yocto|ronto|quecto)?(gramme|litre|metre)<exception postag="NNP"/></token>
</pattern>
<message>The word '<match no="1"/>' is an adjective (SI unit of measurement), but the spelling is not correct American English.</message>
<short>AmE/BrE: SI units (adjectives)</short>
Expand All @@ -630,7 +630,7 @@ USA
<example>Do not find incorrect English: use a <marker>10-millimetres</marker> bolt.</example>
<example correction="">Use a <marker>10-metre</marker> rope.</example>
<example correction="">The 4.<marker>6-centigramme</marker> difference is not a problem.</example>
<example correction="">Also find typgoraphic errors: a 5.7.<marker>8-femtogramme</marker> difference is not important.</example>
<example correction="">Also find typographic errors: a 5.7.<marker>8-femtogramme</marker> difference is not important.</example>
</rule>

<rule id="AT_THE_WEEKEND" name="Collocation: at the weekend"><!-- Premium #983 -->
Expand Down

0 comments on commit 5e659fc

Please sign in to comment.