|
FreeLing
3.0
|
Auxiliar class to store a phonetic change rule. More...
#include <phonetics.h>
Public Attributes | |
| std::wstring | from |
| what to search and replace | |
| std::wstring | to |
| what is the replacement | |
| std::wstring | env |
| in which context | |
Auxiliar class to store a phonetic change rule.
| std::wstring ph_rule::env |
in which context
Referenced by phonetics::add_rule(), and phonetics::apply_rule().
| std::wstring ph_rule::from |
what to search and replace
Referenced by phonetics::add_rule(), and phonetics::apply_rule().
| std::wstring ph_rule::to |
what is the replacement
Referenced by phonetics::add_rule(), and phonetics::apply_rule().
1.7.6.1