#include <ParserFactory.hpp>
Public Member Functions | |
| ~ParserFactory () | |
Static Public Member Functions | |
| std::string | preferredName (const std::string &name) |
| The idea here is to admit as many names as possible (including possibly misspellings). | |
| indri::parse::Parser * | get (const std::string &name) |
| indri::parse::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< ConflationPattern *, std::string > &conflations) |
|
|
|
|
||||||||||||||||||||||||||||
|
|
|
|
|
|
|
The idea here is to admit as many names as possible (including possibly misspellings).
|
1.3.4