Task #1800

Mis à jour par Alexey Lavrentev il y a environ 9 ans

see https://groupes.renater.fr/wiki/palafra/public/palafra_lemmatisation_fro/lemmatisation_spec_v2

h3. Validation test

* Install Dictionary extension, *call* File > Install a third party tier extension
** work with (update site) = http://textometrie.ens-lyon.fr/dist/palafra
* Create 'dmflex' from dmflex.tsv file, *call* Dictionary > Import:
** name = dmflex
** tsvfile = path to dmflex.tsv
* Convert "category" to "msd_cattex_conv" with "conv_dmf_ctx9-dmf.tsv" "nca_ctx9-dmf.tsv" conversion table, *call* Dictionary > Recode Column:
** name = dmflex
** conversionFile = path to "conv_dmf_ctx9-dmf.tsv" "nca_ctx9-dmf.tsv"
** type (source) = category
** newType (target) = msd_cattex_conv
** mode = abandon
* Convert "source" to "source" with "dmf-src_frolex-src.tsv" conversion table, *call* Dictionary > Recode Column:
** name = dmflex
** conversionFile = path to "dmf-src_frolex-src.tsv"
** type (source) = source
** newType (target) = source
** mode = abandon
* Build a hierarchical index of "source" column, *call* Dictionary > UniqSort:
** name = dmflex
** tsvFile = path to TSV result file
** col = source
* Export the whole dmflex dictionary, *call* Dictionary > Export:
** name = dmflex
** tsvFile = path to TSV result file

Retour