Map<Integer, Map<Type, Map<String, Object>>> fa, MatchResult matchResult,
RegExpRuleMatch match, RutaStream stream) {
CAS cas = stream.getCas();
if (begin < end) {
for (Type type : globalTypes) {
AnnotationFS afs = cas.createAnnotation(type, delta + begin, delta + end);
fillFeatures(group, afs, fa, delta, matchResult, stream);
match.addMatched(group, afs);
stream.addAnnotation(afs, true, true, match);
}
}