All Projects → cihat → dictionary

cihat / dictionary

Licence: other
Project that tries to help you learn English.📕

Programming Languages

Vue
7211 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to dictionary

new-word-tab
A browser extension to learn a new word per new tab
Stars: ✭ 30 (+7.14%)
Mutual labels:  dictionary, english-learning
Britfone
British English pronunciation dictionary
Stars: ✭ 66 (+135.71%)
Mutual labels:  dictionary
langua
A suite of language tools
Stars: ✭ 29 (+3.57%)
Mutual labels:  dictionary
AppleScript-IDEA
AppleScript support for IntelliJ IDEs
Stars: ✭ 21 (-25%)
Mutual labels:  dictionary
jmdict-kindle
Japanese - English dictionary for Kindle based on the JMdict / EDICT database
Stars: ✭ 151 (+439.29%)
Mutual labels:  dictionary
LSTM-sentiment-analysis
LSTM sentiment analysis. Please look at my another repo for SVM and Naive algorithem
Stars: ✭ 19 (-32.14%)
Mutual labels:  dictionary
linguistic-datasets-portuguese
Linguistic Datasets for Portuguese: Lista de conjuntos de dados linguísticos para língua portuguesa com licença flexíveis: banco de dados, lista de palavras, sinônimos, antônimos, dicionário temático, tesauro, linked data, semântica, ontologia e representação de conhecimento
Stars: ✭ 46 (+64.29%)
Mutual labels:  dictionary
Manji
Manji is a mobile application built to help people learning Japanese learn about Kanji.
Stars: ✭ 142 (+407.14%)
Mutual labels:  dictionary
sshash
A compressed, associative, exact, and weighted dictionary for k-mers.
Stars: ✭ 62 (+121.43%)
Mutual labels:  dictionary
pali
Pāḷi Tipiṭaka and Pāḷi Dictionaries
Stars: ✭ 20 (-28.57%)
Mutual labels:  dictionary
folket
Swedish–English dictionary for macOS (December 20, 2020)
Stars: ✭ 31 (+10.71%)
Mutual labels:  dictionary
leximaven
A command line tool for searching word-related APIs.
Stars: ✭ 20 (-28.57%)
Mutual labels:  dictionary
JADA
JADA - Just Another Dictionary App
Stars: ✭ 20 (-28.57%)
Mutual labels:  dictionary
engAraDictionaryFrom ArabEyes
English - Arabic dictionary MySQL database based on WordList from ArabEyes Team
Stars: ✭ 29 (+3.57%)
Mutual labels:  dictionary
nihongo
Japanese Dictionary
Stars: ✭ 77 (+175%)
Mutual labels:  dictionary
BinPackage
The vocabulary of modern Icelandic, encapsulated in a Python package
Stars: ✭ 19 (-32.14%)
Mutual labels:  dictionary
greek-reference
An ancient Greek lexicon and grammar for Android.
Stars: ✭ 22 (-21.43%)
Mutual labels:  dictionary
ieml-language
The IEML language database. A git database containing the translations for IEML expressions: USL (Uniform Semantic Locator)
Stars: ✭ 17 (-39.29%)
Mutual labels:  dictionary
js-mdict
*.mdx/*.mdd interpreter js implements
Stars: ✭ 91 (+225%)
Mutual labels:  dictionary
French-Dictionary
CSV files containing all french adjectives, adverbs, conjunctions, determiners, nouns, prepositions, pronouns, verbs and their gender, types and conjugations
Stars: ✭ 74 (+164.29%)
Mutual labels:  dictionary

Dictionary

License GitHub repo size GitHub release (latest by date) Twitter URL GitHub commit activity GitHub last commit

I tried to make a project that will help you learn English with Vue.js. It gives you to understand the most common 1000 words in English randomly according to the range you entered and with the examples used on Youtube with Youglish API. I hope it will be useful content when studying English, memorizing words. My purpose of doing this project was when I realized that I had a hard time memorizing English words. I did this project to get a little more familiar with the words. I think hard work can be overcome with simple solutions. My english is not perfect at the moment, but I am working on it. I hope it becomes a little easier for me to learn English with this project. I did this project in English-Turkish. But you can do this project in your native language by forking. I will share the source code url of the project. You can see how he does it from there. I used two APIs in the project. One of them is OWLBOT DICTIONARY API and the other is Youglish API. These APIs helped me a lot in the project.

The project is as follows;

There is the most common 1000-word json in English, and the key values in this json correspond to English-Turkish words. In the project, there are two input ranges from 0 to 1000, the user selects the desired value in these ranges and comes across the user randomly in the desired range. It sends the APIs we use with this word, bringing the meaning of the word, an example sentence, the place where it is used in these APIs.

Project URL

dictionary-2

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Customize configuration

See Configuration Reference.

To-Do

  • Use Vuex
  • Use infinite-scroll
  • Responsive(mobil, tablet)
  • Update Style
  • Styling Update(grid)
  • Theme
  • Loading
  • Update Code
  • Update Components
  • (Feature-1 Local Storage)
  • (Feature-2 User Favori Kelime Listesi with Local Storage)
  • (Feature-3 User specific range aralığı)

License

MIT License

Copyright (c) 2021 Cihat Salik

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].