An open API service indexing awesome lists of open source software.

https://github.com/kayx23/word-checker

Checking if a word is a real word (Available in English & French)
https://github.com/kayx23/word-checker

data-structure python tkinter trie-structure

Last synced: about 1 year ago
JSON representation

Checking if a word is a real word (Available in English & French)

Awesome Lists containing this project

README

          

# Word Checker
A GUI tool to check if a word is valid. Available in English & French.

Underlying data structure: **trie**

To start the tool, run
```
$ python3 FrontEnd.py
```

## Demo
**English**
![English](gif/English.gif)

**French**
![French](gif/French.gif)

**Switching languages**
![Switching](gif/Switching.gif)

## Word Source
English: https://github.com/dwyl/english-words
French: https://www.freelang.com/download/misc/liste_francais.zip