A natural language processing (NLP) project created via Python. (for Teknofest)
0
stars
31
commits
Jupyter Notebook
primary language
Aug 9, 2024
updated

A natural language processing (NLP) project created via Python. (for Teknofest). We attend with scenario type competetion. We uploaded our model to huggingface: https://huggingface.co/hezartech/hezartech-ai-teknofest-tddi-scenario
HEZARTECH is a project designed to connect sentiment with firm names in input text. It analyzes the sentiment of the text and associates it with the mentioned firm names, providing valuable insights into public perception and sentiment towards specific companies. We made firm detection with Flair (DL-NER Model) and RegEx. Also we finetune BERTurk-128k-cased version with our 80K custom free dataset. And we connect these datas into together with a sentence matcher algorithm (which developed by us).
To install the necessary dependencies for this project, run the following command:
$ pip3 install -r requirements.txt
Ensure you have installed all the dependencies using the installation instructions above. Run the main script to analyze sentiment and connect it with firm names in your input text.
$ python3 setup.py #(hit enter until program finish.)
$ cd src
$ python3 main.py
We welcome contributions to improve HEZARTECH.AI.
This project is licensed under the Apache-2.0 License. See the LICENSE file for more details.
We would like to thank everyone who made this competetion available. Special thanks to Teknofest, Turkcell and Bilişim Vadisi. 😊
Jupyter Notebook
94.4%
Python
4.0%
HTML
1.6%
A natural language processing (NLP) project created via Python. (for Teknofest)
0
stars
31
commits
Jupyter Notebook
primary language
Aug 9, 2024
updated

A natural language processing (NLP) project created via Python. (for Teknofest). We attend with scenario type competetion. We uploaded our model to huggingface: https://huggingface.co/hezartech/hezartech-ai-teknofest-tddi-scenario
HEZARTECH is a project designed to connect sentiment with firm names in input text. It analyzes the sentiment of the text and associates it with the mentioned firm names, providing valuable insights into public perception and sentiment towards specific companies. We made firm detection with Flair (DL-NER Model) and RegEx. Also we finetune BERTurk-128k-cased version with our 80K custom free dataset. And we connect these datas into together with a sentence matcher algorithm (which developed by us).
To install the necessary dependencies for this project, run the following command:
$ pip3 install -r requirements.txt
Ensure you have installed all the dependencies using the installation instructions above. Run the main script to analyze sentiment and connect it with firm names in your input text.
$ python3 setup.py #(hit enter until program finish.)
$ cd src
$ python3 main.py
We welcome contributions to improve HEZARTECH.AI.
This project is licensed under the Apache-2.0 License. See the LICENSE file for more details.
We would like to thank everyone who made this competetion available. Special thanks to Teknofest, Turkcell and Bilişim Vadisi. 😊
Jupyter Notebook
94.4%
Python
4.0%
HTML
1.6%