Package org.apache.lucene.wordnet

Examples of org.apache.lucene.wordnet.SynonymMap


    * {@inheritDoc}
    */
   public void initialize(InputStream configuration) throws IOException
   {

      SynonymMap sm = null;
      try
      {
         sm = new SynonymMap(configuration);
      }
      catch (IOException e)
      {
         if (LOG.isTraceEnabled())
         {
View Full Code Here

TOP

Related Classes of org.apache.lucene.wordnet.SynonymMap

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.