ModErn Text Analysis
META Enumerates Textual Applications
Namespaces | Functions
search.h File Reference
#include "graph/undirected_graph.h"
#include "graph/directed_graph.h"
#include "graph/algorithms/search.tcc"

Go to the source code of this file.

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

All files in META are dual-licensed under the MIT and NCSA licenses. For more details, consult the file LICENSE.mit and LICENSE.ncsa in the root of the project.