00001 /*========================================================================== 00002 * Copyright (c) 2002 University of Massachusetts. All Rights Reserved. 00003 * 00004 * Use of the Lemur Toolkit for Language Modeling and Information Retrieval 00005 * is subject to the terms of the software license set forth in the LICENSE 00006 * file included with this software, and also available at 00007 * http://www.lemurproject.org/license.html 00008 * 00009 *========================================================================== 00010 */ 00011 /* 00012 author: dmf 00013 */ 00014 00015 #ifndef _INCFPTEXTHANDLER_HPP 00016 #define _INCFPTEXTHANDLER_HPP 00017 #include "InvFPTextHandler.hpp" 00018 #include "IncFPPushIndex.hpp" 00019 00023 00024 class IncFPTextHandler : public InvFPTextHandler { 00025 public: 00026 IncFPTextHandler() { } 00029 IncFPTextHandler(const string &filename, int bufferSize, 00030 bool countStopWds = false, int ind = 1); 00031 }; 00032 00033 #endif 00034