org.apache.lucene.analysis.synonym
Class WordnetSynonymParser

java.lang.Object
  extended by org.apache.lucene.analysis.synonym.SynonymMap.Builder
      extended by org.apache.lucene.analysis.synonym.WordnetSynonymParser

public class WordnetSynonymParser
extends SynonymMap.Builder

Parser for wordnet prolog format

See http://wordnet.princeton.edu/man/prologdb.5WN.html for a description of the format.

WARNING: This API is experimental and might change in incompatible ways in the next release.

Constructor Summary
WordnetSynonymParser(boolean dedup, boolean expand, org.apache.lucene.analysis.Analyzer analyzer)
           
 
Method Summary
 void add(Reader in)
           
 
Methods inherited from class org.apache.lucene.analysis.synonym.SynonymMap.Builder
add, analyze, build, join
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WordnetSynonymParser

public WordnetSynonymParser(boolean dedup,
                            boolean expand,
                            org.apache.lucene.analysis.Analyzer analyzer)
Method Detail

add

public void add(Reader in)
         throws IOException,
                ParseException
Throws:
IOException
ParseException


Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.