Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesús Seijas authored Aug 10, 2019
1 parent c3d2199 commit dc6e648
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ The version 3 comes with some important changes, mainly focused on improve perfo
<!--ts-->

- [Installation](#installation)
- [React Native](#react-native)
- [Example of use](#example-of-use)
- [Log Training Progress](#log-training-progress)
- [Benchmarking](docs/benchmarking.md)
Expand Down Expand Up @@ -101,6 +102,20 @@ If you're looking to use NLP.js in your node application, you can install via NP
npm install node-nlp
```

## React Native

There is a version of NLP.js that works in React Native, so you can build chatbots that can be trained and executed in the mobile even without internet. You can install it via NPM:

```bash
npm install node-nlp-rn
```

Some Limitations:
- No Chinese
- Japanese stemmer is not the complete one
- No excel import
- No load from file neither save to file, but it still have import form json and export to json.

## Example of use

You can see a great example of use at the folder [`/examples/console-bot`](https://github.com/axa-group/nlp.js/tree/master/examples/console-bot). This example is able to train the bot and save the model to a file, so when the bot is started again, the model is loaded instead of trained again.
Expand Down

0 comments on commit dc6e648

Please sign in to comment.