Skip to content

张码部件分析器

Defined in: component.ts:505

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

Defined in: component.ts:507

字形分析配置

张码部件分析器

readonly static type: "张码" = "张码"

Defined in: component.ts:506

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

Defined in: component.ts:509

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

string

部件名称

基本部件数据

部件数据

Err<Error> | Ok<{ 为准码元: ["false" | "true"]; 全部拆分方式: 拆分方式与评价[]; 字根序列: string[]; 字根笔画映射: Map<string, number[][]>; 当前拆分方式: 拆分方式与评价; 补码: [string]; 部件图形: 部件图形; }>

部件分析器.分析