Skip to content

Commit

Permalink
correccions
Browse files Browse the repository at this point in the history
  • Loading branch information
hectoralos committed Aug 16, 2019
1 parent c3853ac commit a122e8f
Showing 1 changed file with 5 additions and 24 deletions.
29 changes: 5 additions & 24 deletions apertium-por-cat.por-cat.t1x
Expand Up @@ -6,10 +6,6 @@
<cat-item tags="n.*"/>
</def-cat>

<def-cat n="npant">
<cat-item tags="np.ant"/>
</def-cat>

<def-cat n="np">
<cat-item tags="np.*"/>
</def-cat>
Expand All @@ -20,6 +16,9 @@
<cat-item tags="np.top.*"/>
<cat-item tags="np.al.*"/>
</def-cat>
<def-cat n="ant">
<cat-item tags="np.ant.*"/>
</def-cat>
<def-cat n="ant_cog">
<cat-item tags="np.ant.*"/>
<cat-item tags="np.cog.*"/>
Expand Down Expand Up @@ -4920,24 +4919,6 @@
</action>
</rule>

<!-- REGLES PER ELIMINIAR EL DET DAVANT DE NOM PROPI cat: ja no fan falta! :-)-->
<!--<rule> <!-#- REGLA 31: DETERMINANT NOM propi-antrop�im -#->
<pattern>
<pattern-item n="det"/>
<pattern-item n="npant"/>
</pattern>
<action>
<out>
<lu>
<clip pos="2" side="tl" part="whole"/>
</lu>
</out>
<call-macro n="f_bcond">
<with-param pos="1"/>
</call-macro>
</action>
</rule>-->

<rule> <!--REGLA: cujo + nom = det nom del qual -->
<pattern>
<pattern-item n="cujo"/>
Expand Down Expand Up @@ -7002,7 +6983,7 @@
<when>
<test>
<equal caseless="yes">
<clip pos="1" side="sl" part="lem"/>
<clip pos="1" side="tl" part="lem"/>
<lit v="haver"/>
</equal>
</test>
Expand Down Expand Up @@ -7271,7 +7252,7 @@
<when>
<test>
<equal caseless="yes">
<clip pos="1" side="sl" part="lem"/>
<clip pos="1" side="tl" part="lem"/>
<lit v="haver"/>
</equal>
</test>
Expand Down

0 comments on commit a122e8f

Please sign in to comment.