Skip to content
View tonyjurg's full-sized avatar

Block or report tonyjurg

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
tonyjurg/README.md

👋 Hi, I'm Tony Jurg

Research Master in Digital Humanities & Biblical Studies
Combining ancient texts with modern technology

About me

  • 🔭 Focus: Digital Humanities, Biblical Greek & Hebrew, Computational Linguistics
  • 🌱 Currently working on: High-quality open datasets
  • 💞️ Open for collaboration: Text-Fabric, Ancient Greek NLP, Digital Scripture projects
  • 📍 Based in the Amsterdam area

🔗 Connect with me

ORCID LinkedIn Academia.edu ResearchGate PyPI


🛠️ Technologies & Tools

Python Node.js Neo4j PHP Jupyter JavaScript TypeScript Git

Some of the current projects

Project Status / DOI Description
CenterBLC/N1904 Project Status: Active – The project has reached a stable, usable state and is being actively developed. DOI License: MIT Comprehensive Text-Fabric dataset for the Greek New Testament (Nestle 1904, seventh edition: reprint 1913), enabling linguistic and textual analytics.
Doc4TF Project Status: Active – The project has reached a stable, usable state and is being actively developed. DOI License: CC BY 4.0 Jupyter Notebook based Python tool to automaticaly generate Text-Fabric feature documentation from an exising dataset. PDF description.
N1904addons Project Status: Active – The project has reached a stable, usable state and is being actively developed. DOI License: CC BY 4.0 Additional Text-Fabric features for use with the N1904-TF dataset of the Greek New Testament
Morphkit Project Status: Active – The project has reached a stable, usable state and is being actively developed. Docs License: CC BY 4.0 DOI Python PyPI Version Python toolkit for interfacing with Morpheus API to perform morphological analysis on Ancient Greek
BHSaddons Project Status: Active – The project has reached a stable, usable state and is being actively developed. DOI License: CC BY 4.0 Additional Text-Fabric features for use with the BHSA to handle parasha textual portions
Parashot Project Status: Active – The project has reached a stable, usable state and is being actively developed. Digital Humanies tools used for the weekly Parasha (Torah portion of the week)
Cost of Tabernacle Project Status: Active – The project has reached a stable, usable state and is being actively developed. License: CC BY 4.0 Interactive page using real time data to estimate current cost of the biblical tabernacle
TasmotaTimer Project Status: Active – The project has reached a stable, usable state and is being actively developed. License: CC BY 4.0 User friendly timer app using node.js to control Tasmota powered smartplugs

Gist

My Gist on GitHub

Pinned Loading

  1. Sandborg-Petersen-decoder Sandborg-Petersen-decoder Public

    This morphological decoder provided a lightweight decoder for the Sandborg-Petersen Morphology which is primarily tailored for Koine Greek, especially as it appears in New Testament studies and sim…

    Jupyter Notebook

  2. Creating a dictionary to map Louw-Ni... Creating a dictionary to map Louw-Nida top-level domains to descriptions
    1
    # The Greek words in the New Testament are classified semantically according to a two-tier system developed by Louw and Nida. 
    2
    # This Python script maps the top-level codes (the part of the Louw-Nida code preceding the dot) to their human-readable descriptions.
    3
    # The structure of the dictionary is:
    4
    #    louwNidaMapping = {
    5
    #         numeric (key): "description"
  3. Python functions for interfacing wi... Python functions for interfacing with the SHEBANQ REST API
    1
    # SHEBANQ REST API - https://github.com/ETCBC/shebanq/wiki/REST-Api
    2
    
                  
    3
    # https://github.com/ETCBC/shebanq/wiki/REST-Api#deep-linking-to-shebanq
    4
    # Define the transliteration substitution function
    5
    def substituteTranslit(translit):
  4. Recursive traversing in Text-Fabric Recursive traversing in Text-Fabric
    1
    # This code traverses the hierarchical structure of a Text-Fabric corpus, 
    2
    # starting from books and drilling down through chapters, verses, and words. 
    3
    # At each level, it allows for processing or extracting specific data 
    4
    # related to the respective nodes (book, chapter, verse, or word).
    5
    
                  
  5. John-punctuation-browser John-punctuation-browser Public

    Alternative puntuations for the N1904 Gospel of John

    Jupyter Notebook 1

  6. Sword_Module_Text_Extraction Sword_Module_Text_Extraction Public

    Extract Biblical text from Sword modules using the pysword library in Python

    Jupyter Notebook