00001 /* Copyright (C) 2009 webis.de 00002 * All rights reserved. 00003 */ 00004 #ifndef AITOOLS_INVERTEDINDEX_INDEX_BUILDING_HPP 00005 #define AITOOLS_INVERTEDINDEX_INDEX_BUILDING_HPP 00006 00007 #include <boost/filesystem.hpp> 00008 00009 namespace bfs = boost::filesystem; 00010 00011 namespace aitools { 00012 namespace invertedindex { 00013 00014 void build_index(const bfs::path& input_dir, const bfs::path& index_dir); 00015 00016 } // namespace invertedindex 00017 } // namespace aitools 00018 00019 #endif // AITOOLS_INVERTEDINDEX_INDEX_BUILDING_HPP