Skip to content

code-monki/vilani-dictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vilani Dictionary

This project demonstrates the creation of a full-text searchable dictionary for the Vilani language. The project uses the minisearch library (stored in the js directory) to provide the full-text search feature.

Usage

Load the index.html file into a browser.

Enter text in the searchbox and tap the enter key or click the search button.

Dictionary Data

The dictionary data is stored in the data/data.js file as an array of Javascript objects and may be edited with a text editor.

Object Format

Field Description
id A unique numeric id for the word
word The word in Vilani
meaning The meaning of the word, e.g., definition

Disclaimer

The Traveller game in all forms is owned by Far Future Enterprises. Copyright 1977 - 2021 Far Future Enterprises. Traveller is a registered trademark of Far Future Enterprises. Far Future permits web sites and fanzines for this game, provided it contains this notice, that Far Future is notified, and subject to a withdrawal of permission on 90 days notice. The contents of this site are for personal, non-commercial use only. Any use of Far Future Enterprises's copyrighted material or trademarks anywhere on this web site and its files should not be viewed as a challenge to those copyrights or trademarks. In addition, any program/articles/file on this site cannot be republished or distributed without the consent of the author who contributed it.

About

Dictionary example with no database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published