Class WordList2Dictionary


  • public class WordList2Dictionary
    extends java.lang.Object
    Convert a plain txt file with UTF8 encoding to a dictionary file.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      The manin method
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WordList2Dictionary

        public WordList2Dictionary()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.IOException
        The manin method
        Parameters:
        args - command line arguments
        Throws:
        java.io.IOException - if any IO error occur