Uses of Class
org.apache.lucene.wordnet.SynonymMap

Packages that use SynonymMap
org.apache.lucene.wordnet This package uses synonyms defined by WordNet
 

Uses of SynonymMap in org.apache.lucene.wordnet
 

Methods in org.apache.lucene.wordnet with parameters of type SynonymMap
static Analyzer AnalyzerUtil.getSynonymAnalyzer(Analyzer child, SynonymMap synonyms, int maxSynonyms)
          Returns an analyzer wrapper that wraps the underlying child analyzer's token stream into a SynonymTokenFilter.
 

Constructors in org.apache.lucene.wordnet with parameters of type SynonymMap
SynonymTokenFilter(TokenStream input, SynonymMap synonyms, int maxSynonyms)
          Creates an instance for the given underlying stream and synonym table.
 



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