Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
Item (IRow row, string c0, string c1, string c2, int c4) | |
Public Attributes | |
string[] | strs |
string[] | suffix |
string[] | keys |
int | probab |
int | gender |
bool | additive |
Static Public Attributes | |
static string[] | DefaultSuffix = "、,。,!,?,…,ー".Split(',') |
Definition at line 8 of file TextConv.cs.
|
inline |
Definition at line 24 of file TextConv.cs.
References TextConv.Item.additive, TextConv.Item.DefaultSuffix, TextConv.Item.gender, ExcelParser.GetBool(), TextConv.Item.keys, TextConv.Item.probab, TextConv.Item.strs, and TextConv.Item.suffix.
bool TextConv.Item.additive |
Definition at line 22 of file TextConv.cs.
Referenced by TextConv.Item.Item().
|
static |
Definition at line 10 of file TextConv.cs.
Referenced by TextConv.Item.Item().
int TextConv.Item.gender |
Definition at line 20 of file TextConv.cs.
Referenced by TextConv.Apply(), and TextConv.Item.Item().
string [] TextConv.Item.keys |
Definition at line 16 of file TextConv.cs.
Referenced by TextConv.Apply(), and TextConv.Item.Item().
int TextConv.Item.probab |
Definition at line 18 of file TextConv.cs.
Referenced by TextConv.Apply(), and TextConv.Item.Item().
string [] TextConv.Item.strs |
Definition at line 12 of file TextConv.cs.
Referenced by TextConv.Item.Item().
string [] TextConv.Item.suffix |
Definition at line 14 of file TextConv.cs.
Referenced by TextConv.Apply(), and TextConv.Item.Item().