#include "fries/language.h"
#include "freeling/database.h"
#include "freeling/dictionary.h"
#include "freeling/phonetics.h"
#include "freeling/phoneticDistance.h"
#include "freeling/similarity.h"
#include "regexp-pcre++.h"
Go to the source code of this file.
Classes | |
class | corrector |
Defines | |
#define | EDIT_DISTANCE 1 |
The class corrector implements a spell checker that will try to correct spelling errors. | |
#define | PHONETIC_DISTANCE 2 |
#define EDIT_DISTANCE 1 |
The class corrector implements a spell checker that will try to correct spelling errors.
#define PHONETIC_DISTANCE 2 |