name: 'LLM命名实体识别' name_en: 'LLM Named Entity Recognition' description: '基于大语言模型的命名实体识别算子,支持自定义实体类型。' description_en: 'LLM-based NER operator with custom entity types.' language: 'python' vendor: 'datamate' raw_id: 'LLMNamedEntityRecognition' version: '1.0.0' types: - 'annotation' modal: 'text' inputs: 'text' outputs: 'text' settings: modelId: name: '模型ID' description: '已配置的 LLM 模型 ID(留空使用系统默认模型)。' type: 'input' defaultVal: '' entityTypes: name: '实体类型' description: '逗号分隔的实体类型,如:PER,ORG,LOC,DATE' type: 'input' defaultVal: 'PER,ORG,LOC,DATE' outputDir: name: '输出目录' description: '算子输出目录(由运行时自动注入)。' type: 'input' defaultVal: ''