simplsan is an Amharic language gender-specific adjectives classifier machine learning model.
simplsan contains its own small datasets (1k+) and a word embedding algorithm tailored for the Amharic language to encode Amharic words into dense numerical vectors, capturing semantic relationships between words.
To use this repository, you need to have Python, NumPy, and Jupyter Notebook installed. You can install the required packages using pip:
pip install numpy jupyter
Clone this repository to your local machine:
git clone https://github.com/yordanoswuletaw/simp-lsan.git
cd simp-lsan
Contributions are welcome! If you want to contribute to this project, please follow these steps:
- Fork this repository.
- Create a new branch:
git checkout -b feature/YourFeature
- Make your changes and commit them:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/YourFeature
- Open a pull request.
Please ensure your code adheres to the existing style and includes appropriate tests.