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

POS suspeitas para tokens mark e case #371

Open
arademaker opened this issue Oct 21, 2021 · 0 comments
Open

POS suspeitas para tokens mark e case #371

arademaker opened this issue Oct 21, 2021 · 0 comments

Comments

@arademaker
Copy link
Collaborator

% awk '$0 ~ /^[0-9]/ && $8 ~ /case/ {print $4}' *.conllu | sort | uniq -c | sort -nr
32675 ADP
   88 ADV <- http://match.grew.fr/?corpus=UD_Portuguese-Bosque@dev&custom=6170cd3adde6e
    3 DET 
    2 SCONJ <- http://match.grew.fr/?corpus=UD_Portuguese-Bosque@dev&custom=6170c9fce1534

% awk '$0 ~ /^[0-9]/ && $8 ~ /mark/ {print $4}' *.conllu | sort | uniq -c | sort -nr
5161 SCONJ
 169 ADV
  68 ADP  <- http://match.grew.fr/?corpus=UD_Portuguese-Bosque@dev&custom=6170c9959ff7a
  10 DET  <- 'uma vez que' http://match.grew.fr/?corpus=UD_Portuguese-Bosque@dev&custom=6170cc76e7eb1
   3 VERB  <- http://match.grew.fr/?corpus=UD_Portuguese-Bosque@dev&custom=6170ca763c7a3

Originally posted by @arademaker in LR-POR/tools#18 (comment)

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

No branches or pull requests

1 participant