emanuelaboros commited on
Commit
64127c0
·
verified ·
1 Parent(s): b867d57

Update generic_ner.py

Browse files
Files changed (1) hide show
  1. generic_ner.py +1 -1
generic_ner.py CHANGED
@@ -14,7 +14,7 @@ import torch.nn.functional as F
14
  import re, string
15
 
16
  stop_words = set(nltk.corpus.stopwords.words("english"))
17
- DEBUG = True
18
  punctuation = (
19
  string.punctuation
20
  + "«»—…“”"
 
14
  import re, string
15
 
16
  stop_words = set(nltk.corpus.stopwords.words("english"))
17
+ DEBUG = False
18
  punctuation = (
19
  string.punctuation
20
  + "«»—…“”"