Giter VIP home page Giter VIP logo

move37-team / mywords Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 14.89 MB

English dictionary based on "Webster's Unabridged English Dictionary" with synonyms and Identicons for each word in Flutter

License: GNU General Public License v3.0

Kotlin 0.48% Swift 1.64% Objective-C 0.15% Dart 93.18% HTML 4.55%
flutter words dictionary favorite favorite-words english-word english-dictionary english-synonyms synonyms synonyms-lists

mywords's Introduction

MyWords

Simple English Dictionary Based on Webster's Unabridged English Dictionary With Identicons for each word and a light weight utility to save your favorite words, in Flutter!

Getting Started

clone the repository

git clone https://github.com/Move37-Team/mywords.git

install the requirements

flutter pub get

Dictionary files

Two dictionary files are used in this project. both are in json format.

assets/dictionary_web.json is the Webster's Unabridged English Dictionary in json format with the following structure:

{
    "word": "Meaning"
}

assets/trie_dict.json is a list of all words in the above file but trie data structure

sample

{
    "w": {
            "o": {
                    "r": {
                            "d" : {
                                    "_end_": "_end_"
                                  }
                         }
                 }
        }
}

assets/synonyms_dict.json a dictionary of word synonyms

{
    "word": "comma separated list of synonyms as a string"
}

Acknowledgments

if you make any changes, improvements or bug fixes please consider a PR

Road Map

  • categorize words

  • add dictionary

  • custom word with custom definition

  • autocomplete

  • multiple language support

  • cloud backend

mywords's People

Contributors

0xoc avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.