Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yavuzkomecoglu/twitter-sentiment-analysis-morethan101
Bert Based Turkish Sentiment Analysis for Twitter - morethan101
https://github.com/yavuzkomecoglu/twitter-sentiment-analysis-morethan101
Last synced: about 2 months ago
JSON representation
Bert Based Turkish Sentiment Analysis for Twitter - morethan101
- Host: GitHub
- URL: https://github.com/yavuzkomecoglu/twitter-sentiment-analysis-morethan101
- Owner: yavuzKomecoglu
- Created: 2023-03-03T10:56:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T21:08:43.000Z (almost 2 years ago)
- Last Synced: 2024-04-16T02:12:11.148Z (8 months ago)
- Language: Jupyter Notebook
- Size: 20.5 MB
- Stars: 26
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# twitter-sentiment-analysis-morethan101
Bert Based Turkish Sentiment Analysis for Twitter - morethan101## Çalışma Dosyaları
### Google Colab
#### Download Twitter Data
- [1-download_data.ipynb](https://colab.research.google.com/github/yavuzKomecoglu/twitter-sentiment-analysis-morethan101/blob/main/notebooks/1_download_data.ipynb) - Twitter datalarını kazıma işlemlerinden oluşan çalışma dosyası[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/yavuzKomecoglu/twitter-sentiment-analysis-morethan101/blob/main/notebooks/1_download_data.ipynb)
#### Sentiment Analysis
- [2-sentiment_analysis.ipynb](https://colab.research.google.com/github/yavuzKomecoglu/twitter-sentiment-analysis-morethan101/blob/main/notebooks/2_sentiment_analysis.ipynb) - Twitter dataları üzerinde [Bert-base Turkish Sentiment Model'inin](https://huggingface.co/savasy/bert-base-turkish-sentiment-cased) uygulanması ile duygu analizden oluşan çalışma dosyası[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/yavuzKomecoglu/twitter-sentiment-analysis-morethan101/blob/main/notebooks/2_sentiment_analysis.ipynb)
#### Generate Word Cloud
- [3-generate_word_cloud_freq_dist.ipynb](https://colab.research.google.com/github/yavuzKomecoglu/twitter-sentiment-analysis-morethan101/blob/main/notebooks/3_generate_freq_dist_word_cloud.ipynb) - Kelime frekanslarının çıkartılması ve kelime bulutu oluşturma işlemlerinden oluşan çalışma dosyası[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/yavuzKomecoglu/twitter-sentiment-analysis-morethan101/blob/main/notebooks/3_generate_freq_dist_word_cloud.ipynb)