Skip to content

Commit 8379748

Browse files
committed
undo direct database_deidentification import on enterprise modules because of pymysql dependency
1 parent 135884c commit 8379748

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

johnsnowlabs/finance.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
from sparknlp_jsl.functions import *
1010
from sparknlp_jsl.training import *
1111
from sparknlp_jsl.utils import *
12-
from sparknlp_jsl.utils import database_deidentification
1312
from sparknlp_jsl.structured_deidentification import StructuredDeidentification
1413
from sparknlp_jsl.base import FeaturesAssembler
1514
from sparknlp_jsl.finance.token_classification.ner.zero_shot_ner import ZeroShotNerModel

johnsnowlabs/legal.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
from sparknlp_jsl.functions import *
1010
from sparknlp_jsl.training import *
1111
from sparknlp_jsl.utils import *
12-
from sparknlp_jsl.utils import database_deidentification
1312
from sparknlp_jsl.legal.token_classification.ner.zero_shot_ner import ZeroShotNerModel
1413
from sparknlp_jsl.training_log_parser import ner_log_parser
1514

johnsnowlabs/medical.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
from sparknlp_jsl.functions import *
1414
from sparknlp_jsl.training import *
1515
from sparknlp_jsl.utils import *
16-
from sparknlp_jsl.utils import database_deidentification
1716
from sparknlp_jsl.annotator.ner.zero_shot_ner import ZeroShotNerModel
1817
from sparknlp_jsl.annotator import (
1918
GenericSVMClassifierApproach,

0 commit comments

Comments
 (0)