Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pt] More verbs/nouns fixes in disambiguation.xml #11033

Merged
merged 1 commit into from
Nov 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3925,7 +3925,7 @@ USA
<token postag="V.+" postag_regexp="yes"/>
<marker>
<and>
<token postag='VMIP3S0|VMM02S0|VMSP2S0|VMIP2S0|VMN02S0|VMSF2S0|VMIP1S0|VMP00SM' postag_regexp="yes"/>
<token postag='VMSP3S0|VMIP3S0|VMM02S0|VMSP2S0|VMIP2S0|VMN02S0|VMSF2S0|VMIP1S0|VMP00SM' postag_regexp="yes"/>
<token postag='NC.+' postag_regexp='yes'/>
</and>
</marker>
Expand All @@ -3941,6 +3941,10 @@ USA
E as mulheres me jogam rosas.
Em tempos tão tristes que vivemos, é preciso alimentar a alma para que as esperanças se mantenham vivas.
Com que frequência você compra roupas?
O formulário de encomenda apresenta o valor do IVA a pagar sobre os artigos seleccionados.
Alguém sabe me explicar sobre isso?
Pare de se anular, aja com humildade mas seja firme em suas decisões.
Que a terra lhe seja leve.
-->
</rule>

Expand All @@ -3952,7 +3956,7 @@ USA
<token postag='D[AI].+' postag_regexp='yes'/>
<marker>
<and>
<token postag='VMIP3S0|VMM02S0|VMSP2S0|VMIP2S0|VMN02S0|VMSF2S0|VMIP1S0' postag_regexp="yes"/> <!-- Removed "VMP00SM" -->
<token postag='VMSP3S0|VMIP3S0|VMM02S0|VMSP2S0|VMIP2S0|VMN02S0|VMSF2S0|VMIP1S0' postag_regexp="yes"/> <!-- Removed "VMP00SM" -->
<token postag='NC.+' postag_regexp='yes'/>
</and>
</marker>
Expand All @@ -3968,6 +3972,9 @@ USA
Mais tarde, se casa com Ha-ni e decide se tornar um médico, não herdando a empresa de jogos do seu pai.
Para visualizar a lista de favoritos clique aqui.
O Tom está pintando a casa por conta própria.
Em outra panela (média), aqueça o azeite em fogo alto.
Fiz o leite em casa e coloquei em uma garrafa de gargalo pequeno.
A vida é muito curta para fingir algo para agradar alguém.
-->
</rule>

Expand Down