Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/nlp/nlp.ts>NLP.train

🦕 Module for Natural Language Processing (NLP)
Latest
method NLP.train
import { NLP } from "https://deno.land/x/nlp@1.2.1/nlp.ts";

Parameters

documents: IDocument[]
answers: IAnswer[]
languageCodes: string[]
optional
nlpProvider: string = [UNSUPPORTED]

Returns

Promise<any>