|
FreeLing
4.0
|
The abstract class accents_module generalizes accentuation rules for different languages. More...
#include <accents_modules.h>

Public Member Functions | |
| accents_module () | |
| Constructor. | |
| virtual void | fix_accentuation (std::set< std::wstring > &, const sufrule &) const =0 |
| Specific accentuation patterns. | |
| virtual | ~accents_module () |
| Destructor. | |
The abstract class accents_module generalizes accentuation rules for different languages.
Constructor.
| virtual freeling::accents_module::~accents_module | ( | ) | [inline, virtual] |
Destructor.
| virtual void freeling::accents_module::fix_accentuation | ( | std::set< std::wstring > & | , |
| const sufrule & | |||
| ) | const [pure virtual] |
Specific accentuation patterns.
Implemented in freeling::accents_gl, freeling::accents_es, and freeling::accents_default.
1.7.6.1