Skip to content

A small Java project aims at providing a free (open source) English - Vietnamese dictionary

Notifications You must be signed in to change notification settings

meokisama/EVDictionaryGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EVDictionary 📖

Description

A small Java project aims at providing a free (open source) English - Vietnamese dictionary

Demo

Information 🏷

  • IDE: IntelliJ IDEA Ultimate Edition
  • Project SDK: Oracle OpenJDK 15.0.1
  • Operating System: Kali Linux 2020.4

Libraries

Features

  • Word searching
  • Show all words
  • Modify dictionary
  • Translate by using Google API
  • Text to speech
  • Export database

Setting environment

  • Download all libraries above and add them to project modules path
  • Configure VM Options
--module-path ${PATH_TO_FX} --add-modules javafx.controls,javafx.fxml,javafx.web
  • Remember ${PATH_TO_FX} is the path direct to your JavaFX lib folder

About words database

This databse contains over 109,000 words.
 
The raw format is TXT, and I have to convert it to SQLite databse using a GoLang application
 
The application source code you can find in my Github repositories.
 
You can download the raw TXT file here: http://www.informatik.uni-leipzig.de/~duc/Dict/

Find me around the web 🌎

About

A small Java project aims at providing a free (open source) English - Vietnamese dictionary

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published