Skip to content

Commit

Permalink
[ca] fix FPs
Browse files Browse the repository at this point in the history
  • Loading branch information
jaumeortola committed Jul 4, 2024
1 parent 50423a8 commit 7f9a4b0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ protected int getPriorityForId(String id) {
case "HA_A": return 25; // lower than CA_SIMPLE_REPLACE_VERBS
case "PASSAT_PERIFRASTIC": return 25; // greater than CONFUSIONS_ACCENT
case "CONFUSIONS_ACCENT": return 20;
case "CONFUSIO_PASSAT_INFINITIU": return 20; // greater than ACCENTUATION_CHECK
case "DIACRITICS": return 20;
case "CAP_GENS": return 20; //greater than CAP_ELS_CAP_ALS, CONCORDANCES_DET_NOM
case "MOTS_SENSE_GUIONETS": return 20; // greater than CONCORDANCES_NUMERALS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21616,6 +21616,18 @@ Copyright (C) 2012 Jaume Ortolà i Font
<wd pos="GV"/>
</disambig>
</rule>
<rule>
<pattern>
<token postag="V.*" postag_regexp="yes" inflected="yes">acabar</token>
<token>per</token>
<token postag="V.N.*" postag_regexp="yes"/>
</pattern>
<disambig action="addchunk">
<wd pos="GV"/>
<wd pos="GV"/>
<wd pos="GV"/>
</disambig>
</rule>
</rulegroup>
<rule id="propaga_marca_reflexiu" name="propaga la marca de reflexiu">
<antipattern>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9013,7 +9013,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
</antipattern>
<pattern>
<token postag="V.[SIM]..S.." postag_regexp="yes"><exception scope="previous" regexp="yes">els|les|'ls</exception></token>
<token min="0" regexp="yes">a|de|d'|que|en|per</token>
<token chunk="GV" min="0" regexp="yes">a|de|d'|que|en|per</token>
<token postag="V.[NPG].*" postag_regexp="yes" regexp="yes" inflected="yes">ser|estar|parèixer|semblar</token>
<token min="0" postag="&pronom_feble;" postag_regexp="yes" spacebefore="no"/>
<marker>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1187,7 +1187,7 @@ rebentó=rebentada
reblut=rabassut
rebollosa=rebollar
rebossar=arrebossar
rebotejador=rebotador
#rebotejador=rebotador
rebrotís=rebrot
recalador=cadell
recavó=recavada
Expand Down

0 comments on commit 7f9a4b0

Please sign in to comment.