|
ModErn Text Analysis
META Enumerates Textual Applications
|
#include <stdexcept>#include <vector>#include <unordered_set>#include <cstddef>#include "meta.h"#include "util/optional.h"#include "graph/graph.h"#include "graph/default_node.h"#include "graph/default_edge.h"#include "node_iterator.h"#include "edge_iterator.h"#include "graph/undirected_graph.tcc"Go to the source code of this file.
Classes | |
| class | meta::graph::undirected_graph< Node, Edge > |
| A simple class to represent a directed graph in memory. More... | |
| class | meta::graph::undirected_graph< Node, Edge >::node_iterator< Iter > |
| class | meta::graph::undirected_graph< Node, Edge >::directed_graph< A, B > |
| class | meta::graph::undirected_graph< Node, Edge >::edge_iterator< Iter > |
| class | meta::graph::undirected_graph_exception |
| Basic exception for undirected_graph interactions. More... | |
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. | |
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.
1.8.9.1