FreeLing  4.0
Public Member Functions | Public Attributes
freeling::ph_rule Class Reference

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

#include <phonetics.h>

Collaboration diagram for freeling::ph_rule:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Auxiliar class to store a phonetic change rule.


Constructor & Destructor Documentation

Constructor of a phonetic trasncoding rule.

Destructor of a phonetic trasncoding rule.


Member Data Documentation

std::wstring freeling::ph_rule::env

in which context

Referenced by freeling::phonetics::add_rule().

what to search and replace

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


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