|
InfoVis 2013
1.0
Information Visualisation project - "Mapping Text with Phrase Nets"
|
#include <RegexPhraseMatcher.h>
Public Member Functions | |
| RegexPhraseMatcher () | |
| ~RegexPhraseMatcher () | |
| void | findAndProcessMatches (const std::string &documentContent, const std::vector< std::string > &connectionWords, NodeGraphManager *nodeGraphManager) |
Static Public Member Functions | |
| static std::string | createRegexConnectionStringFromArray (const std::vector< std::string > &connectionWords) |
| RegexPhraseMatcher::RegexPhraseMatcher | ( | ) |
| RegexPhraseMatcher::~RegexPhraseMatcher | ( | ) |
|
static |
| void RegexPhraseMatcher::findAndProcessMatches | ( | const std::string & | documentContent, |
| const std::vector< std::string > & | connectionWords, | ||
| NodeGraphManager * | nodeGraphManager | ||
| ) |