cellanet commited on
Commit
f26fbb4
1 Parent(s): 41a3d74

Update machine_learning.py

Browse files
Files changed (1) hide show
  1. machine_learning.py +45 -4
machine_learning.py CHANGED
@@ -72,10 +72,51 @@ ml_data = {}
72
  ans_data = {}
73
 
74
 
75
- addQuestion('hello.txt')
76
- addQuestion('how are you.txt')
77
- addQuestion('interest.txt')
78
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
79
 
80
 
81
 
 
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')
107
+ addQuestion('starbucks.txt')
108
+ addQuestion('workout.txt')
109
+ addQuestion('tuffy.txt')
110
+ addQuestion('mccarthy.txt')
111
+ addQuestion('sgmh.txt')
112
+ addQuestion('david.txt')
113
+ addQuestion('microwave.txt')
114
+ addQuestion('arboretum.txt')
115
+ addQuestion('langdor.txt')
116
+ addQuestion('restroom.txt')
117
+ addQuestion('burger.txt')
118
+ addQuestion('tsu.txt')
119
+ addQuestion('park.txt')
120
 
121
 
122