dev-laiser 0.2.2__tar.gz → 0.2.3__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.2
2
2
  Name: dev-laiser
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: LAiSER (Leveraging Artificial Intelligence for Skill Extraction & Research) is a tool designed to help learners, educators, and employers extract and share trusted information about skills. It uses a fine-tuned language model to extract raw skill keywords from text, then aligns them with a predefined taxonomy. You can find more technical details in the project’s paper.md and an overview in the README.md.
5
5
  Home-page: https://github.com/LAiSER-Software/extract-module
6
6
  Author: Satya Phanindra Kumar Kalaga, Bharat Khandelwal, Prudhvi Chekuri
@@ -104,7 +104,7 @@ To use LAiSER as a command line tool, follow the steps below:
104
104
 
105
105
  - Navigate to the root directory of the repository and run the command below:
106
106
  ```shell
107
- pip install laiser-dev
107
+ pip install dev-laiser
108
108
  ```
109
109
 
110
110
  - Once the installation is complete, you can run the tool using the command below:
@@ -63,7 +63,7 @@ To use LAiSER as a command line tool, follow the steps below:
63
63
 
64
64
  - Navigate to the root directory of the repository and run the command below:
65
65
  ```shell
66
- pip install laiser-dev
66
+ pip install dev-laiser
67
67
  ```
68
68
 
69
69
  - Once the installation is complete, you can run the tool using the command below:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: dev-laiser
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: LAiSER (Leveraging Artificial Intelligence for Skill Extraction & Research) is a tool designed to help learners, educators, and employers extract and share trusted information about skills. It uses a fine-tuned language model to extract raw skill keywords from text, then aligns them with a predefined taxonomy. You can find more technical details in the project’s paper.md and an overview in the README.md.
5
5
  Home-page: https://github.com/LAiSER-Software/extract-module
6
6
  Author: Satya Phanindra Kumar Kalaga, Bharat Khandelwal, Prudhvi Chekuri
@@ -104,7 +104,7 @@ To use LAiSER as a command line tool, follow the steps below:
104
104
 
105
105
  - Navigate to the root directory of the repository and run the command below:
106
106
  ```shell
107
- pip install laiser-dev
107
+ pip install dev-laiser
108
108
  ```
109
109
 
110
110
  - Once the installation is complete, you can run the tool using the command below:
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name='dev-laiser',
5
- version='0.2.2',
5
+ version='0.2.3',
6
6
  author='Satya Phanindra Kumar Kalaga, Bharat Khandelwal, Prudhvi Chekuri',
7
7
  author_email='phanindra.connect@gmail.com',
8
8
  description='LAiSER (Leveraging Artificial Intelligence for Skill Extraction & Research) is a tool designed to help learners, educators, and employers extract and share trusted information about skills. It uses a fine-tuned language model to extract raw skill keywords from text, then aligns them with a predefined taxonomy. You can find more technical details in the project’s paper.md and an overview in the README.md.',
File without changes
File without changes
File without changes
File without changes