análise e geração de diminutivos
Open
@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:
- é agramatical a forma felizezinha na entrada
felizezinha FEM-SUFFIX felizinho - 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
- 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.