dynamic-learning-model 3.5.1__tar.gz → 3.5.2__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dynamic-learning-model
3
- Version: 3.5.1
3
+ Version: 3.5.2
4
4
  Summary: A Dynamic Learning Model for processing NLP queries using hybrid AI and reasoning.
5
5
  Home-page: https://github.com/VigneshT24/Dynamic_Learning_Model
6
6
  Author: Vignesh Thondikulam
@@ -4,10 +4,10 @@ import random
4
4
  import spacy
5
5
  import time
6
6
  import sqlite3
7
- from DLM_Compute_Model import perform_advanced_CoT
8
- from DLM_Memory_Model import get_category
9
- from DLM_Memory_Model import get_specific_question
10
- from DLM_Memory_Model import learn
7
+ from .DLM_Compute_Model import perform_advanced_CoT
8
+ from .DLM_Memory_Model import get_category
9
+ from .DLM_Memory_Model import get_specific_question
10
+ from .DLM_Memory_Model import learn
11
11
  import math
12
12
  from transformers import pipeline
13
13
  from better_profanity import profanity
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dynamic-learning-model
3
- Version: 3.5.1
3
+ Version: 3.5.2
4
4
  Summary: A Dynamic Learning Model for processing NLP queries using hybrid AI and reasoning.
5
5
  Home-page: https://github.com/VigneshT24/Dynamic_Learning_Model
6
6
  Author: Vignesh Thondikulam
@@ -5,7 +5,7 @@ with open('README.md', 'r', encoding='utf-8') as f:
5
5
 
6
6
  setup(
7
7
  name='dynamic-learning-model',
8
- version='3.5.1',
8
+ version='3.5.2',
9
9
  author='Vignesh Thondikulam',
10
10
  author_email='vignesh.tho2006@gmail.com',
11
11
  description='A Dynamic Learning Model for processing NLP queries using hybrid AI and reasoning.',