|
||
---|---|---|
.vscode | ||
cmd | ||
internal | ||
.gitignore | ||
LICENSE.txt | ||
README.md | ||
go.mod | ||
go.sum | ||
main.go |
README.md
Bidirectional Russian-to-English dictionary
A very simple dictionary that stores words in an SQLite3 database on your hard drive.
What this program is supposed to do
It was supposed to demonstrate that a fairly complete and usable program in Go can be written in under 2 hours, as this one was.
This is a basic CRUD app that can display a list of words and search for words irrespectively of context or language.
What this program is not supposed to do
- handling StarDict/GoldenDict dictionaries;
- handling lots of definitions;
- whatever else you might expect from a feature-complete dictionary program.
License
See LICENSE.txt.