Class FeatureWindow

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

    public class FeatureWindow
    extends Pipe
    implements java.io.Serializable
    Adds all features of tokens in the window to the center token.
    See Also:
    Serialized Form
    • Constructor Detail

      • FeatureWindow

        public FeatureWindow​(int left,
                             int right)
    • 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