LR-POR / LR-POR/PorGram

object raising verbs wrongly classified as object control verbs

Open
#63 0 comments 0 reactions 1 assignee View on GitHub

@leoalenc is already working on this.

Since Dec 9, 2021.

bug
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.