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

eliminate types exclusively based on semantics #73

Open
leoalenc opened this issue Feb 4, 2022 · 1 comment
Open

eliminate types exclusively based on semantics #73

leoalenc opened this issue Feb 4, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@leoalenc
Copy link
Contributor

leoalenc commented Feb 4, 2022

O tipo vol-verb-lex, criado por meio do questionário, não inclui nenhuma especificação adicional em relação ao tipo mais alto que-subj-cl-verb-lex, de que é descendente. Isso provocou a geração de ambiguidade espúria:

~/hpsg/por$ grep -En "^querer" *.tdl

control-verbs.tdl:24:querer_2 := inf-trans-first-arg-control-verb-lex &
lexicon.tdl:285:querer := vol-verb-lex &
random-sample-156-entries.tdl:1061:querer_3 := trans-verb-lex & ; MIC
sample-1647-entries.tdl:5671:querer_4 := que-subj-cl-verb-lex &

O objetivo desta issue, relacionada a #43, é corrigir esse problema.

@leoalenc leoalenc added the bug Something isn't working label Feb 4, 2022
@leoalenc leoalenc self-assigned this Feb 4, 2022
@leoalenc
Copy link
Contributor Author

Outro exemplo:

~/hpsg/por$ grep -En "^querer(_[0-9]+)?" *.tdl
...
lexicon.tdl:285:querer := vol-verb-lex &
...
random-sample-205-entries.tdl:70:querer_4 := que-subj-cl-verb-lex & ; BOR
...

querer e querer_4 constituem a mesma variante verbal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant