默认复合体分析器
Defined in: compound.ts:70
Implements
Section titled “Implements”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new 默认复合体分析器(
config):默认复合体分析器
Defined in: compound.ts:72
Parameters
Section titled “Parameters”config
Section titled “config”Returns
Section titled “Returns”默认复合体分析器
Properties
Section titled “Properties”
readonlystatictype:"默认"="默认"
Defined in: compound.ts:71
Methods
Section titled “Methods”Defined in: compound.ts:74
对复合体进行拆分
Parameters
Section titled “Parameters”string
复合体名称
复合体字形数据
部分分析列表
Section titled “部分分析列表”默认混合分析[]
复合体各部分的拆分结果列表
Returns
Section titled “Returns”Err<never> | Ok<{ 字根序列: string[]; }>