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

implement clausal subjects #54

Open
leoalenc opened this issue Oct 16, 2021 · 3 comments
Open

implement clausal subjects #54

leoalenc opened this issue Oct 16, 2021 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@leoalenc
Copy link
Contributor

leoalenc commented Oct 16, 2021

Implement sentences with a clausal subject, especially those described in Mateus et al. (1989) that involve the infinitive, according to #17:

Surpreendeu os críticos que o filme tivesse ganhado o festival. (p. 265)
Surpreendeu os críticos o filme ter ganho o festival. (p. 266)
É surpreendente o filme ter ganho o festival. (p. 280)

@leoalenc leoalenc added the enhancement New feature or request label Oct 16, 2021
@leoalenc leoalenc self-assigned this Oct 16, 2021
@leoalenc
Copy link
Contributor Author

leoalenc commented Feb 6, 2023

@arademaker , there are generic types in the matrix.tdl file that can be manually customized to build the Portuguese types needed to parse these sentences (see clausal-arg-intrans-lex-item). I manually implemented several types to handle infinitive clauses (both inflected and uninflected). See article:

ALENCAR, L. F. de; RADEMAKER, A. Modelação da valência verbal numa gramática computacional do português no formalismo HPSG . Domínios de Lingu@gem, Uberlândia, v. 16, n. 4, p. 1339–1400, 2022. DOI: 10.14393/DL52-v16n4a2022-6. Disponível em: https://seer.ufu.br/index.php/dominiosdelinguagem/article/view/64132. Acesso em: 6 fev. 2023.

@leoalenc
Copy link
Contributor Author

leoalenc commented Feb 6, 2023

Also include in the test file:

Surpreendeu os críticos os filmes terem ganho o festival.
É surpreendente os filmes terem ganho o festival.

@leoalenc
Copy link
Contributor Author

leoalenc commented Feb 9, 2023

@arademaker , this another good task to manually implement with the assistance of @danflick.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants