Skip to content

berk76/words

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Words

build Quality Gate Status

Words is small vocabulary I made for my little schoolgirl. It enables you put in foreign words and sentences, categorize them and download voice pronunciation.

Main window

Features

Vocabulary enables you:

  • Organize words and sentences in categories.
  • Vocabulary automatically downloads voice pronunciation.
  • It supports many languages.
  • Application tests student and creates statistics for each particular word. Base on this statistics it sorts words in each category.

How you can get started with Words

Read project Web pages for brief instructions.
Visit project Discussions where you can ask questions or share your ideas.

How to build project

  1. Download project git clone https://github.com/berk76/words Words
  2. Change directory cd Words
  3. Build project mvn assembly:assembly
  4. Change directory cd target and find Words.jar
  5. Create new directory somewhere on your disc. For example WordsEn and copy Words.jar in it.
  6. Run Words application java -jar Words.jar

Contributing

All contributions are welcome. 💙. Please read CONTRIBUTING.md. :octocat:.