Auxiliar class to store a phonetic change rule. More...
#include <soundChange.h>
Public Attributes | |
std::string | from |
what to search and replace | |
std::string | to |
what is the replacement | |
std::string | env |
in which context |
Auxiliar class to store a phonetic change rule.
std::string ph_rule::env |
in which context
std::string ph_rule::from |
what to search and replace
std::string ph_rule::to |
what is the replacement