Constructor PhoneticEngine
PhoneticEngine(NameType, RuleType, Boolean)
Generates a new, fully-configured phonetic engine.
Declaration
public PhoneticEngine(NameType nameType, RuleType ruleType, bool concat)
Parameters
Type | Name | Description |
---|---|---|
NameType | nameType | The type of names it will use. |
RuleType | ruleType | The type of rules it will apply. |
System.Boolean | concat | If it will concatenate multiple encodings. |
PhoneticEngine(NameType, RuleType, Boolean, Int32)
Generates a new, fully-configured phonetic engine.
since 1.7
Declaration
public PhoneticEngine(NameType nameType, RuleType ruleType, bool concat, int maxPhonemes)
Parameters
Type | Name | Description |
---|---|---|
NameType | nameType | The type of names it will use. |
RuleType | ruleType | The type of rules it will apply. |
System.Boolean | concat | If it will concatenate multiple encodings. |
System.Int32 | maxPhonemes | The maximum number of phonemes that will be handled. |