Class UnknownDictionary

  • All Implemented Interfaces:
    Dictionary

    public final class UnknownDictionary
    extends BinaryDictionary
    Dictionary for unknown-word handling.
    • Constructor Detail

      • UnknownDictionary

        public UnknownDictionary​(BinaryDictionary.ResourceScheme scheme,
                                 java.lang.String resourcePath)
                          throws java.io.IOException
        Parameters:
        scheme - scheme for loading resources (FILE or CLASSPATH).
        resourcePath - where to load resources from; a path, including the file base name without extension; this is used to match multiple files with the same base name.
        Throws:
        java.io.IOException
      • UnknownDictionary

        private UnknownDictionary()
                           throws java.io.IOException
        Throws:
        java.io.IOException