Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)