cellanet commited on
Commit
58dc75b
1 Parent(s): f26fbb4

Update machine_learning.py

Browse files
Files changed (1) hide show
  1. machine_learning.py +29 -29
machine_learning.py CHANGED
@@ -72,35 +72,35 @@ ml_data = {}
72
  ans_data = {}
73
 
74
 
75
- addQuestion('/opt/homebrew/anaconda3/envs/tensorflow/Chatbot/question files/hello.txt')
76
- addQuestion('/opt/homebrew/anaconda3/envs/tensorflow/Chatbot/question files/how are you.txt')
77
- addQuestion('/opt/homebrew/anaconda3/envs/tensorflow/Chatbot/question files/interest.txt')
78
- addQuestion('/opt/homebrew/anaconda3/envs/tensorflow/Chatbot/question files/who are you.txt')
79
- addQuestion('/opt/homebrew/anaconda3/envs/tensorflow/Chatbot/question files/you a robot.txt')
80
- addQuestion('/opt/homebrew/anaconda3/envs/tensorflow/Chatbot/question files/tell me about yourself.txt')
81
- addQuestion('/opt/homebrew/anaconda3/envs/tensorflow/Chatbot/question files/what language python.txt')
82
- addQuestion('/opt/homebrew/anaconda3/envs/tensorflow/Chatbot/question files/what is AI.txt')
83
- addQuestion('/opt/homebrew/anaconda3/envs/tensorflow/Chatbot/question files/tell me a joke.txt')
84
- addQuestion('/opt/homebrew/anaconda3/envs/tensorflow/Chatbot/question files/you are stupid.txt')
85
- addQuestion('/opt/homebrew/anaconda3/envs/tensorflow/Chatbot/question files/pollak library.txt')
86
- addQuestion('/opt/homebrew/anaconda3/envs/tensorflow/Chatbot/question files/Where is the building.txt')
87
- addQuestion('/opt/homebrew/anaconda3/envs/tensorflow/Chatbot/question files/hungry.txt')
88
- addQuestion('/opt/homebrew/anaconda3/envs/tensorflow/Chatbot/question files/what is your major.txt')
89
- addQuestion('/opt/homebrew/anaconda3/envs/tensorflow/Chatbot/question files/free time.txt')
90
- addQuestion('/opt/homebrew/anaconda3/envs/tensorflow/Chatbot/question files/I need help.txt')
91
- addQuestion('/opt/homebrew/anaconda3/envs/tensorflow/Chatbot/question files/your food.txt')
92
- addQuestion('/opt/homebrew/anaconda3/envs/tensorflow/Chatbot/question files/what time.txt')
93
- addQuestion('/opt/homebrew/anaconda3/envs/tensorflow/Chatbot/question files/weather.txt')
94
- addQuestion('/opt/homebrew/anaconda3/envs/tensorflow/Chatbot/question files/your job.txt')
95
- addQuestion('/opt/homebrew/anaconda3/envs/tensorflow/Chatbot/question files/old.txt')
96
- addQuestion('/opt/homebrew/anaconda3/envs/tensorflow/Chatbot/question files/love you.txt')
97
- addQuestion('/opt/homebrew/anaconda3/envs/tensorflow/Chatbot/question files/shut up.txt')
98
- addQuestion('/opt/homebrew/anaconda3/envs/tensorflow/Chatbot/question files/where is csuf.txt')
99
- addQuestion('/opt/homebrew/anaconda3/envs/tensorflow/Chatbot/question files/csuf mascot.txt')
100
- addQuestion('/opt/homebrew/anaconda3/envs/tensorflow/Chatbot/question files/usa.txt')
101
- addQuestion('/opt/homebrew/anaconda3/envs/tensorflow/Chatbot/question files/school start.txt')
102
- addQuestion('/opt/homebrew/anaconda3/envs/tensorflow/Chatbot/question files/golden gate.txt')
103
- addQuestion('/opt/homebrew/anaconda3/envs/tensorflow/Chatbot/question files/trc.txt')
104
  addQuestion('gwpac.txt')
105
  addQuestion('lovelace.txt')
106
  addQuestion('bathroom.txt')
 
72
  ans_data = {}
73
 
74
 
75
+ addQuestion('hello.txt')
76
+ addQuestion('how are you.txt')
77
+ addQuestion('interest.txt')
78
+ addQuestion('who are you.txt')
79
+ addQuestion('you a robot.txt')
80
+ addQuestion('tell me about yourself.txt')
81
+ addQuestion('what language python.txt')
82
+ addQuestion('what is AI.txt')
83
+ addQuestion('tell me a joke.txt')
84
+ addQuestion('you are stupid.txt')
85
+ addQuestion('pollak library.txt')
86
+ addQuestion('Where is the building.txt')
87
+ addQuestion('hungry.txt')
88
+ addQuestion('what is your major.txt')
89
+ addQuestion('free time.txt')
90
+ addQuestion('I need help.txt')
91
+ addQuestion('your food.txt')
92
+ addQuestion('what time.txt')
93
+ addQuestion('weather.txt')
94
+ addQuestion('your job.txt')
95
+ addQuestion('old.txt')
96
+ addQuestion('love you.txt')
97
+ addQuestion('shut up.txt')
98
+ addQuestion('where is csuf.txt')
99
+ addQuestion('csuf mascot.txt')
100
+ addQuestion('usa.txt')
101
+ addQuestion('school start.txt')
102
+ addQuestion('golden gate.txt')
103
+ addQuestion('trc.txt')
104
  addQuestion('gwpac.txt')
105
  addQuestion('lovelace.txt')
106
  addQuestion('bathroom.txt')