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

Fix cases of PRON or DET lacks the PronType feature #378

Merged
merged 2 commits into from
Oct 25, 2021
Merged

Conversation

wellington36
Copy link

PR relacionado ao issue #365, correção de casos simples, que não envolvem discussões abertas em outros issue. Feitas utilizando a documentação e análise de casos semelhantes no próprio Bosque.

Copy link
Collaborator

@arademaker arademaker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3 casos aqui estou pedindo para desfazer e verificar se temos issues relacionados ou criar os issues adequados.

@@ -75,7 +75,7 @@
4 muito muito ADV <quant>|ADV|@>A _ 5 advmod _ _
5 instrutivos instrutivo ADJ ADJ|M|P|@N< Gender=Masc|Number=Plur 3 amod _ SpaceAfter=No
6 , , PUNCT PU|@PU _ 8 punct _ _
7 a a DET N|M|S|@ADVL> Gender=Masc|Number=Sing 8 det _ MWE=a_céu_aberto
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

este a me parece um pronome, se fosse artigo concordaria com o nome céu Masc+Sing. Peço desfazer a mudança e abrir um issue para discutirmos esta sentença com calma.

@@ -12,7 +12,7 @@
6 , , PUNCT PU|@PU _ 3 punct _ _
7 diante diante ADV ADV|@ADVL> _ 11 case _ MWE=diante_de|MWEPOS=ADP
8 de de ADP PRP|@A< _ 7 fixed _ _
9 dezenas dezenas DET <quant>|DET|M|P|@>N Gender=Masc|Number=Plur 11 det _ _
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no corpus, temos outros tantos casos de dezenas/centenas, peço desfazer mudança e vamos abrir um issue para rever estes casos?

% awk '$3 ~ /dezena|centena$/ {print $2,$3,$4}' * | sort | uniq -c
   1 Dezenas dezena DET
   1 centena centena ADJ
   1 centena centena NUM
  10 centenas centena NOUN
   4 centenas centena NUM
   2 dezena dezena NUM
   4 dezenas dezena DET
   2 dezenas dezena NUM
   2 dezenas dezena PRON
   1 dezenas dezenas DET

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Abri #379.

@@ -159,7 +159,7 @@
40 recente recente ADJ ADJ|F|S|@>N Gender=Fem|Number=Sing 41 amod _ _
41 visita visita NOUN <np-def>|N|F|S|@P< Gender=Fem|Number=Sing 28 obl _ _
42 a a ADP <first-cjt>|PRP|@N< _ 46 case _ _
43 uma um DET <cjt>|<card>|NUM|F|S|@P< NumType=Card 46 det _ _
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

também não estou muito certo desta analise e sugiro verificar se ja temos e/ou criar issue para discutirmos esta construção uma das X...

@wellington36
Copy link
Author

Correções feitas em 53fc24c.

@arademaker arademaker merged commit 5d0ed1f into workbench Oct 25, 2021
@arademaker arademaker deleted the issue-365 branch October 25, 2021 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants