LR-POR / LR-POR/PorGram

explaining the names of types

Open
#38 5 comments 0 reactions 1 assignee View on GitHub

@leoalenc is already working on this.

Since Aug 12, 2021.

documentation
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 fac em fac-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

  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.