Package edu.smu.tspell.wordnet.impl.file

Examples of edu.smu.tspell.wordnet.impl.file.FileDatabase


   */
  public synchronized static WordNetDatabase getFileInstance()
  {
    if (fileInstance == null)
    {
      fileInstance = new FileDatabase();
    }
    return fileInstance;
  }
View Full Code Here

TOP

Related Classes of edu.smu.tspell.wordnet.impl.file.FileDatabase

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.