This project's is for a Voynich Manuscript transliteration application. It is used to simplify and automate the transliteration process by quickly getting the transcription of the page and applying different table transliterations to text generated from user input or an online source. Users can create custom transliteration tables and apply their rules to the generated text, as well as use the provided default tables. The web source for getting transcribed pages is http://voynich.nu/
- Text transliteration
- Custom transliteration tables
- Load transcribed pages from a web source
- Pick different transcription versions
- Supported quires - from 1 and only "r" marked pages, to all (1-20) and both "r" and "v" marked pages
- Simple user manual from Help button
- Ensure your computer supports Java runtime
- Download and save voynich-translator.jar
- Run application with command in the terminal from Downloads folder
java -jar voynich-translator.jar
For instructions on how to use this application please check project folder helpFiles, or run the application and click on button "Help"
- Set up necessary tools:
- Eclipse IDE (versions Neon and Oxygen)
- WindowBuilder plugin for Eclipse
- JUnit4 for tests
- Clone project
git clone https://github.com/valdisvi/voynich-translator.git
cd voynich-translator
- Build project for Eclipse:
mvn clean compile eclipse:eclipse
- Build executable *.jar file:
mvn assembly:single
- Run newly built jar file:
cd target
java -jar voynich-translator.jar
See the list of contributors who participated in this project.
Project is built with Maven
Application uses source text from voynich.nu.
Source code of this project is licenced under LGPL 3.0 or later license.
Documentation and other materials are licenced under Creative Commons — Attribution 3.0 license.