JRQi commited on
Commit
8515103
1 Parent(s): 2a7fd92

Update game3.py

Browse files
Files changed (1) hide show
  1. game3.py +0 -7
game3.py CHANGED
@@ -152,13 +152,6 @@ def func3_written(text_written, human_predict, lang_written):
152
 
153
  output = classifier([text_written])
154
 
155
- # star2num = {
156
- # "5 stars": 100,
157
- # "4 stars": 75,
158
- # "3 stars": 50,
159
- # "2 stars": 25,
160
- # "1 star": 0,
161
- # }
162
  print(output)
163
  out = output[0]
164
  # (END) off-the-shelf version
 
152
 
153
  output = classifier([text_written])
154
 
 
 
 
 
 
 
 
155
  print(output)
156
  out = output[0]
157
  # (END) off-the-shelf version