ModErn Text Analysis
META Enumerates Textual Applications
algorithms.h
Go to the documentation of this file.
1 
10 #ifndef META_GRAPH_ALGORITHMS_ALL_H_
11 #define META_GRAPH_ALGORITHMS_ALL_H_
12 
13 namespace meta
14 {
15 namespace graph
16 {
17 namespace algorithms
18 {
22 class graph_algorithm_exception : public std::runtime_error
23 {
24  public:
25  using std::runtime_error::runtime_error;
26 };
27 
28 }
29 }
30 }
31 
33 #include "graph/algorithms/model.h"
36 
37 #endif
Definition: graph.h:18
The ModErn Text Analysis toolkit is a suite of natural language processing, classification, information retreival, data mining, and other applications of text processing.
Definition: analyzer.h:24
Exception for errors in graph algorithms.
Definition: algorithms.h:22