Skip to content

Commit

Permalink
[pt] disambiguation improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
TiagoSantos committed Aug 5, 2017
1 parent 0271f7d commit 98622ac
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -20,7 +20,7 @@
<!ENTITY pronomes_nao_ambiguos "ma|me|mo|mos|ta|te|to|tas|tes|tos|lha|lhe|lho|lhas|lhes|lhos|vos">
<!ENTITY pronomes_ambiguos "[ao]s?|mas|nos|se">

<!ENTITY verbos_auxiliares_part_passado "ser|estar|ter|haver">
<!ENTITY verbos_auxiliares_part_passado "ser|estar|ter|haver|ficar">

<!ENTITY pontos_cardeais "norte|sul|este|oeste|ocidente|oriente|nascente|poente|nordeste|sudeste|noroeste|sudoeste">
<!ENTITY numero_por_extenso_CP "três|quatro|cinco|seis|sete|oito|nove|dez|onze|doze|treze|catorze|quinze|dez[ae]sseis|dez[ae]ssete|dezoito|dezanove|vinte|trinta|quarenta|cinquenta|sessenta|setenta|oitenta|noventa|cem|mil">
Expand Down Expand Up @@ -1783,7 +1783,7 @@
</rule>
<rule><!-- loose letters used in some time formats -->
<pattern>
<token regexp='yes'>\d{2}h(\d{2}m)?(\d{2})?s?</token>
<token regexp='yes'>\d{1,2}h(\d{2}m)?(\d{2})?s?</token>
</pattern>
<disambig action="ignore_spelling"/>
</rule>
Expand Down

0 comments on commit 98622ac

Please sign in to comment.