Giter Site home page Giter Site logo

perseids-project / greek-latin-demixer Goto Github PK

View Code? Open in Web Editor NEW
1.0 4.0 0.0 5.4 MB

Tool for processing texts that contain a mixture of Latin and Greek characters

Home Page: https://apps.perseids.org/demixer/

License: MIT License

HTML 7.12% JavaScript 90.51% CSS 2.37%
perseids-project ancient-greek latin classics

greek-latin-demixer's Introduction

Greek Latin Demixer

Τhis is a tool for processing texts that contain a mixture of Latin and Greek characters. Ιt can be difficult to see the difference between certain characters and ΟCR software may mix up some letters. Ιn fact, in this paragraph there is a tau, an omicron, and two iotas mixed in with the Latin characters.

Try it Out

https://apps.perseids.org/demixer/

How to Use

Enter text that contains a mixture of Greek and Latin characters in the text box and press Go!. This takes you to a page that shows you the Latin characters in blue and the Greek characters in red.

Click on one of the words. On the left-hand side of the screen there are three sections: Latin, Greek, and Custom. The Latin section shows what the word would look like if all characters were replaced with Latin characters. The Greek section shows what it would look like if replaced with Greek characters. For example, would be ae in the Latin section and αε in the Greek section.

Clicking the Latin or Greek button will insert the respective suggestion.

The Custom section allows any input. Clicking the Custom button will insert the text in the Custom input.

Installation

yarn install

Running the development server

yarn start

Deploying a new version to github.io

yarn deploy-github

Deploying a new version to Perseids

yarn deploy-perseids

greek-latin-demixer's People

Contributors

benjaminsau avatar dependabot[bot] avatar zfletch avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

greek-latin-demixer's Issues

Reorganize application into component directories

Instead of src/Whatever.js we should have src/Whatever/Whatever.js and src/Whatever/index.js. The content of Whatever.js should be the same. index.js should have the following content:

import Whatever from './Whatever';

export default Whatever;

Option to go to the next mixed Greek/Latin word

Add a button that goes to the next word with mixed Greek and Latin characters. This would be helpful for users who enter a large text because it would allow them to fix any errors without visiting every single word.

Add toggle for line wrapping

Add some kind of toggle to turn line wrapping on or off. I think it makes sense to have an "Advanced Options" collapsable menu underneath "Copy to Clipboard" and to put it in there.

Add save file button

Currently, the only way to get the output is to click "Copy to Clipboard" and then to paste the text in a text file. It could be useful for users who have large amounts of text to be able to save the file to their desktop.

I'm not sure the best design for this. I don't want the left panel to be too cluttered. Maybe this could be implemented in the "Advanced Options" dropdown to be implemented in #10

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.