Feature #3305

Mis à jour par Matthieu Decorde il y a presque 3 ans

Currently the Partition and Subcorpus parameters are only the CQL queries forged by the Partition and subcorpus dialogs.

This makes impossible to have different behavior when naming, exporting, cloning, etc. the results

Partition types:

* CQLPartition : named list of query

* SimplePartition : one structural unit property

* multiple : named list of structural unit property + value(s)

* crossed : list of structural unit properties

* ...

Subcorpus types:

* CQLSubcorpus : one CQL

* ContextSubcorpus : one CQL + one structural unit

* SimpleSubcorpus : one (structural unit property + values)

* ComplexSubcorpus : list (structural unit property + values) + composition rule (| or &)

* ...

Retour