|
FreeLing
3.0
|
#include <boost/regex/icu.hpp>#include "freeling/windll.h"#include "freeling/morfo/language.h"#include "freeling/morfo/processor.h"#include "freeling/morfo/database.h"#include "freeling/morfo/dictionary.h"#include "freeling/morfo/phonetics.h"#include "freeling/morfo/aligner.h"#include "freeling/morfo/similarity.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 |
1.7.6.1