Class FeaturesOfFirstMention

  • All Implemented Interfaces:
    AlphabetCarrying, java.io.Serializable

    public class FeaturesOfFirstMention
    extends Pipe
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • FeaturesOfFirstMention

        public FeaturesOfFirstMention​(java.lang.String namePrefix,
                                      java.lang.String firstMentionName,
                                      java.util.regex.Pattern featureRegex)
      • FeaturesOfFirstMention

        public FeaturesOfFirstMention​(java.lang.String namePrefix,
                                      java.util.regex.Pattern featureRegex,
                                      java.util.regex.Pattern featureFilterRegex,
                                      boolean includeFiltered)
      • FeaturesOfFirstMention

        public FeaturesOfFirstMention​(java.lang.String namePrefix,
                                      java.util.regex.Pattern featureRegex)
      • FeaturesOfFirstMention

        public FeaturesOfFirstMention​(java.lang.String namePrefix)
    • 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