Table of Contents
![Logo](https://github.com/Tanakh-Reader/graded-reader/raw/main/graded-reader.png)
This project is a joint research effort of Seth Howell and Dr. Jesse Scheumann that aims to assess the difficulty of Hebrew passages by considering various linguistic factors such as word frequency, morphological complexity, syntactic complexity, verb types, vocabulary diversity, semantic complexity, text genre, and thematic familiarity.
- Python
- Django
To get a local copy up and running, follow these steps:
- Python 3.9 or higher
- pip
- npm
- Clone the repo
git clone https://github.com/Tanakh-Reader/graded-reader.git
- Install required packages
npm run sync
- Run the app
npm run start
Run the app and head to http://127.0.0.1:8000/ to utilize the features.
- Develop initial metrics for assessing Hebrew passage difficulty
- Improve and refine metrics
- Implement a user-friendly interface
- Optimize performance and efficiency
Contributions are welcome and appreciated! To contribute:
- Fork the project
- Create your feature branch (
git checkout -b feature/YourFeature
) - Commit your changes (
git commit -m 'Add YourFeature'
) - Push to the branch (
git push origin feature/YourFeature
) - Open a pull request
This project is licensed under the MIT License - see the LICENSE.txt
file for details.
Seth Howell - hebrewliteracyapp@gmail.com
Project Link: https://github.com/Tanakh-Reader/graded-reader.git
- Dr. Jesse Scheumann
- James Tauber
- GPT 4
- README-Template