expand hierarchy of verb types based on verb valence classes
Open
@leoalenc is already working on this.
Since Jul 8, 2021.
documentation
enhancement
- Dominant language
- Common Lisp
- Stars
- 3
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
@arademaker, seguindo sua sugestão em comentário anterior, abro esta questão para tratar especificamente da modelação da valência verbal. No momento, a gramática abrange estas classes:

Esta tabela elucida os tipos com instâncias (exemplos extraídos do conjunto-teste test_sentences):
| tipo | estrutura argumental | exemplos |
|---|---|---|
| non-refl-intrans | Rel(Arg1) | 1 o cachorro latiu |
| refl-intrans | Rel(Arg1) | 30 eles queixaram-se |
| fac-refl-intrans | Rel(Arg1) | 149 a porta abriu 150 a porta abriu-se |
| trans | Rel(Arg1,Arg2) | 2 o cachorro perseguiu o gato |
| volitive | Rel(Arg1,Proposition) | 16 o cachorro quer que o gato lata |
| dicendi | Rel(Arg1,Proposition) | 26 o cachorro declarou que o gato late |
| cognitive | Rel(Arg1,Proposition) | 18 o cachorro acredita que o gato late |
| evaluative | Rel(Arg1,Proposition) | o cachorro lamenta que o gato lata o cachorro lamenta que o gato tenha latido |
| question | Rel(Arg1,Question) | 20 o cachorro perguntou se o gato late |
| question-refl | Rel(Arg1,Question) | 23 o cachorro perguntou-se se o gato latiu |
Os tipos com complementos oracionais baseiam-se em Mateus et al. (1989), conforme #17.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.