Class CountMatchesAlignedWithOffsets

    • Constructor Detail

      • CountMatchesAlignedWithOffsets

        public CountMatchesAlignedWithOffsets​(java.lang.String featureName,
                                              java.util.regex.Pattern regex,
                                              int[] offsets,
                                              boolean normalizeByMatchCount)
      • CountMatchesAlignedWithOffsets

        public CountMatchesAlignedWithOffsets​(java.lang.String featureName,
                                              java.util.regex.Pattern regex,
                                              int[] offsets)
    • Method Detail

      • pipe

        public Instance pipe​(Instance carrier)
        Description copied from class: Pipe
        Really this should be 'protected', but isn't for historical reasons.
        Overrides:
        pipe in class Pipe