...From a database containing for each article its list of revisions, produce one csv file per article containing authored sequences and lifespans.
Output format:
i,j,lifespan,author
with
- i : begining of the chars sequence
- j : end of the chars sequence
- lifespan : number of edits the sequence has survives until the lattest revision
- author : author id of the sequence.