FreeLing  3.0
Public Attributes
ph_rule Class Reference

Auxiliar class to store a phonetic change rule. More...

#include <phonetics.h>

List of all members.

Public Attributes

std::wstring from
 what to search and replace
std::wstring to
 what is the replacement
std::wstring env
 in which context

Detailed Description

Auxiliar class to store a phonetic change rule.


Member Data Documentation

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().


The documentation for this class was generated from the following file: