Class TrieLexiconMembership

    • Constructor Detail

      • TrieLexiconMembership

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

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

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

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

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

        public TrieLexiconMembership​(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