Class TokenTextCharNGrams

    • Constructor Detail

      • TokenTextCharNGrams

        public TokenTextCharNGrams​(java.lang.String prefix,
                                   int[] gramSizes,
                                   boolean distinguishBorders)
      • TokenTextCharNGrams

        public TokenTextCharNGrams​(java.lang.String prefix,
                                   int[] gramSizes)
      • TokenTextCharNGrams

        public TokenTextCharNGrams()
    • 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