guillermoruiz
commited on
Commit
•
0d8b94f
1
Parent(s):
ea24353
Update modeling_bilma.py
Browse files- modeling_bilma.py +1 -1
modeling_bilma.py
CHANGED
@@ -10,7 +10,7 @@ from typing import Dict
|
|
10 |
import re
|
11 |
import unicodedata
|
12 |
|
13 |
-
from configuration_bilma import BilmaConfig
|
14 |
|
15 |
# copied from preprocessing.py
|
16 |
BLANK = ' '
|
|
|
10 |
import re
|
11 |
import unicodedata
|
12 |
|
13 |
+
from .configuration_bilma import BilmaConfig
|
14 |
|
15 |
# copied from preprocessing.py
|
16 |
BLANK = ' '
|