conversational-language-understanding

1.0.4 • Public • Published

CLU(Conversational Language Understanding)

Conversational language understanding is part of Azure Language Studio and It can be used to create NLP application.

Installation

Use the package manager [npm] to install Conversational language understanding.

npm i conversational-language-understanding

Example

const { CustomCLU } = require('conversational-language-understanding')

var Clu = new CustomCLU(CluEndpoint,CluSubscriptionKey,CluProjectName,CluDeploymentName)

async function CLU(context) {

 let cluResult = await Clu.CluRecognizer(context)
    console.log('cluResult', cluResult)
    return cluResult.prediction

}
module.exports.CLU = CLU 

Package Sidebar

Install

npm i conversational-language-understanding

Weekly Downloads

0

Version

1.0.4

License

ISC

Unpacked Size

2.86 kB

Total Files

3

Last publish

Collaborators

  • bhaskar_5234