Feature #3305
Mis à jour par Serge Heiden il y a presque 3 ans
Currently the Partition and Subcorpus parameters are only composed of the CQL queries forged by the Partition and Subcorpus subcorpus dialogs.
This makes it impossible to have different behavior when export/import-ing, naming, exporting, cloning, etc. the Partition and Subcorpus results. results
h3. Solution
Possible Partition types based on current UI: types:
* CQLPartition : named list of query
* OnePropertyAllValuesPartition SimplePartition : one structural unit property
* OnePropertyChoosenValuesPartition multiple : named list of structural unit property + value(s)
* MultiplePropertiesAllValuesPartition crossed : list of structural unit properties (BuildCrossPartition macro)
* ...
Possible Subcorpus types based on current UI: types:
* CQLSubcorpus : one CQL
* ContextSubcorpus : one CQL + one structural unit [doesn't exist]
* OnePropertyChoosenValuesSubcorpus SimpleSubcorpus : one (structural unit property + values)
* CombinedPropertiesValuesSubcorpus ComplexSubcorpus : list (structural unit property + values) + composition rule (| or &)
* ...
Each Partition and Subcorpus type is specialized in export/import-ing, naming, cloning, etc.
This makes it impossible to have different behavior when export/import-ing, naming, exporting, cloning, etc. the Partition and Subcorpus results. results
h3. Solution
Possible Partition types based on current UI: types:
* CQLPartition : named list of query
* OnePropertyAllValuesPartition SimplePartition : one structural unit property
* OnePropertyChoosenValuesPartition multiple : named list of structural unit property + value(s)
* MultiplePropertiesAllValuesPartition crossed : list of structural unit properties (BuildCrossPartition macro)
* ...
Possible Subcorpus types based on current UI: types:
* CQLSubcorpus : one CQL
* ContextSubcorpus : one CQL + one structural unit [doesn't exist]
* OnePropertyChoosenValuesSubcorpus SimpleSubcorpus : one (structural unit property + values)
* CombinedPropertiesValuesSubcorpus ComplexSubcorpus : list (structural unit property + values) + composition rule (| or &)
* ...
Each Partition and Subcorpus type is specialized in export/import-ing, naming, cloning, etc.