Class CountMatchesMatching

    • Constructor Detail

      • CountMatchesMatching

        public CountMatchesMatching​(java.lang.String featureName,
                                    java.util.regex.Pattern regex,
                                    java.util.regex.Pattern moreSpecificRegex,
                                    boolean normalizeByRegexMatches)
      • CountMatchesMatching

        public CountMatchesMatching​(java.lang.String featureName,
                                    java.util.regex.Pattern regex,
                                    java.util.regex.Pattern moreSpecificRegex)
    • 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