davidfdriscoll / epic-greek-dictionary

A dictionary app for epic Greek. Based on Cunliffe. Built in React.
0 stars 0 forks source link

Epic Greek Dictionary

Live demo.

This dictionary app allows you to explore the vocabulary of epic -- i.e. Homeric -- Greek. Look up individual words from Homeric Greek or follow links to related words. Each entry has been laid out with indentation and varying typography to allow easy extraction of key information.

The data comes from Gregory Crane's TEI-XML digitization of Richard John Cunliffe's A Lexicon of the Homeric Dialect. The data has been converted by a script to a JSON of custom design for more efficient display and is hosted on AWS S3.

Built in React, Material UI, and React Router.

To deploy: npm run deploy -- -m "remove logging" To run locally: npm run start