UNPKG

n8n-nodes-rckflr-ner

Version:

N8N node for Named Entity Recognition (NER) using Transformer.js

7 lines (6 loc) 327 B
import type { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class NamedEntityRecognition implements INodeType { description: INodeTypeDescription; private static pipelineCache; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; }