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