ModErn Text Analysis
META Enumerates Textual Applications
|
#include <cmath>
#include <iterator>
Go to the source code of this file.
Classes | |
class | meta::util::basic_range< T > |
Implements a range that spans a loop's extension and termination conditions, most useful for iterating over a range of numbers with a range-based for loop. More... | |
class | meta::util::basic_range< T >::iterator_t< Plus > |
Iterator to traverse the generic range. 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::util | |
Shared resources and utilities. | |
Functions | |
template<class T > | |
basic_range< T > | meta::util::range (const T &begin, const T &end) |
Constructs a range based on a beginning and ending value. More... | |
template<class T > | |
basic_range< T > | meta::util::range (const T &begin, const T &end, const T &step) |
Constructs a range based on a beginning value, and ending value, and a step size. More... | |
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.