This file contains 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
{ | |
"luis_schema_version": "1.3.0", | |
"name": "ja-test", | |
"desc": "", | |
"culture": "ja-jp", | |
"intents": [ | |
{ | |
"name": "None" | |
}, | |
{ | |
"name": "挨拶したい" | |
} | |
], | |
"entities": [ | |
{ | |
"name": "名前" | |
}, | |
{ | |
"name": "挨拶" | |
} | |
], | |
"composites": [], | |
"bing_entities": [], | |
"actions": [], | |
"model_features": [], | |
"regex_features": [], | |
"utterances": [ | |
{ | |
"text": "はじめまして、岡田といいます!よろしくね!", | |
"intent": "挨拶したい", | |
"entities": [ | |
{ | |
"entity": "名前", | |
"startPos": 4, | |
"endPos": 4 | |
}, | |
{ | |
"entity": "挨拶", | |
"startPos": 0, | |
"endPos": 2 | |
} | |
] | |
}, | |
{ | |
"text": "こんにちは、田中です。お会いできて、光栄です。", | |
"intent": "挨拶したい", | |
"entities": [ | |
{ | |
"entity": "名前", | |
"startPos": 2, | |
"endPos": 2 | |
}, | |
{ | |
"entity": "挨拶", | |
"startPos": 0, | |
"endPos": 0 | |
} | |
] | |
}, | |
{ | |
"text": "こんばんは、山田です。月が綺麗ですね。", | |
"intent": "挨拶したい", | |
"entities": [ | |
{ | |
"entity": "名前", | |
"startPos": 2, | |
"endPos": 2 | |
}, | |
{ | |
"entity": "挨拶", | |
"startPos": 0, | |
"endPos": 0 | |
} | |
] | |
}, | |
{ | |
"text": "こんにちは、田中です。お会いできて光栄です。", | |
"intent": "挨拶したい", | |
"entities": [ | |
{ | |
"entity": "名前", | |
"startPos": 2, | |
"endPos": 2 | |
}, | |
{ | |
"entity": "挨拶", | |
"startPos": 0, | |
"endPos": 0 | |
} | |
] | |
}, | |
{ | |
"text": "おはようございます、白鳥です。サンバ。", | |
"intent": "挨拶したい", | |
"entities": [ | |
{ | |
"entity": "名前", | |
"startPos": 4, | |
"endPos": 4 | |
}, | |
{ | |
"entity": "挨拶", | |
"startPos": 0, | |
"endPos": 0 | |
} | |
] | |
}, | |
{ | |
"text": "こんにちは、岡田です。せいせい", | |
"intent": "挨拶したい", | |
"entities": [ | |
{ | |
"entity": "名前", | |
"startPos": 2, | |
"endPos": 2 | |
}, | |
{ | |
"entity": "挨拶", | |
"startPos": 0, | |
"endPos": 0 | |
} | |
] | |
}, | |
{ | |
"text": "おはよう、中田だよ。", | |
"intent": "挨拶したい", | |
"entities": [ | |
{ | |
"entity": "名前", | |
"startPos": 2, | |
"endPos": 2 | |
}, | |
{ | |
"entity": "挨拶", | |
"startPos": 0, | |
"endPos": 0 | |
} | |
] | |
}, | |
{ | |
"text": "おいしいラーメンが食べたいな", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "オバマは大統領だ", | |
"intent": "None", | |
"entities": [ | |
{ | |
"entity": "名前", | |
"startPos": 0, | |
"endPos": 0 | |
} | |
] | |
}, | |
{ | |
"text": "おはよう、島田だよ", | |
"intent": "挨拶したい", | |
"entities": [ | |
{ | |
"entity": "名前", | |
"startPos": 2, | |
"endPos": 2 | |
}, | |
{ | |
"entity": "挨拶", | |
"startPos": 0, | |
"endPos": 0 | |
} | |
] | |
}, | |
{ | |
"text": "こんにちは、山田ですよ!", | |
"intent": "挨拶したい", | |
"entities": [ | |
{ | |
"entity": "名前", | |
"startPos": 2, | |
"endPos": 2 | |
}, | |
{ | |
"entity": "挨拶", | |
"startPos": 0, | |
"endPos": 0 | |
} | |
] | |
}, | |
{ | |
"text": "こんにちは、岡田ですよ!", | |
"intent": "挨拶したい", | |
"entities": [ | |
{ | |
"entity": "名前", | |
"startPos": 2, | |
"endPos": 2 | |
}, | |
{ | |
"entity": "挨拶", | |
"startPos": 0, | |
"endPos": 0 | |
} | |
] | |
}, | |
{ | |
"text": "はじめまして、岡田と申します。よろしくおねがいします。", | |
"intent": "挨拶したい", | |
"entities": [ | |
{ | |
"entity": "名前", | |
"startPos": 4, | |
"endPos": 4 | |
}, | |
{ | |
"entity": "挨拶", | |
"startPos": 0, | |
"endPos": 2 | |
} | |
] | |
}, | |
{ | |
"text": "岡田です。最後まで記事を読んでいただき、ありがとうございます!", | |
"intent": "None", | |
"entities": [] | |
}, | |
{ | |
"text": "しかしluis、ai育成してエクポートで交換もできるって、ポケモンぽいですよね()", | |
"intent": "None", | |
"entities": [] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment