Skip to content

Commit

Permalink
[ca] fix FPs
Browse files Browse the repository at this point in the history
  • Loading branch information
jaumeortola committed Nov 12, 2024
1 parent 816dd43 commit cc14cce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5024,7 +5024,7 @@ Copyright (C) 2012 Jaume Ortolà i Font
<rule id="improbable_verb_balear" name="verb balear improbable">
<pattern>
<marker>
<token postag="V.*B" postag_regexp="yes" regexp="yes">subsol|pis|xiv|plaç|estàs|après|test|remei|estiu|feren|fem|cens|som|guaret|sent</token>
<token postag="V.*B" postag_regexp="yes" regexp="yes">subsol|pis|xiv|plaç|estàs|après|test|remei|estiu|feren|fem|cens|som|guaret|sent|cal</token>
</marker>
</pattern>
<disambig action="filter" postag=".*[^B]"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,5 @@ enfuits enfugir VMP00PMB
fuit fugir VMP00SMB
fuita fugir VMP00SFB
fuites fugir VMP00PFB
fuits fugir VMP00PMB
fuits fugir VMP00PMB
caler caldre VMN00000
Original file line number Diff line number Diff line change
Expand Up @@ -23634,7 +23634,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
<token min="0" max="6" postag="_PUNCT_CONT|RG.*|.*LOC_ADV.*|.*LOC_CONJ.*" postag_regexp="yes"><exception regexp="yes">més|menys|dins|dintre|fora|prop</exception></token>
<marker>
<token regexp="yes">de|d'<exception postag=".*LOC_.*" postag_regexp="yes"/><exception scope="previous" regexp="yes">final|fi</exception></token>
<token><exception regexp="yes">l|ls|mitjana|cada|nou|fet|manera|part|forma|què|qui(ns|na|nes)?|mi</exception><exception postag="PP.*" postag_regexp="yes"/></token>
<token><exception regexp="yes">l|ls|mitjana|cada|nou|fet|manera|part|forma|què|qui(ns|na|nes)?|mi</exception><exception postag="P[PI].*" postag_regexp="yes"/></token>
</marker>
</pattern>
<message>El verb '<match no="2" postag="V.N.*" postag_regexp="yes"/>' no regeix la preposició 'de'. Probablement cal eliminar-la.</message>
Expand Down Expand Up @@ -23685,6 +23685,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
<example>de les barretes que calguin del motor</example>
<example>Els necessitarà d'ací a ben poc.</example>
<example>Què necessites, de maquinari i de programari?</example>
<example>Cal de tot.</example>
<!--<example>No necessitaran "molt de personal".</example> problema de desambiguació: personal (nom/adj.)-->
<!-- requeria del Consell executiu la presentació d'un projecte
que hom requereix dels alumnes
Expand Down Expand Up @@ -102097,7 +102098,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
</rule>
<rule>
<pattern>
<token regexp="yes">vent|aire</token>
<token regexp="yes" inflected="yes">vent|aire|borrasca</token>
<token min="0" regexp="yes">fred|calent</token>
<token>en</token>
<marker>
Expand Down

0 comments on commit cc14cce

Please sign in to comment.