Feature #3305
Partition & Subcorpus, create Partition sub-class per construction method
Statut: | New | Début: | 26/10/2022 | |
---|---|---|---|---|
Priorité: | Normal | Echéance: | ||
Assigné à: | - | % réalisé: | 0% |
|
Catégorie: | Commands | Temps passé: | - | |
Version cible: | TXM 0.8.4 |
Description
Currently the Partition and Subcorpus parameters are only composed of the CQL queries forged by the Partition and Subcorpus dialogs.
This makes it impossible to have different behavior when export/import-ing, naming, cloning, etc. the Partition and Subcorpus results.
Solution¶
Possible Partition types based on current UI:- CQLPartition : named list of query
- OnePropertyAllValuesPartition : one structural unit property
- OnePropertyChoosenValuesPartition : named list of structural unit property + value(s)
- MultiplePropertiesAllValuesPartition : list of structural unit properties (BuildCrossPartition macro)
- ...
- CQLSubcorpus : one CQL
- ContextSubcorpus : one CQL + one structural unit [doesn't exist]
- OnePropertyChoosenValuesSubcorpus : one (structural unit property + values)
- CombinedPropertiesValuesSubcorpus : list (structural unit property + values) + composition rule (| or &)
- ...
Each Partition and Subcorpus type is specialized in export/import-ing, naming, cloning, etc.
Historique
#1 Mis à jour par Matthieu Decorde il y a presque 3 ans
- Description mis à jour (diff)
#2 Mis à jour par Serge Heiden il y a presque 3 ans
- Description mis à jour (diff)