ModErn Text Analysis
META Enumerates Textual Applications
Namespaces | Functions
search.tcc File Reference
#include <unordered_set>
#include <unordered_map>
#include <queue>

Namespaces

 meta
 The ModErn Text Analysis toolkit is a suite of natural language processing, classification, information retreival, data mining, and other applications of text processing.
 
 meta::graph
 Contains implementations of the graph data structure and algorithms that operate over them.
 

Functions

template<class Graph >
std::vector< node_id > meta::graph::algorithms::myopic_search (Graph &g, node_id src, node_id dest)
 
template<class Graph >
std::vector< node_id > meta::graph::algorithms::bfs (Graph &g, node_id src, node_id dest)
 

Detailed Description

Author
Sean Massung