explaining the names of types
@leoalenc is already working on this.
Since Aug 12, 2021.
- Dominant language
- Common Lisp
- Stars
- 3
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Na gramatica ERG, temos vários problemas com os nomes de tipos. Nem sempre o significado é claro. Seria bom termos, logo de inicio, uma boa documentação sobre os 'nomes' que usamos. Por exemplo, o que seria o prefixo
facemfac-refl-intrans?
@arademaker, obrigado pelas dicas, altamente relevantes. fac é facultative. Vou criar documento com definição da sintaxe utilizada nos nomes e uma tabela explicando todos os elementos que entram nos nomes dos tipos.
A ferramenta do @fcbond que permite navegar por uma gramática e treebank, exibe entradas como http://compling.hss.ntu.edu.sg/ltdb/cgi/ERG_1214//showtype.cgi?typ=aj_-_i-att-pn_le produzidas a partir da leitura dos arquivos TDL que seguem: 1) uma convenção de nomes para entradas lexicais e tipos (vide https://github.com/delph-in/docs/wiki/ErgLeTypes) e usam docstrings (parecidas com do Python):
aj_-_i-att_le := reg_adj_word & """ Adj, attributive <ex>The inner ring is small. """ [ SYNSEM basic_attr_adj_synsem ].Um investimento interessante. Infelizmente acho que a MATRIX não tem nenhum suporte para estas documentações.
Não tem mesmo.
Originally posted by @leoalenc in https://github.com/LR-POR/PorGram/issues/18#issuecomment-897860741
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.