# Amharic-Sentiment-Analysis
Amharic Sentiment Analysis
- Hate Speech Detection -
dataset
- Contains all Amharic data collected through time
pre-processing
- contains all the codes to pre-process the amharic datasets for classification
venv
- Local environment
* Download the "tain.txt" file from this link:
drive.google.com
To add large files using the git lfs
# add the files you want tracked.
# add all csv files to git lfs tracking
git lfs track "*.csv"
# add all mp4 files to git lfs tracking
git lfs track "*.mp4"
# add individual files to git lfs tracking
git lfs track "file.wav"
# add git attributes
git add .gitattributes