Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 440 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 440 Bytes

structure-parser-samples

Structure Parser Sample Code

Python and NodeJS samples

Upload: upload.py, upload.js Parse: parse.py, parse.js

Each entry in the entities file is tab separated. e.g. buger TAB food

Each entry in the intents file is tab separated. e.g. i want a burger TAB order

Each entry in the synonyms file is separated by an => symbol e.g. cheeseburger, blt => burger

IMPORTANT: Change ORG variable in .py and .js files.