FreeLing
4.0
|
Auxiliar class to store a phonetic change rule. More...
#include <phonetics.h>
Public Member Functions | |
ph_rule () | |
Constructor of a phonetic trasncoding rule. | |
~ph_rule () | |
Destructor of a phonetic trasncoding rule. | |
Public Attributes | |
std::wstring | from |
what to search and replace | |
std::wstring | to |
what is the replacement | |
std::wstring | env |
in which context | |
freeling::regexp | re_env |
Auxiliar class to store a phonetic change rule.
Constructor of a phonetic trasncoding rule.
Destructor of a phonetic trasncoding rule.
std::wstring freeling::ph_rule::env |
in which context
Referenced by freeling::phonetics::add_rule().
std::wstring freeling::ph_rule::from |
what to search and replace
Referenced by freeling::phonetics::add_rule(), and freeling::phonetics::apply_rule().
Referenced by freeling::phonetics::add_rule(), and freeling::phonetics::apply_rule().
std::wstring freeling::ph_rule::to |
what is the replacement
Referenced by freeling::phonetics::add_rule(), and freeling::phonetics::apply_rule().