Update PxCorpus.py
Browse files- 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] = []
|