This project aims at creating queries into the Oregon University Maasai dictionary.
# Maasai Vocabulary Search Engine
## Context
This search engine was/is developed for Aix-en-Provence University.
It aims at allowing queries in the Maasai dictionary, more specifically searching for specific phonemes sequences, syllabic patterns, etc.
## Credits
The Maasai dictionary is owned by the university of Oregon.
Please see the following link for the original dictionary :
pages.uoregon.edu
## Installation and config
In the root folder, you must create a .env and use it to store database connection information :
```
URL=""
DATABASE=""
USER=""
PASSWORD=""
```
You then have to use this .env in your environment so the program can recognize it.