Logo Lanfrica

djamelm/LT

Domaine:

natural language processing

Type de record:

software
Créateur:
dja
Hôte:
Learn Tamazight Language # Learn Tamazight A simple web application to learn the Tamazight language by choosing the correct answer of question. ## Install If you will use Learn Tamazight: ```sh $ git clone github.com ``` ## Launch ```sh $ npm start ``` ## Test ```sh $ npm run test ``` ## Build ```sh $ npm run dist ``` This is a Electron JS(Node JS) application. You need to have the latest version of Node.js. The app will run on `127.0.0.1:8080` by default. ## feature ## to add > Apprenez à utiliser un vocabulaire dans le cadre d’une phrase, puis formez vous-même des phrases. > La prononciation du vocabulaire en bonne qualité. > modes d'apprentissage, pratique et quiz : Processus d'apprentissage à 3 niveaux - Apprendre le vocabulaire au travail ou à la pause (mode d'apprentissage) - Testez-vous si vous avez complètement mémorisé le vocabulaire. (Mode pratique) - Jouer à des quiz et gagner des points (mode quiz) > vocabulaire - A1 (X) - A2 (X) - B1 (X) - B2 (X) - C1 (X) - C2 (X) - TOEFL (X) - IELTS (X) - TOEIC (X) - SAM (X) - GMAT (X) - GRE (X) > type of phrases et expressions - pour les débutants (X) - conversation (X) - Voyage (X) - Paroles d'amour (X) - Dans la vie quotidienne (X) - Anglais des affaires (X) - Citations célèbres (X) - Série dramatique (X) > Nouveau contenu - pour les débutants (avec photos) - Nombres, temps - Animaux, plantes - nourriture - relation - plus ## Resources The lists of words of the application uses are stored in data.js, which is located on the root of this repository by default. ### Words This are a JSON-formatted list of words to be on quiz. ```json { "id": "1", "name": "word", "lang": "en" } ``` - __id__ An unique identity. - __name__ word written in __lang__. - __lang__ The language name in which a word written. It must be one of the IETF language tags. ### Phrases This are a JSON-formatted list of phrases to be on quiz. ```json { "id": "1", "phrase": "phrase", "lang": "en" } ``` - __id__ An unique identity. …