ddi-fw 0.0.92__py3-none-any.whl → 0.0.93__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -48,8 +48,9 @@ class Pipeline:
48
48
  def build(self):
49
49
  # 'enzyme','target','pathway','smile','all_text','indication', 'description','mechanism_of_action','pharmacodynamics', 'tui', 'cui', 'entities'
50
50
  kwargs = {"columns": self.columns}
51
- for k, v in self.ner_threshold.items():
52
- kwargs[k] = v
51
+ if self.ner_threshold:
52
+ for k, v in self.ner_threshold.items():
53
+ kwargs[k] = v
53
54
  if self.embedding_dict == None:
54
55
  if self.vector_db_persist_directory:
55
56
  self.vector_db = chromadb.PersistentClient(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ddi_fw
3
- Version: 0.0.92
3
+ Version: 0.0.93
4
4
  Summary: Do not use :)
5
5
  Author-email: Kıvanç Bayraktar <bayraktarkivanc@gmail.com>
6
6
  Maintainer-email: Kıvanç Bayraktar <bayraktarkivanc@gmail.com>
@@ -78,7 +78,7 @@ ddi_fw/pipeline/__init__.py,sha256=tKDM_rW4vPjlYTeOkNgi9PujDzb4e9O3LK1w5wqnebw,2
78
78
  ddi_fw/pipeline/multi_modal_combination_strategy.py,sha256=qIst7vxHaOAhRv4lgozszwa3b1QE4aIrN74t41Xnvr4,1637
79
79
  ddi_fw/pipeline/multi_pipeline.py,sha256=5UDpTYgvrbbaMCoLu4BtlqfGy5MA2lTSNakm6hBVdGw,5669
80
80
  ddi_fw/pipeline/ner_pipeline.py,sha256=wB7hz4YCOv7UAz6bGE6sSpPXXIdoOflOVK5UCc1fO-o,5586
81
- ddi_fw/pipeline/pipeline.py,sha256=NvRTHcccIZU-N17dgZRPkO0TCjpzj932cMIsmpaj7Qs,5559
81
+ ddi_fw/pipeline/pipeline.py,sha256=uiRS0MmOOto3RUp5C4pRJZcZQHpevuZGGLrsZP6FmJ8,5599
82
82
  ddi_fw/test/basic_test.py,sha256=fEOGcZm1ObnsDvMiXNmdmz6YCeUrGc8V0DwlSwGhsq8,376
83
83
  ddi_fw/test/combination_test.py,sha256=TWNE8sf-DSh1Q9-yRaRBc774Sn1kSMGXLwQhd2_Qynk,324
84
84
  ddi_fw/test/compress_json_test.py,sha256=BGny56YqiG-pzhMoDzLKQBQI1E7o3jU0S7VYWtclAx4,1045
@@ -95,7 +95,7 @@ ddi_fw/utils/enums.py,sha256=19eJ3fX5eRK_xPvkYcukmug144jXPH4X9zQqtsFBj5A,671
95
95
  ddi_fw/utils/py7zr_helper.py,sha256=gOqaFIyJvTjUM-btO2x9AQ69jZOS8PoKN0wetYIckJw,4747
96
96
  ddi_fw/utils/utils.py,sha256=szwnxMTDRrZoeNRyDuf3aCbtzriwtaRk4mHSH3asLdA,4301
97
97
  ddi_fw/utils/zip_helper.py,sha256=YRZA4tKZVBJwGQM0_WK6L-y5MoqkKoC-nXuuHK6CU9I,5567
98
- ddi_fw-0.0.92.dist-info/METADATA,sha256=VLOF8rokArrAk4LohMgZKqtufmnxX7xPpkablbpBOu4,1966
99
- ddi_fw-0.0.92.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
100
- ddi_fw-0.0.92.dist-info/top_level.txt,sha256=PMwHICFZTZtcpzQNPV4UQnfNXYIeLR_Ste-Wfc1h810,7
101
- ddi_fw-0.0.92.dist-info/RECORD,,
98
+ ddi_fw-0.0.93.dist-info/METADATA,sha256=91rp3YyoG0lxQiWXQXljTuAABuFg9wFGKUoIrQX_rX0,1966
99
+ ddi_fw-0.0.93.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
100
+ ddi_fw-0.0.93.dist-info/top_level.txt,sha256=PMwHICFZTZtcpzQNPV4UQnfNXYIeLR_Ste-Wfc1h810,7
101
+ ddi_fw-0.0.93.dist-info/RECORD,,