#ifndef __LUCENE_ANALYSIS_WHITESPACE_ANALYZER__
#define __LUCENE_ANALYSIS_WHITESPACE_ANALYZER__

#include "LCAnalyzer.h"

/** An Analyzer that uses WhitespaceTokenizer. */
#ifdef HAVE_UKTEST
#include <UnitKit/UnitKit.h>
@interface LCWhitespaceAnalyzer: LCAnalyzer <UKTest>
#else
@interface LCWhitespaceAnalyzer: LCAnalyzer
#endif

@end

#endif /*  __LUCENE_ANALYSIS_WHITESPACE_ANALYZER__ */


syntax highlighted by Code2HTML, v. 0.9.1