Feature #841
Updated by Serge Heiden over 6 years ago
h3. X-axis range
Currently, the X-axis starts with the subcorpus first word position and ends with the last word position.
The new behavior must translate the subcorpus positions so that the X-axis starts at 0.
h3. Subcorpus continuity
Currently, the sub-corpus continuity test is progression can be computed only to verify if the CQL query result corresponding to the with a sub-corpus is composed of only ONE match. match
Next step is to test the continuity of all the matches of a sub-corpus:
* if query result is composed of one match return TRUE
* else for each match if current_match.end = next_match.start-1 then continue
* else return false
* return TRUE
sub-corpus
Currently, the X-axis starts with the subcorpus first word position and ends with the last word position.
The new behavior must translate the subcorpus positions so that the X-axis starts at 0.
h3. Subcorpus continuity
Currently, the sub-corpus continuity test is progression can be computed only to verify if the CQL query result corresponding to the with a sub-corpus is composed of only ONE match. match
Next step is to test the continuity of all the matches of a sub-corpus:
* if query result is composed of one match return TRUE
* else for each match if current_match.end = next_match.start-1 then continue
* else return false
* return TRUE
sub-corpus