#include <ngram.h>
Definition at line 33 of file ngram.h.
◆ Ngram()
Ngram::Ngram |
( |
const int |
N | ) |
|
◆ ~Ngram()
◆ getN()
int Ngram::getN |
( |
| ) |
const |
◆ getNgram()
std::string Ngram::getNgram |
( |
const int |
n | ) |
const |
◆ operator<()
bool Ngram::operator< |
( |
const Ngram & |
other | ) |
const |
◆ operator=()
◆ setNgram()
void Ngram::setNgram |
( |
const int |
n, |
|
|
const std::string |
str |
|
) |
| |
◆ toString()
std::string Ngram::toString |
( |
| ) |
const |
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
output, |
|
|
const Ngram & |
b |
|
) |
| |
|
friend |
◆ ngrams
std::string* Ngram::ngrams |
|
private |
The documentation for this class was generated from the following files:
- F:/msys64/home/MatteoV/git/presage/src/tools/ngram.h
- F:/msys64/home/MatteoV/git/presage/src/tools/ngram.cpp