LR-POR / LR-POR/PorGram

análise e geração de diminutivos

Open
#78 9 comments 0 reactions 1 assignee View on GitHub

@leoalenc is already working on this.

Since Aug 8, 2022.

bug
Dominant language
Common Lisp
Stars
3
Forks
1
PR merge metrics
No merged PRs in 30d

Description

A partir de feliz.txt, amostra do MorphoBr com todas entradas com o lema adjetival feliz, o script em Python GrammarMatrixTools.py gera dois tipos de dados. O primeiro tipo são entradas lexicais no formato tdl:

feliz := uniform-adj-lex &
		    [ STEM < "feliz" >,
		    SYNSEM.LKEYS.KEYREL.PRED "_feliz_a_rel" ].
felizinho := dim-adj-lex &
		    [ STEM < "felizinho" >,
		    SYNSEM.LKEYS.KEYREL.PRED "_feliz_a_rel" ].
		    SYNSEM.LKEYS.KEYREL.PRED "_feliz_a_rel" ].
felizão := aug-adj-lex &
		    [ STEM < "felizão" >,
		    SYNSEM.LKEYS.KEYREL.PRED "_feliz_a_rel" ].
felizãozinho := dim-aug-adj-lex &
		    [ STEM < "felizãozinho" >,
		    SYNSEM.LKEYS.KEYREL.PRED "_feliz_a_rel" ].

O segundo tipo são entradas de formas irregulares, a serem incorporadas ao arquivo my-irregs.tab:

felizezinha FEM-SUFFIX felizinho
felizezinhos A-PL-SUFFIX felizinho
felizoninha FEM-SUFFIX felizãozinho

O objetivo desta issue é corrigir os erros do script:

  1. é agramatical a forma felizezinha na entrada felizezinha FEM-SUFFIX felizinho
  2. não são geradas todas e somente as entradas necessárias para analisar e gerar as formas de adjetivo com lema feliz do MorphoBr

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.