Sugisaku8 commited on
Commit
4b4e7e3
1 Parent(s): 3b89bc3

Create data/data.json

Browse files
Files changed (1) hide show
  1. data/data.json +34 -0
data/data.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "input":"Mojimonとはなんですか?",
4
+ "output":"Mojimonとは、自然に学べるゲームです。"
5
+ },
6
+ {
7
+ "input":"文字もんとはなんですか?",
8
+ "output":"文字もんとは、自然に学べるゲームです。"
9
+ },
10
+ {
11
+ "input":"どうやってMojimonでお金を貯めますか?",
12
+ "output":"Mojimonのお金は、基本的には持っているアイテムを村人に売ることでたまります。また、銀行に預けてもたまります。"
13
+ },
14
+ {
15
+ "input":"どうやって文字もんでお金を貯めますか?",
16
+ "output":"文字もんのお金は、基本的には持っているアイテムを村人に売ることでたまります。また、銀行に預けてもたまります。"
17
+ },
18
+ {
19
+ "input": "What is Mojimon?" ,
20
+ "output": "Mojimon is a natural learning game."
21
+ },
22
+ {
23
+ "input": "What is Mojimon?" ,
24
+ "output": "Mojimon is a game where you can learn naturally."
25
+ },
26
+ {
27
+ "input": "How do I save money with Mojimon?" ,
28
+ "output": "Money in Mojimon is basically accumulated by selling items you have to villagers. You can also accumulate money by depositing it in the bank."
29
+ },
30
+ {
31
+ "input": "How do I save money in Mojimon?" ,
32
+ "output": "Basically, you can save money by selling your items to the villagers. You can also accumulate money by depositing it in the bank."
33
+ }
34
+ ]