Spaces:
Sleeping
Sleeping
Commit
·
3e4b0b6
1
Parent(s):
ec0f536
Update src/dic_ner.py
Browse files- src/dic_ner.py +1 -1
src/dic_ner.py
CHANGED
@@ -7,7 +7,7 @@ Created on Fri Jun 12 15:05:00 2020
|
|
7 |
import sys
|
8 |
import json
|
9 |
import io
|
10 |
-
from src.
|
11 |
class Trie(object):
|
12 |
class Node(object):
|
13 |
def __init__(self):
|
|
|
7 |
import sys
|
8 |
import json
|
9 |
import io
|
10 |
+
from src.ssplit_tokenzier import ssplit_token_pos_lemma
|
11 |
class Trie(object):
|
12 |
class Node(object):
|
13 |
def __init__(self):
|