Skip to content

A Dash.jl-based web-app to let users type Greek in BetaCode, and transform it to Unicode.

Notifications You must be signed in to change notification settings

Eumaeus/GreekTyper_Julia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GreekTyper

(Julia/Dash edition)

This web-app allows users to type ancient polytonic Greek using only ASCII characters. The app will transliterate this into proper, Unicode Greek, which may then be copied and pasted elsewhere.

The scheme for typing Greek in ASCII is Beta Code. It dates back to the 1970s and the earliest projects to work with Greek computationally.

Here is a reference guide to Beta Code that this application recognizes

Running

  1. Download Julia and do whatever it takes to install it.
  2. Clone this repository.
  3. In the terminal: julia GreekTyper_Julia/app.jl.
  4. There is a good chance that you will need to add some libraries via Julia's package manager. Julia will tell you what to do. Do that.
  5. When it is up and running (the initial load may take a while, as it downloads and compiles necessary libraries), visit http://localhost:8054/ in your browser.

About

A Dash.jl-based web-app to let users type Greek in BetaCode, and transform it to Unicode.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published