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

incluir classe de palavra nos identificadores lexicais #42

Closed
leoalenc opened this issue Jan 29, 2022 · 1 comment
Closed

incluir classe de palavra nos identificadores lexicais #42

leoalenc opened this issue Jan 29, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@leoalenc
Copy link
Contributor

leoalenc commented Jan 29, 2022

Esta issue visa a alterar o módulo WriteVerbEntries de modo a incluir a classe de palavra nos identificadores lexicais das entradas geradas automaticamente (ver #39), seguindo sugestão de @arademaker.
No momento, o módulo gera entradas como esta:

anunciar_2 := trans-verb-lex &
  [ STEM < "anunciar" >,
    SYNSEM.LKEYS.KEYREL.PRED "_anunciar_v_2_rel" ]. 

O objetivo é gerar entradas com a abreviatura da classe de palavra prefixada ao índice numérico do identificador lexical:

anunciar_v2 := trans-verb-lex &
  [ STEM < "anunciar" >,
    SYNSEM.LKEYS.KEYREL.PRED "_anunciar_v_2_rel" ].
@leoalenc leoalenc added the enhancement New feature or request label Jan 29, 2022
@leoalenc leoalenc self-assigned this Jan 29, 2022
leoalenc added a commit that referenced this issue Jan 30, 2022
@leoalenc
Copy link
Contributor Author

O objetivo é gerar entradas com a abreviatura da classe de palavra prefixada ao índice numérico do identificador lexical:

anunciar_v2 := trans-verb-lex &
  [ STEM < "anunciar" >,
    SYNSEM.LKEYS.KEYREL.PRED "_anunciar_v_2_rel" ].

ed7dff9 resolve isso.

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

1 participant