https://github.com/truemedia/molir-cli
Molir (A.k.a Most Likely/Obvious Intent Recogniser) as command line tool
https://github.com/truemedia/molir-cli
Last synced: 3 months ago
JSON representation
Molir (A.k.a Most Likely/Obvious Intent Recogniser) as command line tool
- Host: GitHub
- URL: https://github.com/truemedia/molir-cli
- Owner: Truemedia
- License: mit
- Created: 2018-09-13T19:02:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-14T17:34:28.000Z (over 6 years ago)
- Last Synced: 2025-02-13T16:42:42.783Z (3 months ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Molir CLI
[Molir](https://www.npmjs.com/package/molir) (A.k.a Most Likely/Obvious Intent Recogniser) as command line tool## Installation
NPM
```bash
npm i -g molir-cli
```Yarn
```bash
yarn global molir-cli
```## Usage
Bash
```bash
molir-cli --score=0.75 --i=sample_intents.json --t='Whats todays news?'
```