This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "rasa_nlu_data": { | |
| "entity_synonyms": [ | |
| { | |
| "value": "opsumit", | |
| "synonyms": [ | |
| "Opsumit", | |
| "opsmit", | |
| "opsumet" | |
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "rasa_nlu_data": { | |
| "common_examples": [ | |
| { | |
| "text": "Hello, how can I help", | |
| "intent": "greet", | |
| "entities": [] | |
| }, | |
| { | |
| "text": "Hi, how are you", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "rasa_nlu_data": { | |
| "common_examples": [ | |
| { | |
| "text": "hey", | |
| "intent": "greet", | |
| "entities": [] | |
| }, | |
| { | |
| "text": "howdy", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "rasa_nlu_data": { | |
| "common_examples": [ | |
| { | |
| "text": "for Peter Leary", | |
| "intent": "First_Name", | |
| "entities": [ | |
| { | |
| "start": 4, | |
| "end": 9, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "rasa_nlu_data": { | |
| "common_examples": [ | |
| { | |
| "text": "for Peter Leary", | |
| "intent": "Last_Name", | |
| "entities": [ | |
| { | |
| "start": 10, | |
| "end": 15, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "rasa_nlu_data": { | |
| "common_examples": [ | |
| { | |
| "text": "hey", | |
| "intent": "greet", | |
| "entities": [] | |
| }, | |
| { | |
| "text": "howdy", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "rasa_nlu_data": { | |
| "common_examples": [ | |
| { | |
| "text": "hey", | |
| "intent": "greet", | |
| "entities": [] | |
| }, | |
| { | |
| "text": "howdy", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # from __future__ import print_function | |
| # import httplib2 | |
| # import os | |
| # from apiclient import discovery | |
| # from oauth2client import client | |
| # from oauth2client import tools | |
| # from oauth2client.file import Storage | |
| import urllib.request as urllibReq |