Update modules/text_analysis/discourse_analysis.py
Browse files
modules/text_analysis/discourse_analysis.py
CHANGED
@@ -11,6 +11,7 @@ import logging
|
|
11 |
import io
|
12 |
import base64
|
13 |
from collections import Counter, defaultdict
|
|
|
14 |
|
15 |
|
16 |
logger = logging.getLogger(__name__)
|
|
|
11 |
import io
|
12 |
import base64
|
13 |
from collections import Counter, defaultdict
|
14 |
+
import logging
|
15 |
|
16 |
|
17 |
logger = logging.getLogger(__name__)
|