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

adding german JSON-normalizer / changes to extract_datetime_de #175

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

Commits on Jan 28, 2021

  1. Configuration menu
    Copy the full SHA
    6267fc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bafc771 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18712f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2021

  1. datetime parsing: No restriction to year, added ValueError exception

    To allow future year abbrevations ('20) parsing.
    Essential ValueException to be able to parse the year if any is passed (not possible atm)
    emphasize authored Mar 7, 2021
    Configuration menu
    Copy the full SHA
    a3cbd59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a6d1d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. normalizer -> json

    emphasize committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    25119a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85c6ae1 View commit details
    Browse the repository at this point in the history
  3. add german normalizer

    emphasize committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    8830769 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7460cfd View commit details
    Browse the repository at this point in the history
  5. set remove_articles=True

    emphasize committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    0089d23 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f9287e2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a222c6a View commit details
    Browse the repository at this point in the history
  8. add test

    emphasize committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    6f11610 View commit details
    Browse the repository at this point in the history
  9. add test

    emphasize committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    4f85ac6 View commit details
    Browse the repository at this point in the history