Spaces:
Sleeping
Sleeping
Commit
·
8f32b9b
1
Parent(s):
d2441f9
Update functions ner
Browse files
src/scripts/functionsner.py
CHANGED
@@ -26,6 +26,7 @@ import argparse
|
|
26 |
default_path = os.path.dirname(os.path.abspath(__file__))
|
27 |
tagger_document = 0
|
28 |
tagger_sentence = 0
|
|
|
29 |
def check_create(path):
|
30 |
import os
|
31 |
|
|
|
26 |
default_path = os.path.dirname(os.path.abspath(__file__))
|
27 |
tagger_document = 0
|
28 |
tagger_sentence = 0
|
29 |
+
|
30 |
def check_create(path):
|
31 |
import os
|
32 |
|