Class LexiconMembership

    • Constructor Detail

      • LexiconMembership

        public LexiconMembership​(java.lang.String name,
                                 java.io.Reader lexiconReader,
                                 boolean ignoreCase)
      • LexiconMembership

        public LexiconMembership​(java.lang.String name,
                                 java.io.File lexiconFile,
                                 boolean ignoreCase)
                          throws java.io.FileNotFoundException
        Throws:
        java.io.FileNotFoundException
      • LexiconMembership

        public LexiconMembership​(java.io.File lexiconFile,
                                 boolean ignoreCase)
                          throws java.io.FileNotFoundException
        Throws:
        java.io.FileNotFoundException
      • LexiconMembership

        public LexiconMembership​(java.io.File lexiconFile)
                          throws java.io.FileNotFoundException
        Throws:
        java.io.FileNotFoundException
    • 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