Class PhonemeUtil
Assembly: LibSasara.dll
Syntax
public static class PhonemeUtil
Fields
CL
Declaration
public const string CL = "cl"
Field Value
INVALID_PH
Declaration
[Obsolete("Use $InvalidPhrase")]
public const string INVALID_PH = "xx"
Field Value
InvalidPhrase
Declaration
public const string InvalidPhrase = "xx"
Field Value
NASAL_JA
Declaration
[Obsolete("Use $NasalJapanese")]
public static readonly Regex NASAL_JA
Field Value
NOSOUND_VOWELS
Declaration
[Obsolete("Use $NoSoundVowels")]
public static readonly Regex NOSOUND_VOWELS
Field Value
NO_CONSONANT
Declaration
[Obsolete("Use $NoConsonant")]
public static readonly Regex NO_CONSONANT
Field Value
NasalJapanese
Declaration
public static readonly Regex NasalJapanese
Field Value
NoConsonant
Declaration
public static readonly Regex NoConsonant
Field Value
NoSoundVowels
Declaration
public static readonly Regex NoSoundVowels
Field Value
PAU
Declaration
public const string PAU = "pau"
Field Value
SIL
Declaration
public const string SIL = "sil"
Field Value
VOWELS_JA
Declaration
[Obsolete("Use $VowelsJapanese")]
public static readonly Regex VOWELS_JA
Field Value
VowelsJapanese
Declaration
public static readonly Regex VowelsJapanese
Field Value
Methods
IsCL(LabLine)
Declaration
public static bool IsCL(LabLine label)
Parameters
Type |
Name |
Description |
LabLine |
label |
|
Returns
IsCL(string?)
Declaration
public static bool IsCL(string? text)
Parameters
Type |
Name |
Description |
string |
text |
|
Returns
IsConsonant(LabLine)
Declaration
public static bool IsConsonant(LabLine label)
Parameters
Type |
Name |
Description |
LabLine |
label |
|
Returns
IsConsonant(string?)
Declaration
public static bool IsConsonant(string? cText)
Parameters
Type |
Name |
Description |
string |
cText |
|
Returns
IsNasal(LabLine)
Declaration
public static bool IsNasal(LabLine label)
Parameters
Type |
Name |
Description |
LabLine |
label |
|
Returns
IsNasal(string?)
Declaration
public static bool IsNasal(string? nText)
Parameters
Type |
Name |
Description |
string |
nText |
|
Returns
IsNoSoundVowel(string)
Declaration
public static bool IsNoSoundVowel(string text)
Parameters
Type |
Name |
Description |
string |
text |
|
Returns
IsNoSounds(LabLine)
Declaration
public static bool IsNoSounds(LabLine label)
Parameters
Type |
Name |
Description |
LabLine |
label |
|
Returns
See Also
IsPau(LabLine)
Declaration
public static bool IsPau(LabLine label)
Parameters
Type |
Name |
Description |
LabLine |
label |
|
Returns
See Also
IsSil(LabLine)
Declaration
public static bool IsSil(LabLine label)
Parameters
Type |
Name |
Description |
LabLine |
label |
|
Returns
See Also
IsVowel(LabLine)
Declaration
public static bool IsVowel(LabLine label)
Parameters
Type |
Name |
Description |
LabLine |
label |
|
Returns
IsVowel(string?)
Declaration
public static bool IsVowel(string? pText)
Parameters
Type |
Name |
Description |
string |
pText |
|
Returns