Task #2779
Mis à jour par Matthieu Decorde il y a plus de 5 ans
In TXM 0.8.0, structured subcorpus *creation* was based on "[] expand to structure" queries which is quite slow compared to the "<structure>[] expand to structure".
Depending on the corpus matches, the 2 queries don't select the same matches. (There is no difference when they are computed on a MainCorpus, because there is only one match from 0 to END)
h3. Solution
* The "[] expand to structure" query is replaced with the "<structure>[] expand to structure" query
* add a preference to switch to the old query
h3. Documentation
Add the new preference page and new option
The "<structure>[] expand to structure" query is faster but won't work if the first position of the structure is not included in the corpus matches.
Both Bother queries can break the corpus limits, but the first one more often since it needs only one available position in the structure to work
Depending on the corpus matches, the 2 queries don't select the same matches. (There is no difference when they are computed on a MainCorpus, because there is only one match from 0 to END)
h3. Solution
* The "[] expand to structure" query is replaced with the "<structure>[] expand to structure" query
* add a preference to switch to the old query
h3. Documentation
Add the new preference page and new option
The "<structure>[] expand to structure" query is faster but won't work if the first position of the structure is not included in the corpus matches.
Both Bother queries can break the corpus limits, but the first one more often since it needs only one available position in the structure to work