Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transliterate Greek according to ELOT 743. Untested #4

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Jan 4, 2023

  1. WIP: Doesn't work properly.

    athenionn committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    718917e View commit details
    Browse the repository at this point in the history
  2. FIXED IT! SHOULD WORK FINE!

    athenionn committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    65f3a64 View commit details
    Browse the repository at this point in the history
  3. FIXED IT! SHOULD WORK FINE!

    athenionn committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    b3561ba View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Bugfixing, cleaned up, added mixed-casing support (Ψαρι is Psari, not…

    … PSari, but ΨΑΡΙ is still PSARI)
    athenionn committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    2024756 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Bugfixing, cleaned up, added mixed-casing support (Ψαρι is Psari, not…

    … PSari, but ΨΑΡΙ is still PSARI)
    athenionn committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    a5d8fbe View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Added capability for transliterating entire sentences. Fixed bugs tha…

    …t arose from that. Made lists into dictionary and simplified the "dumb" transliteration code thanks to that. Used remove_accentuation to allow for input of accented sentences. Added proper transliteration for "ου" in all cases accented or unaccented. To facilitate that, changed remove_accentuation.py to have an optional input that skips the diairesis step
    athenionn committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    0815eec View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    9c45414 View commit details
    Browse the repository at this point in the history
  2. In remove_accentuation.py: Made readability & common sense changes, a…

    …dded features as required for greek_elot_transliteration.py
    
    In greek_elot_transliteration.py: Fixed bugs revolving around ου, made some mild readability improvements
    
    In README.md: Minor grammar changes, documented changes to remove_accentuation.py as well as usage of greek_elot_transliteration.py
    
    In test_tests.py: Added rudimentary tests. Not sure if they're properly implemented.
    athenionn committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    9954e62 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/main'

    # Conflicts:
    #	README.md
    athenionn committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    b02d138 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da43311 View commit details
    Browse the repository at this point in the history