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

Implemented parsing Roman Numerals #63

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Apr 10, 2021

  1. Implemented parsing Roman Numerals

    I have implemented parsing for roman, for the case of parsing any roman numeral in a sentence you have to specify the language.
    AmPhIbIaN26 committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    386fdd9 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. Revert "Implemented parsing Roman Numerals"

    This reverts commit 386fdd9.
    AmPhIbIaN26 committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    81ed627 View commit details
    Browse the repository at this point in the history
  2. Implemented parsing Roman Numerals

    I have implemented parsing for roman, for the case of parsing any roman numeral in a sentence you have to specify the language.
    AmPhIbIaN26 committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    6658bc4 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. Revert "Implemented parsing Roman Numerals"

    This reverts commit 6658bc4.
    AmPhIbIaN26 committed May 3, 2021
    Configuration menu
    Copy the full SHA
    ff64b93 View commit details
    Browse the repository at this point in the history
  2. Revert "Revert "Implemented parsing Roman Numerals""

    This reverts commit 81ed627.
    AmPhIbIaN26 committed May 3, 2021
    Configuration menu
    Copy the full SHA
    c6285cb View commit details
    Browse the repository at this point in the history
  3. Revert "Implemented parsing Roman Numerals"

    This reverts commit 386fdd9.
    AmPhIbIaN26 committed May 3, 2021
    Configuration menu
    Copy the full SHA
    ce81365 View commit details
    Browse the repository at this point in the history
  4. Update __init__.py

    added encoding='utf8' to __init__.py
    AmPhIbIaN26 committed May 3, 2021
    Configuration menu
    Copy the full SHA
    b36483e View commit details
    Browse the repository at this point in the history
  5. Revert "Update __init__.py"

    This reverts commit b36483e.
    AmPhIbIaN26 committed May 3, 2021
    Configuration menu
    Copy the full SHA
    be5d4e3 View commit details
    Browse the repository at this point in the history
  6. Revert "Revert "Implemented parsing Roman Numerals""

    This reverts commit ce81365.
    AmPhIbIaN26 committed May 3, 2021
    Configuration menu
    Copy the full SHA
    8e28343 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9a6fb48 View commit details
    Browse the repository at this point in the history
  8. Revert "Revert "Implemented parsing Roman Numerals""

    This reverts commit ff64b93.
    AmPhIbIaN26 committed May 3, 2021
    Configuration menu
    Copy the full SHA
    4c127ec View commit details
    Browse the repository at this point in the history