pub fn pattern_with_deltas( store: &AnnotationStore, tag: &TagName, ) -> Option<(Pattern, Vec<Delta>)>
Extract the pattern and compute deltas for every instance of a tag.