qanastek commited on
Commit
36c16f1
·
1 Parent(s): b9cdf5d

Update PxCorpus.py

Browse files
Files changed (1) hide show
  1. PxCorpus.py +4 -4
PxCorpus.py CHANGED
@@ -68,10 +68,10 @@ class StringIndex:
68
 
69
  key = (t[0], len(t))
70
 
71
- if t == "milligrammes":
72
- print("-"*50)
73
- print(key)
74
- print(key in self.vocab_struct)
75
 
76
  if (key in self.vocab_struct) == False:
77
  return "is_oov"
 
68
 
69
  key = (t[0], len(t))
70
 
71
+ # if t == "milligrammes":
72
+ # print("-"*50)
73
+ # print(key)
74
+ # print(key in self.vocab_struct)
75
 
76
  if (key in self.vocab_struct) == False:
77
  return "is_oov"