A vocabulary building application
Vocabulum is built to help in constructing artificial languages. It also lets you work on a language with other people, by using git
for the saved JSON file.
Adds a new word
Syntax: WORD [PART OF SPEECH] [word] = [meaning]
Example: WORD NOUN leda = woman
Deletes a word
Syntax: DELETE [word]
Example: DELETE leda
Adds a synonym to a word and to every other synonyms
Syntax: SYN [word] + [synonym]
Example: SYN leda + nona
Shows only the word
or every word.
Syntax: FIND [word]
or FIND
to show every word
Example: FIND leda
Set the name of the two languages you working with (the language you're working on/the base language).
Syntax: LANGS [newlang] [baselang]
Example: LANGS konsol english
Save the language. Same as Ctrl + s
.
Open a language file. Same as Ctrl + o
.