Files
blap/src
lukebarnard 82d6805a71 Canonicalise certain transition pairs, handle arbitrary consecutive transitions
Transition pairs joined,left and left,joined are now transformed into single meta-transitions "joined_and_left" and "left_and_joined" respectively. These are described as "joined and left", "left and rejoined".

Treat consecutive sequences of transitions as repetitions, and handle any arbitrary repetitions of transitions:

...,joined,left,joined,left,joined,left,...

is canonicalised into
...,joined_and_left, joined_and_left, joined_and_left,...

which is truncated and described as
... , joined and left 3 times, ...

This also works if there are multiple consecutive sequences separated by other transitions:

..., banned, banned, banned, joined, unbanned, unbanned, unbanned,...

becomes
... was banned 3 times, joined, was unbanned 3 times ...
2017-01-16 14:49:07 +01:00
..
2016-11-07 09:28:10 +00:00
2016-01-15 17:31:32 +00:00
2016-11-10 17:03:24 +00:00
2016-09-17 02:19:32 +01:00
2016-01-07 04:06:52 +00:00
2016-01-07 04:06:52 +00:00
2016-10-26 18:41:28 +01:00
2016-04-07 18:10:35 +01:00
2016-01-07 04:06:52 +00:00
2016-09-13 17:09:40 +01:00
2016-09-26 20:09:36 +01:00
2016-09-28 10:17:47 +01:00
2016-11-02 16:15:35 +00:00
2016-01-07 04:06:52 +00:00
2016-09-21 09:57:17 +01:00
2016-06-21 19:50:03 +01:00
2016-01-07 04:06:52 +00:00
2016-08-03 15:59:17 +01:00