#include <ParserFactory.hpp>
Public Methods | |
~ParserFactory () | |
Static Public Methods | |
std::string | preferredName (const std::string &name) |
The idea here is to admit as many names as possible (including possibly misspellings). | |
indri::Parser * | get (const std::string &name) |
indri::Parser * | get (const std::string &name, const std::vector< std::string > &includeTags, const std::vector< std::string > &excludeTags, const std::vector< std::string > &indexTags, const std::vector< std::string > &metadataTags, const std::map< std::string, std::string > &conflations) |
|
|
|
|
|
|
|
The idea here is to admit as many names as possible (including possibly misspellings).
|