Skip to content

Commit

Permalink
[ca] enable rule
Browse files Browse the repository at this point in the history
  • Loading branch information
jaumeortola committed Aug 7, 2024
1 parent 6af6c64 commit b23dc08
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!ENTITY alfabet_grec "alfa|beta|delta|fi|gamma|iota|kappa|khi|ksi|lambda|mi|ni|omega|pi|psi|ro|sigma|tau|theta|zeta|eta|èpsilon|ípsilon|òmicron|[ΑαΒβΓγΔδΕεΖζΗηΘθΙιΚκΛλΜμΝνΞξΟοΠπΡρΣσςΤτΥυΦφΧχΨψΩω]" >
<!ENTITY notes_musicals "do|re|mi|fa|sol|la|si">
<!ENTITY math_operators "[·\*\/\^\|~¬±×÷ϐϑϒϕϰϱϴϵ϶‖′″‴⁀⁄⁒⁺⁻⁼⁽⁾₊₋₌₍₎∀∁∂∃∄∅∆∇∈∉∊∋∌∍∎∏∐∑−∓∔∕∖∗∘∙√∛∜∝∞∟∠∡∢∣∤∥∦∧∨∩∪∫∬∭∮∯∰∱∲∳∴∵∶∷∸∹∺∻∼∽∾∿≀≁≂≃≄≅≆≇≈≉≊≋≌≍≎≏≐≑≒≓≔≕≖≗≘≙≚≛≜≝≞≟≠≡≢≣≤≥≦≧≨≩≪≫≬≭≮≯≰≱≲≳≴≵≶≷≸≹≺≻≼≽≾≿⊀⊁⊂⊃⊄⊅⊆⊇⊈⊉⊊⊋⊌⊍⊎⊏⊐⊑⊒⊓⊔⊕⊖⊗⊘⊙⊚⊛⊜⊝⊞⊟⊠⊡⊢⊣⊤⊥⊦⊧⊨⊩⊪⊫⊬⊭⊮⊯⊰⊱⊲⊳⊴⊵⊶⊷⊸⊹⊺⊻⊼⊽⊾⊿⋀⋁⋂⋃⋄⋅⋆⋇⋈⋉⋊⋋⋌⋍⋎⋏⋐⋑⋒⋓⋔⋕⋖⋗⋘⋙⋚⋛⋜⋝⋞⋟⋠⋡⋢⋣⋤⋥⋦⋧⋨⋩⋪⋫⋬⋭⋮⋯⋰⋱⋲⋳⋴⋵⋶⋷⋸⋹⋺⋻⋼⋽⋾⋿→⇋]|\=|\+">
<!-- -x\. -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28261,17 +28261,22 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
</rule>
</category>
<category id="CONFUSIONS" name="Confusions" type="misspelling">
<rulegroup id="ETA_ESTA" name="eta -> està, età..." default="temp_off">
<rulegroup id="ETA_ESTA" name="eta -> està, età...">
<antipattern>
<token case_sensitive="yes">ETA</token>
</antipattern>
<antipattern>
<token>gora</token>
<token regexp="yes" inflected="yes">lletra|partícula|gora|euzkadi</token>
<token>eta</token>
</antipattern>
<antipattern>
<token regexp="yes" inflected="yes">lletra|partícula</token>
<token skip="-1">eta</token>
<token regexp="yes">&alfabet_grec;<exception>eta</exception></token>
</antipattern>
<antipattern>
<token regexp="yes" skip="-1">&alfabet_grec;<exception>eta</exception></token>
<token>eta</token>
<example>La fusió de l'eta i de l'èpsilon gregues en una sola vocal.</example>
</antipattern>
<rule>
<pattern>
Expand Down

0 comments on commit b23dc08

Please sign in to comment.