1.1.9 • Published 6 years ago

recime-nlp-provider v1.1.9

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
6 years ago

Recime Natural Languge Provider Module

The purpose of this module is to extract the texts for configured intents using console.recime.io dashboard.

npm.io

On you have defined intents and confgired them from your dashboard. Save the module to your project by typing the following command:

npm install --save recime-nlp-provider

Import the module by copy & pasting the following:

import nlp from "recime-nlp-provider";

Once after that, make a request in the following way (this.args.text):

nlp.textRequest("Where is Paris").then ((result)=>{
    if (result.entities.location){
        // TODO://
    }
}, (err)=>{
    console.error(err);
});

License

Copyright © 2017 Recime Inc. All rights reserved.

1.1.9

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago