Skip to content

Commit 135884c

Browse files
committed
make database_deidentification accessible on enterprise modules
1 parent 7f4a818 commit 135884c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

johnsnowlabs/finance.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
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
1213
from sparknlp_jsl.structured_deidentification import StructuredDeidentification
1314
from sparknlp_jsl.base import FeaturesAssembler
1415
from sparknlp_jsl.finance.token_classification.ner.zero_shot_ner import ZeroShotNerModel

johnsnowlabs/legal.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
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
1213
from sparknlp_jsl.legal.token_classification.ner.zero_shot_ner import ZeroShotNerModel
1314
from sparknlp_jsl.training_log_parser import ner_log_parser
1415

johnsnowlabs/medical.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
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
1617
from sparknlp_jsl.annotator.ner.zero_shot_ner import ZeroShotNerModel
1718
from sparknlp_jsl.annotator import (
1819
GenericSVMClassifierApproach,

0 commit comments

Comments
 (0)