Web version of multidialectal dictionary tool for Quechua (macro)-language, built as a SPA.
Start searching at QichwaDic web
This project aims to help Quechua speakers, students and people who need a tool to improve their Quechua vocabulary. This tool might help native speakers who want to recover forgotten words and meanings or who want to learn new words from other Quechua dialects.
This app was inspired by other tools like SimiDic and Aulex.
Some features:
- Search criteria (starts with, ends with, exact, contains)
- User can get results even if the target word was not correctly spelled (for some common cases, e.g. ccello -> qillu).
- Retrieves results for different Quechua dialects by setting equivalent writings. For example, yachachi- / yaĉachi- / yachatsi or qillu/q'illu
This project is built with Vue.js as a SPA. Vue-Router is used for routing , Vue-translation for i18n support and Vuex for state management.
npm install
npm run serve
npm run build
npm run lint