object raising verbs wrongly classified as object control verbs
@leoalenc is already working on this.
Since Dec 9, 2021.
- Dominant language
- Common Lisp
- Stars
- 3
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Ao verbo *impedir*, no momento, são atribuídos dois tipos:
`grep -En "^impedir(_[0-9]+)? " *.tdl`
> control-verbs.tdl:76:impedir_1 := de-inf-ditrans-second-arg-control-verb-lex &
> lexicon.tdl:801:impedir := dir-verb-lex &
Exemplos:
> a estudante impediu o artista de matar a ratazana
> o cachorro impediu que o gato perseguisse a ratazana
Na verdade, no primeiro exemplo, não temos, rigor, controle do objeto, mas alçamento (_raising_) do sujeito da oração encaixada à posição de objeto do verbo matriz, do qual não exerce papel temático.
O objetivo desta _issue_ é fazer essa correção.
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.