#ifndef __LUCENE_ANALYSIS_WORDLIST_LOADER__ #define __LUCENE_ANALYSIS_WORDLIST_LOADER__ #include @interface LCWordlistLoader: NSObject + (NSSet *) getWordSet: (NSString *) absolutePath; @end #endif /* __LUCENE_ANALYSIS_WORDLIST_LOADER__ */