#include <ngram.h>
Private Attributes |
int | N |
std::string * | ngrams |
Detailed Description
Definition at line 33 of file ngram.h.
Constructor & Destructor Documentation
Ngram::Ngram |
( |
const int |
N | ) |
|
Member Function Documentation
int Ngram::getN |
( |
| ) |
const |
std::string Ngram::getNgram |
( |
const int |
n | ) |
const |
bool Ngram::operator< |
( |
const Ngram & |
other | ) |
const |
void Ngram::setNgram |
( |
const int |
n, |
|
|
const std::string |
str |
|
) |
| |
std::string Ngram::toString |
( |
| ) |
const |
Friends And Related Function Documentation
std::ostream& operator<< |
( |
std::ostream & |
output, |
|
|
const Ngram & |
b |
|
) |
| |
|
friend |
Member Data Documentation
std::string* Ngram::ngrams |
|
private |
The documentation for this class was generated from the following files:
- /var/build/temp/tmp.IUY4sDQ1L6/4.0-0-0/presage/presage-0.8.8/src/tools/ngram.h
- /var/build/temp/tmp.IUY4sDQ1L6/4.0-0-0/presage/presage-0.8.8/src/tools/ngram.cpp