qanastek commited on
Commit
9e8b187
·
1 Parent(s): ea71857

Update PxCorpus.py

Browse files
Files changed (1) hide show
  1. PxCorpus.py +1 -1
PxCorpus.py CHANGED
@@ -55,7 +55,7 @@ class StringIndex:
55
  print("/"*50)
56
  print(key)
57
  print(key in self.vocab_struct)
58
- exit(0)
59
 
60
  if (key in self.vocab_struct) == False:
61
  self.vocab_struct[key] = []
 
55
  print("/"*50)
56
  print(key)
57
  print(key in self.vocab_struct)
58
+ # exit(0)
59
 
60
  if (key in self.vocab_struct) == False:
61
  self.vocab_struct[key] = []