Skip to content

逸码部件分析器

Defined in: component.ts:534

new 逸码部件分析器(配置): 逸码部件分析器

Defined in: component.ts:536

字形分析配置

逸码部件分析器

readonly static type: "逸码" = "逸码"

Defined in: component.ts:535

分析(名称, 部件): Err<Error> | Ok<{ 余一字根序列: string[]; 全部拆分方式: 拆分方式与评价[]; 字根序列: string[]; 字根笔画映射: Map<string, number[][]>; 当前拆分方式: 拆分方式与评价; 笔画序列: string[]; 部件图形: 部件图形; }>

Defined in: component.ts:561

根据部件数据进行分析并返回分析结果

string

部件名称

基本部件数据

部件数据

Err<Error> | Ok<{ 余一字根序列: string[]; 全部拆分方式: 拆分方式与评价[]; 字根序列: string[]; 字根笔画映射: Map<string, number[][]>; 当前拆分方式: 拆分方式与评价; 笔画序列: string[]; 部件图形: 部件图形; }>

部件分析器.分析