Class Unknown


  • public final class Unknown
    extends java.lang.Object
    未知語の検索を行うクラス
    • Constructor Summary

      Constructors 
      Constructor Description
      Unknown​(java.lang.String dataDir)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void search​(java.lang.CharSequence text, int start, WordDic wdic, WordDic.Callback fn)  
      • Methods inherited from class java.lang.Object

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

      • Unknown

        public Unknown​(java.lang.String dataDir)
                throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail