diff --git a/johnsnowlabs/finance.py b/johnsnowlabs/finance.py index b792a6170a..32b71b9838 100644 --- a/johnsnowlabs/finance.py +++ b/johnsnowlabs/finance.py @@ -9,7 +9,6 @@ from sparknlp_jsl.functions import * from sparknlp_jsl.training import * from sparknlp_jsl.utils import * - from sparknlp_jsl.utils import database_deidentification from sparknlp_jsl.structured_deidentification import StructuredDeidentification from sparknlp_jsl.base import FeaturesAssembler from sparknlp_jsl.finance.token_classification.ner.zero_shot_ner import ZeroShotNerModel diff --git a/johnsnowlabs/legal.py b/johnsnowlabs/legal.py index 8abd7a326e..92a0ecc70c 100644 --- a/johnsnowlabs/legal.py +++ b/johnsnowlabs/legal.py @@ -9,7 +9,6 @@ from sparknlp_jsl.functions import * from sparknlp_jsl.training import * from sparknlp_jsl.utils import * - from sparknlp_jsl.utils import database_deidentification from sparknlp_jsl.legal.token_classification.ner.zero_shot_ner import ZeroShotNerModel from sparknlp_jsl.training_log_parser import ner_log_parser diff --git a/johnsnowlabs/medical.py b/johnsnowlabs/medical.py index b503f4cf4e..b5a8d0227a 100644 --- a/johnsnowlabs/medical.py +++ b/johnsnowlabs/medical.py @@ -13,7 +13,6 @@ from sparknlp_jsl.functions import * from sparknlp_jsl.training import * from sparknlp_jsl.utils import * - from sparknlp_jsl.utils import database_deidentification from sparknlp_jsl.annotator.ner.zero_shot_ner import ZeroShotNerModel from sparknlp_jsl.annotator import ( GenericSVMClassifierApproach,