Skip to content

Commit

Permalink
undo direct database_deidentification import on enterprise modules be…
Browse files Browse the repository at this point in the history
…cause of `pymysql` dependency
  • Loading branch information
C-K-Loan committed Jan 22, 2025
1 parent 135884c commit 8379748
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion johnsnowlabs/finance.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion johnsnowlabs/legal.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion johnsnowlabs/medical.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8379748

Please sign in to comment.