E F M O S

E

expand(String, Searcher, Analyzer, String, float) - Static method in class org.apache.lucene.wordnet.SynExpand
Perform synonym expansion on a query.
expand(String, Searcher, Analyzer, String, float) - Static method in class org.apache.lucene.wordnet.SynLookup
Perform synonym expansion on a query.

F

F_SYN - Static variable in class org.apache.lucene.wordnet.Syns2Index
 
F_WORD - Static variable in class org.apache.lucene.wordnet.Syns2Index
 

M

main(String[]) - Static method in class org.apache.lucene.wordnet.SynExpand
Test driver for synonym expansion.
main(String[]) - Static method in class org.apache.lucene.wordnet.SynLookup
 
main(String[]) - Static method in class org.apache.lucene.wordnet.Syns2Index
Takes arg of prolog file name and index directory.

O

org.apache.lucene.wordnet - package org.apache.lucene.wordnet
This package uses synonyms defined by WordNet to build a Lucene index storing them, which in turn can be used for query expansion.

S

SynExpand - Class in org.apache.lucene.wordnet
Expand a query by looking up synonyms for every term.
SynExpand() - Constructor for class org.apache.lucene.wordnet.SynExpand
 
SynLookup - Class in org.apache.lucene.wordnet
Test program to look up synonyms.
SynLookup() - Constructor for class org.apache.lucene.wordnet.SynLookup
 
Syns2Index - Class in org.apache.lucene.wordnet
Convert the prolog file wn_s.pl from the WordNet prolog download into a Lucene index suitable for looking up synonyms and performing query expansion (SynExpand.expand(...)).
Syns2Index() - Constructor for class org.apache.lucene.wordnet.Syns2Index
 

E F M O S

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