Update generic_ner.py
Browse files- 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 =
|
| 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 |
+ "«»—…“”"
|