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

[NLU-3859] arabic time noon #3140

Open
wants to merge 362 commits into
base: master
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Apr 28, 2022

  1. Add mealtime python support

    Oisin McNally committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    ead5013 View commit details
    Browse the repository at this point in the history
  2. Unskip tests and bump version number

    Oisin McNally committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    30e574c View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Merge pull request #31 from purecloudlabs/master

    [NLU-2859] Merge new purecloudlabs:master-> purecloudlabs:develop
    Oisin McNally authored Apr 29, 2022
    Configuration menu
    Copy the full SHA
    5b1bd08 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into task/NLU-2864

    Oisin McNally committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    433d95c View commit details
    Browse the repository at this point in the history
  3. Alpha release versions

    Oisin McNally committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    778273f View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Release version

    Oisin McNally committed May 4, 2022
    Configuration menu
    Copy the full SHA
    8a25858 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #32 from purecloudlabs/task/NLU-2864

    [NLU-2864] Add mealtime support for Python MS-Recognizers
    Oisin McNally authored May 4, 2022
    Configuration menu
    Copy the full SHA
    cc23761 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Merge pull request #33 from microsoft/master

    Merge MS Recognizers into master
    samhickey25 authored May 11, 2022
    Configuration menu
    Copy the full SHA
    3a2342a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into develop

    # Conflicts:
    #	Python/libraries/recognizers-date-time/recognizers_date_time/date_time/french/datetime_extractor_config.py
    #	Python/libraries/recognizers-date-time/recognizers_date_time/date_time/german/holiday_parser_config.py
    #	Python/libraries/recognizers-date-time/recognizers_date_time/resources/german_date_time.py
    #	Python/libraries/recognizers-date-time/recognizers_date_time/resources/italian_date_time.py
    #	Python/libraries/recognizers-number-with-unit/recognizers_number_with_unit/number_with_unit/german/extractors.py
    #	Python/libraries/recognizers-number-with-unit/recognizers_number_with_unit/number_with_unit/german/parsers.py
    #	Python/libraries/recognizers-number-with-unit/recognizers_number_with_unit/number_with_unit/italian/extractors.py
    #	Python/libraries/recognizers-number-with-unit/recognizers_number_with_unit/number_with_unit/italian/parsers.py
    #	Python/libraries/recognizers-number-with-unit/recognizers_number_with_unit/number_with_unit/number_with_unit_recognizer.py
    #	Python/libraries/recognizers-number-with-unit/recognizers_number_with_unit/resources/__init__.py
    #	Python/libraries/recognizers-number-with-unit/recognizers_number_with_unit/resources/german_numeric_with_unit.py
    #	Python/libraries/recognizers-number-with-unit/recognizers_number_with_unit/resources/italian_numeric_with_unit.py
    #	Python/libraries/recognizers-number-with-unit/resource-definitions.json
    #	Python/libraries/recognizers-number/recognizers_number/number/italian/__init__.py
    #	Python/libraries/recognizers-number/recognizers_number/number/italian/extractors.py
    #	Python/libraries/recognizers-number/recognizers_number/number/number_recognizer.py
    #	Python/libraries/recognizers-number/recognizers_number/resources/italian_numeric.py
    #	Specs/DateTime/French/DateTimeExtractor.json
    #	Specs/DateTime/German/DateTimeModel.json
    #	Specs/DateTime/German/DateTimeModelCalendarMode.json
    #	Specs/DateTime/German/HolidayExtractor.json
    #	Specs/DateTime/German/TimeParser.json
    #	Specs/NumberWithUnit/German/CurrencyModel.json
    samhickey25 committed May 11, 2022
    Configuration menu
    Copy the full SHA
    e5b365b View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Configuration menu
    Copy the full SHA
    b1529f8 View commit details
    Browse the repository at this point in the history
  2. Update package version

    samhickey25 committed May 16, 2022
    Configuration menu
    Copy the full SHA
    76ba177 View commit details
    Browse the repository at this point in the history
  3. Fix imports

    samhickey25 committed May 16, 2022
    Configuration menu
    Copy the full SHA
    ed0421a View commit details
    Browse the repository at this point in the history
  4. Fix failed tests

    samhickey25 committed May 16, 2022
    Configuration menu
    Copy the full SHA
    33c53ec View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Reskip Japanese tests

    samhickey25 committed May 17, 2022
    Configuration menu
    Copy the full SHA
    5e47f93 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Configuration menu
    Copy the full SHA
    a0dc184 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Merge pull request #34 from purecloudlabs/NLU-2872

    [NLU-2872] Fix remaining recognizer tests
    samhickey25 authored May 19, 2022
    Configuration menu
    Copy the full SHA
    658bf48 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. NLU-2922: Fix for case like 'Monday 21' to match .NET implementation (#…

    …35)
    
    * NLU-2922: Fix for case like 'Monday 21' to match .NET implementation
    
    * NLU-2922: Update Version to 1.0.19
    
    * NLU-2922: Adding test case
    kevinwalshgen authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    ad8a484 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. NLU-2922: Fix for missing version number (#36)

    * NLU-2922: Fix for case like 'Monday 21' to match .NET implementation
    
    * NLU-2922: Update Version to 1.0.19
    
    * NLU-2922: Adding test case
    
    * NLU-2922: Update missed Version to 1.0.19
    kevinwalshgen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    46d446a View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Merge pull request #37 from microsoft/master

    Bringing Pureclould Labs master up to-date with Microsoft master
    kevinwalshgen authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    cd9ba48 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. Merge pull request #38 from purecloudlabs/master

    Updating with latest from MS Recognizers
    kevinwalshgen authored Jun 10, 2022
    Configuration menu
    Copy the full SHA
    4eb7370 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da9cc66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    901b901 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22f56fd View commit details
    Browse the repository at this point in the history
  5. Revert "NLU-2966: Fix failing tests"

    This reverts commit 22f56fd.
    kevinwalshgen committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    c544eff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f2dabf2 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Merge pull request #39 from purecloudlabs/NLU-2966

    NLU-2966: Update resources based on latest MS changes
    kevinwalshgen authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    2069aee View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Configuration menu
    Copy the full SHA
    185c140 View commit details
    Browse the repository at this point in the history
  2. NLU-2995: Update date parser to handle _

    relative_week_day_regex
    kevinwalshgen committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    728ed45 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. NLU-2995: Update date parser to handle _

    special_day_with_num_regex
    kevinwalshgen committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    d475109 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22bf644 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49e2e7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    186d305 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Merge pull request #40 from purecloudlabs/NLU-2995

    NLU-2995: Update the Date Time parser to handle more cases and match .NET implementation
    kevinwalshgen authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    b5a72eb View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Merge pull request #42 from microsoft/master

    Update fork with MS recognizers latest
    samhickey25 authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    8f92c9a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into develop

    # Conflicts:
    #	Python/libraries/recognizers-date-time/recognizers_date_time/date_time/base_merged.py
    samhickey25 committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    7729ff8 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Configuration menu
    Copy the full SHA
    c0d9581 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1a76ca View commit details
    Browse the repository at this point in the history
  3. Fix initialization tests

    samhickey25 committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    472f30a View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Configuration menu
    Copy the full SHA
    e5875be View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Release version

    samhickey25 committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    c4d0de2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #43 from purecloudlabs/bug/NLU-3033

    Add EnglishOthers to Python cultures
    samhickey25 authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    756e68e View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Configuration menu
    Copy the full SHA
    1395148 View commit details
    Browse the repository at this point in the history
  2. Updated versions

    rbrennangen committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    b4f2c62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c108b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f24c93 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff568c1 View commit details
    Browse the repository at this point in the history
  6. Release version

    rbrennangen committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    f08bb3d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #44 from purecloudlabs/bugfix/NLU-3035

    bugfix/NLU-3035 - Fixed "half/ y medio" bug with es-us
    rbrennangen authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    75369c2 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Configuration menu
    Copy the full SHA
    f14677d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into develop

    # Conflicts:
    #	Python/libraries/recognizers-date-time/recognizers_date_time/date_time/base_date.py
    #	Python/libraries/recognizers-date-time/recognizers_date_time/date_time/base_merged.py
    #	Python/libraries/recognizers-number-with-unit/recognizers_number_with_unit/number_with_unit/number_with_unit_recognizer.py
    #	Python/libraries/recognizers-text/setup.py
    samhickey25 committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    c72b19d View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Configuration menu
    Copy the full SHA
    d631cbe View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    a830707 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9568288 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Adjust parsers

    rbrennangen committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    9c1deee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9ca340 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae8ef25 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Configuration menu
    Copy the full SHA
    3aed5b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Package release version

    rbrennangen committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    a62869a View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Merge pull request #48 from purecloudlabs/bugfix/NLU-3071

    [bugfix/NLU-3071] Fix incorrect recognition of large number expressed as a fraction
    rbrennangen authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    5dd3af0 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Configuration menu
    Copy the full SHA
    e378aa3 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Configuration menu
    Copy the full SHA
    86f14b8 View commit details
    Browse the repository at this point in the history
  2. Merge upstream master

    Conor-Keaney committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    ea3a0dd View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Adding resources for Python Dutch number and number_with_unit extract…

    …ors and parsers, removing python from skipped tests, adding dutch as a culture, updating recognizers version
    Conor-Keaney committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    5b99f5a View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Configuration menu
    Copy the full SHA
    a2d1c76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    924f86b View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    5abe5d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    1042ecc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c6d78d View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Update test files

    samhickey25 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    ceb6899 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. NLU-3194 - Dutch language support: Builtin number and amountOfMoney …

    …support (#49)
    
    * Adding resources for Python Dutch number and number_with_unit extractors and parsers, removing python from skipped tests, adding dutch as a culture, updating recognizers version
    
    * Adding MergedNumbers, fixed regexes, fixed tests
    
    * Regex bug fixes and parser corrections
    
    * Fix for multi worded fraction phrases and a Currency bug
    
    * Fixing Dutch written angle tests
    
    * Skipping an edge case
    
    * Updated version number, skip edge cases
    
    * Update version number
    
    * Build result
    
    * Update version
    
    * Update version
    
    * Import Dutch Numeric, update package version
    
    * Corrected Resource definition generator json file
    
    * Update version number
    
    * Update to release version
    Conor-Keaney authored Nov 23, 2022
    Configuration menu
    Copy the full SHA
    85d9aa9 View commit details
    Browse the repository at this point in the history
  2. Update test files

    samhickey25 committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    9cd338c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into NLU-3206

    # Conflicts:
    #	Python/libraries/datatypes-timex-expression/setup.py
    #	Python/libraries/recognizers-choice/setup.py
    #	Python/libraries/recognizers-date-time/setup.py
    #	Python/libraries/recognizers-number-with-unit/recognizers_number_with_unit/resources/dutch_numeric_with_unit.py
    #	Python/libraries/recognizers-number-with-unit/setup.py
    #	Python/libraries/recognizers-number/resource-definitions.json
    #	Python/libraries/recognizers-number/setup.py
    #	Python/libraries/recognizers-sequence/setup.py
    #	Python/libraries/recognizers-suite/setup.py
    #	Python/libraries/recognizers-text/setup.py
    #	Specs/Number/Dutch/NumberModel.json
    #	Specs/NumberWithUnit/Dutch/DimensionModel.json
    #	Specs/NumberWithUnit/Dutch/TemperatureModel.json
    samhickey25 committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    854073a View commit details
    Browse the repository at this point in the history
  4. Update package version

    samhickey25 committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    6ddacb2 View commit details
    Browse the repository at this point in the history
  5. Fix pattern

    samhickey25 committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    18f89d1 View commit details
    Browse the repository at this point in the history
  6. More fixes

    samhickey25 committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    26829f5 View commit details
    Browse the repository at this point in the history
  7. Update package version

    samhickey25 committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    b0f744c View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Clean up regex

    samhickey25 committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    ac02d4a View commit details
    Browse the repository at this point in the history
  2. release version

    samhickey25 committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    bdf0766 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #50 from purecloudlabs/NLU-3206

    [NLU-3206] Add Dutch date and time support
    samhickey25 authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    6ab38e8 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. [NLU-3333] - Updating parser to merge joinable numbers (#52)

    * Adding merging joint numbers functionality to python
    
    * Unskipping Spanish, Portuguese and Japanese tests, updating version
    
    * Update to release version
    
    * Update package version
    
    * Update package version
    
    * Update package version to release
    Conor-Keaney authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    030d6f4 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Merge pull request #53 from microsoft/master

    Sync Fork
    samhickey25 authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    4451a53 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into develop

    # Conflicts:
    #	JavaScript/packages/recognizers-number-with-unit/package-lock.json
    #	Python/libraries/recognizers-number/recognizers_number/number/dutch/parsers.py
    #	Python/libraries/recognizers-number/recognizers_number/number/number_recognizer.py
    samhickey25 committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    2873e0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2279ac5 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. French Noon Fix

    samhickey25 committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    aa4fda5 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Configuration menu
    Copy the full SHA
    f24b5f2 View commit details
    Browse the repository at this point in the history
  2. Update package version

    samhickey25 committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    6339741 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. release version

    samhickey25 committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    c07f967 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #55 from purecloudlabs/NLU-3219

    [NLU-3219] French Noon Fix
    samhickey25 authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    5bd7cb4 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    3764a19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1263e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc377b4 View commit details
    Browse the repository at this point in the history
  4. Update package version

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

Commits on Jan 5, 2023

  1. release version

    samhickey25 committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    bc593e8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #57 from purecloudlabs/NLU-3215

    [NLU-3215] Spanish Datetime <day> del <month>
    samhickey25 authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    06c8977 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Configuration menu
    Copy the full SHA
    a32895d View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    2b17394 View commit details
    Browse the repository at this point in the history
  2. [NLU-3220] IT-IT amountOfMoney: dollari 345 (#60)

    * NLU-3220-Allow-prefix-dollari-it
    KanchanKumar12 authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    6b1f880 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Configuration menu
    Copy the full SHA
    07682fd View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. [NLU-3229] - V3 Entity Improvement: 2 digit year (#51)

    * Fix for Month YY
    
    * Update package number
    
    * Update version
    
    * Add fix and testing for DatePeriodExtractor and parser for Dutch German Italian, Spanish and Portuguese
    
    * Add references to pattern files
    
    * Added dotnet regex changes
    
    * Update version number
    
    * Skipped javascript for tests
    
    * Mark to skip date period parser
    
    * Change setup versions in suite
    
    * Update to release version
    Conor-Keaney authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    9da938c View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    12c1467 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Update version (#63)

    Conor-Keaney authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    2c0cb6e View commit details
    Browse the repository at this point in the history
  2. [NLU-3377] - <day> del <month> del <year> resolution fix (#64)

    * Changed regex and added test cases
    
    * Added new test case
    
    * Updated version
    
    * Updated version
    Conor-Keaney authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    791c424 View commit details
    Browse the repository at this point in the history
  3. NLU-3377 - Small test fix (#65)

    * Changed regex and added test cases
    
    * Added new test case
    
    * Updated version
    
    * Updated version
    
    * Fixed testing
    Conor-Keaney authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    aaba9c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. [NLU-3504] - MS Recognisers python - Japanese Number to parity with .…

    …NET (#66)
    
    * Uncommented working tests and updated version number
    
    * Uncommented working tests and updated version number
    
    * Cleaned up ordinal model not supported section
    
    * Remove comment to mark position
    
    * Readd genesys tag to version
    
    * Change requirment dependencies
    
    * Fixed an issue with ordinals, fixing 18 tests
    Conor-Keaney authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    493a5b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    c59a18e View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    1302f5d View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Update script

    samhickey25 committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    d06a0ba View commit details
    Browse the repository at this point in the history
  2. Actually fix script

    samhickey25 committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    0242cad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    590dfec View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Release Version

    samhickey25 committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    15aa559 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #68 from purecloudlabs/NLU-3505

    [NLU-3505] Japanese AmountOfMoney support
    samhickey25 authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    a5d3a23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6898ca5 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Configuration menu
    Copy the full SHA
    f368d77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a593c8 View commit details
    Browse the repository at this point in the history
  3. fixed 3 tests

    KanchanKumar12 committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    cb629e5 View commit details
    Browse the repository at this point in the history
  4. fix for 5 tests

    KanchanKumar12 committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    205a6b7 View commit details
    Browse the repository at this point in the history
  5. refactor

    KanchanKumar12 committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    bafd713 View commit details
    Browse the repository at this point in the history
  6. fix for 2 more tests

    KanchanKumar12 committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    6e81526 View commit details
    Browse the repository at this point in the history
  7. fix two more tests

    KanchanKumar12 committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    417a383 View commit details
    Browse the repository at this point in the history
  8. last working version

    KanchanKumar12 committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    782092c View commit details
    Browse the repository at this point in the history
  9. unskip/skip tests

    KanchanKumar12 committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    8b5fef9 View commit details
    Browse the repository at this point in the history
  10. update packages

    KanchanKumar12 committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    d408ed7 View commit details
    Browse the repository at this point in the history
  11. remove comments

    KanchanKumar12 committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    434171f View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    fa378bc View commit details
    Browse the repository at this point in the history
  2. update variables

    KanchanKumar12 committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    bb145f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    df2b83b View commit details
    Browse the repository at this point in the history
  2. update packages

    KanchanKumar12 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    e5ce793 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Save progress

    samhickey25 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    55d97bf View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    51dfd28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    948c6e7 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into cleanup_slack

    # Conflicts:
    #	Python/libraries/datatypes-timex-expression/setup.py
    #	Python/libraries/recognizers-choice/setup.py
    #	Python/libraries/recognizers-date-time/setup.py
    #	Python/libraries/recognizers-number-with-unit/setup.py
    #	Python/libraries/recognizers-number/setup.py
    #	Python/libraries/recognizers-sequence/setup.py
    #	Python/libraries/recognizers-suite/setup.py
    #	Python/libraries/recognizers-text/setup.py
    samhickey25 committed May 2, 2023
    Configuration menu
    Copy the full SHA
    51ce402 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Phase 2

    samhickey25 committed May 4, 2023
    Configuration menu
    Copy the full SHA
    b7b388b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #75 from purecloudlabs/cleanup_slack

    Separate utilities file into directory
    samhickey25 authored May 4, 2023
    Configuration menu
    Copy the full SHA
    56a3d9e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into NLU-3579

    # Conflicts:
    #	Python/libraries/datatypes-timex-expression/setup.py
    #	Python/libraries/recognizers-choice/setup.py
    #	Python/libraries/recognizers-date-time/recognizers_date_time/date_time/utilities.py
    #	Python/libraries/recognizers-date-time/setup.py
    #	Python/libraries/recognizers-number-with-unit/setup.py
    #	Python/libraries/recognizers-number/setup.py
    #	Python/libraries/recognizers-sequence/setup.py
    #	Python/libraries/recognizers-suite/setup.py
    #	Python/libraries/recognizers-text/setup.py
    samhickey25 committed May 4, 2023
    Configuration menu
    Copy the full SHA
    c64585a View commit details
    Browse the repository at this point in the history
  4. switch laptops

    samhickey25 committed May 4, 2023
    Configuration menu
    Copy the full SHA
    4e40074 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    078200b View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Finish utils changes

    samhickey25 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    3436e05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a58dfef View commit details
    Browse the repository at this point in the history
  3. Update package version

    samhickey25 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    fc2b57b View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. revert merge errors

    samhickey25 committed May 10, 2023
    Configuration menu
    Copy the full SHA
    d636f46 View commit details
    Browse the repository at this point in the history
  2. revert more merge errors

    samhickey25 committed May 10, 2023
    Configuration menu
    Copy the full SHA
    5ef9e4d View commit details
    Browse the repository at this point in the history
  3. Fix type

    samhickey25 committed May 10, 2023
    Configuration menu
    Copy the full SHA
    bba5952 View commit details
    Browse the repository at this point in the history
  4. Bit of cleanup

    samhickey25 committed May 10, 2023
    Configuration menu
    Copy the full SHA
    d2fcdb2 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Address PR comments

    samhickey25 committed May 12, 2023
    Configuration menu
    Copy the full SHA
    c4be0c2 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    d5ffa45 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Address PR comments

    samhickey25 committed May 16, 2023
    Configuration menu
    Copy the full SHA
    12afd7d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #79 from purecloudlabs/NLU-3579

    [NLU-3579] Create base CJK files for time
    samhickey25 authored May 16, 2023
    Configuration menu
    Copy the full SHA
    1087914 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. [NLU-3600] CJK Holiday parsers and extractors (#80)

    * add cjk  holiday parsers and extracters
    
    * add cjk  holiday parsers and extracters
    
    * release versions
    KanchanKumar12 authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    9109d02 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Base CJK duration support

    samhickey25 committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    6524ec6 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. [NLU-3662] CJK Set Parser and Extractors (#81)

    * initial changes
    
    * refactor a bt
    
    * update things
    
    * fix things
    
    * fix import
    
    * resolve comments and wrap functions in class
    
    * resolve comments
    KanchanKumar12 authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    fa06eb8 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Address comments

    samhickey25 committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    c45515e View commit details
    Browse the repository at this point in the history
  2. [NLU-3663] - Create CJK Date and Dateperiod parser and extractor (#83)

    * CJK Base date and base dateperiod with utils
    
    * Added typing and fixes to base_date
    
    * Small correction sin base_dateperiod
    
    * Addressed comments
    
    * Resolving base_dateperiod comments
    Conor-Keaney authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    1cedd97 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into NLU-3659

    # Conflicts:
    #	Python/libraries/recognizers-date-time/recognizers_date_time/date_time/constants.py
    #	Python/libraries/recognizers-date-time/recognizers_date_time/date_time/utilities/duration_parsing_util.py
    #	Python/libraries/recognizers-date-time/recognizers_date_time/date_time/utilities/timex_utility.py
    samhickey25 committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    4715e04 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #82 from purecloudlabs/NLU-3659

    Base CJK duration support
    samhickey25 authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    6016666 View commit details
    Browse the repository at this point in the history
  5. [NLU-3661] CJK Datetime period parsers and extractors (#84)

    * initial changes
    
    * more updates
    
    * fix things
    
    * fix delta
    KanchanKumar12 authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    b72d014 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Japanese Time Support

    samhickey25 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    3bb8b4b View commit details
    Browse the repository at this point in the history
  2. Unskip tests

    samhickey25 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    801d132 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed920a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Fix time utils tests

    samhickey25 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    2ae934a View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Fix the merged extractor

    samhickey25 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    d9fe8ad View commit details
    Browse the repository at this point in the history
  2. Missing comma

    samhickey25 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    9f49bb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2feb35b View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. address pr comment

    samhickey25 committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    560caa8 View commit details
    Browse the repository at this point in the history
  2. update package version

    samhickey25 committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    61cb0a2 View commit details
    Browse the repository at this point in the history
  3. Change dict to list

    samhickey25 committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    f935794 View commit details
    Browse the repository at this point in the history
  4. Release Version

    samhickey25 committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    119cf01 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #85 from purecloudlabs/NLU-3540

    [NLU-3540] Japanese Time Support
    samhickey25 authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    79292d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. [NLU-3681] Fix for infinite loop issue in BaseDateParser (#87)

    * [NLU-3681] Datetime "<weekday> <day>" fix
    andrew-gradinari authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    aa68d8a View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Datetime v1

    samhickey25 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    e32a2d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. [NLU-3508] - Japanese Date Support (#86)

    * Adding Japanese date configs and bugs fixes for CJK
    
    * Bugfixes
    
    * Bug fixes
    
    * Fix to year to year formatting timex
    
    * Fixes to config files
    
    * Updated merged extarctors and parsers
    
    * Refactors and bugfixes for importing of config files
    
    * Removed need for get_swift_month, addressed comments
    
    * Update to add version
    
    * Fixed other language tests
    
    * Addressed comments, updated versions
    
    * Update to release version
    
    * Undid last commit
    Conor-Keaney authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    a2c6c51 View commit details
    Browse the repository at this point in the history
  2. Datetime v1.5

    samhickey25 committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    0d999b0 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into NLU-3706

    # Conflicts:
    #	Python/libraries/recognizers-date-time/recognizers_date_time/date_time/japanese/common_configs.py
    #	Python/libraries/recognizers-date-time/recognizers_date_time/date_time/japanese/merged_extractor_config.py
    #	Python/libraries/recognizers-date-time/recognizers_date_time/date_time/japanese/merged_parser_config.py
    #	Python/tests/test_runner_datetime.py
    samhickey25 committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    a8a5092 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Japanese Datetime

    samhickey25 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    0728be0 View commit details
    Browse the repository at this point in the history
  2. Fix Chinese tests

    samhickey25 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    3885f87 View commit details
    Browse the repository at this point in the history
  3. Different package version

    samhickey25 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    e54835f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbbc792 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    4f147ec View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Release Version

    samhickey25 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    20a2181 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #89 from purecloudlabs/NLU-3706

    [NLU 3706] Japanese Datetime
    samhickey25 authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    4100254 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. [NLU-3748] - Japanese Time - '[Number] minutes to [HOUR]' failing (#90)

    * Fixed minutes to hour bug and updated version
    
    * updated version
    
    * Update to release version
    Conor-Keaney authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    859c16c View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    ec1e9bd View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. [NLU-3758] - Japanese Time regression test failure (#93)

    * Fix to stop dates from picking up times and correction to timedelta additions when resolving ampm
    
    * Added to japanese config
    
    * Fix value result doubling
    
    * NLU-2922: Update Version to 1.0.63a0
    
    * Fix for before 2.30pm
    
    * Updated version numbers
    
    * Removed debugging test
    
    * Added changes for add mod length
    
    * Update to release version
    
    ---------
    
    Co-authored-by: kevinwalshgen <[email protected]>
    Conor-Keaney and kevinwalshgen authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    7c8b4e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    cf513b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    307565f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f071c40 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    7851e07 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. add some more tests

    colm-dillon committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    71dc1af View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    909c4ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09fc979 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    399a276 View commit details
    Browse the repository at this point in the history
  4. alpha version update

    colm-dillon committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    805491a View commit details
    Browse the repository at this point in the history
  5. Add Catalan to runner.py

    colm-dillon committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    ed3e8bf View commit details
    Browse the repository at this point in the history
  6. Add Catalan to culture

    colm-dillon committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    f217d7b View commit details
    Browse the repository at this point in the history
  7. update alpha

    colm-dillon committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    d225d2f View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    f52a43c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    094dc4c View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    d2a699c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    382d7ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b720b5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3814be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b0ddcd5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #95 from purecloudlabs/NLU-3726_II

    NLU_3726: Adding support for builtin:number in arabic
    kevinwalshgen authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    fdfb2e7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b32b5c9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a7e77c3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c665e82 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Merge pull request #96 from purecloudlabs/NLU-3726_III

    NLU-3726: Fix for failing test
    kevinwalshgen authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    2aec0d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Update Arabic tests

    samhickey25 committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    233ae4f View commit details
    Browse the repository at this point in the history
  2. Update package version

    samhickey25 committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    500ad41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e13b3b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c0f779 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. updates to Catalan

    colm-dillon committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    07e9267 View commit details
    Browse the repository at this point in the history
  2. update alpha

    colm-dillon committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    b5fcae3 View commit details
    Browse the repository at this point in the history
  3. Fix some use cases

    samhickey25 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    d176f9b View commit details
    Browse the repository at this point in the history
  4. Update package version

    samhickey25 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    189ccb5 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Release Version

    samhickey25 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    215098b View commit details
    Browse the repository at this point in the history
  2. Address pr comments

    samhickey25 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    b52e719 View commit details
    Browse the repository at this point in the history
  3. Unskip language tests

    samhickey25 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    214e016 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #97 from purecloudlabs/NLU-3727

    [NLU-3727] Arabic date and time support
    samhickey25 authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    35673bf View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    9340356 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    b28fe09 View commit details
    Browse the repository at this point in the history
  2. Add a few currency tests

    colm-dillon committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    315536c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5885d0 View commit details
    Browse the repository at this point in the history
  4. update to alpha

    colm-dillon committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    18ca371 View commit details
    Browse the repository at this point in the history
  5. remove commented code

    colm-dillon committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    81e2ba6 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. address comments

    colm-dillon committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    4584967 View commit details
    Browse the repository at this point in the history
  2. address comments

    colm-dillon committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    07bbbd6 View commit details
    Browse the repository at this point in the history
  3. update comment

    colm-dillon committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    503bdbe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e3a5ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e0e475c View commit details
    Browse the repository at this point in the history
  6. Unskip language tests

    samhickey25 committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    9376ba9 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Release Version

    samhickey25 committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    78f4763 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #98 from purecloudlabs/NLU-3728

    [NLU-3728] Arabic datetime support
    samhickey25 authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    5acd4b4 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into NLU-3729

    # Conflicts:
    #	Python/libraries/datatypes-timex-expression/setup.py
    #	Python/libraries/recognizers-choice/setup.py
    #	Python/libraries/recognizers-date-time/setup.py
    #	Python/libraries/recognizers-number-with-unit/setup.py
    #	Python/libraries/recognizers-number/setup.py
    #	Python/libraries/recognizers-sequence/setup.py
    #	Python/libraries/recognizers-suite/setup.py
    #	Python/libraries/recognizers-text/setup.py
    samhickey25 committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    20fbd44 View commit details
    Browse the repository at this point in the history
  4. release version

    samhickey25 committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    f8e52f8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #99 from purecloudlabs/NLU-3729

    [NLU-3729] Add duration, set, holiday entities for Arabic
    samhickey25 authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    e04bf49 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. release version

    colm-dillon committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    9bed889 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    225ec72 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #94 from purecloudlabs/feature/NLU-3780

    NLU-3780 Catalan minimal entity support
    colm-dillon authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    b94b2d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Arabic Currency Support

    samhickey25 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    bfc7a08 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Update Currency mapping

    samhickey25 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    ddf897e View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Release version

    samhickey25 committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    ea9d028 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #100 from purecloudlabs/NLU-3867

    [NLU-3867] Arabic Currency Support
    samhickey25 authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    67897d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. NLU-3857 - Arabic Time: am and pm bug (#101)

    * Fix for TimeRegex4 and 7
    
    * Fix for issue 1 and 3
    
    * Update timex
    
    * Added test case for 2nd failure and fixed it
    
    * Update versions
    
    * Updated to release version
    Conor-Keaney authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    3bafc20 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. [NLU-3858] - Arabic Time: now (#102)

    * Update timex
    
    * Fix Arabic now bug and update to tests
    
    * Update package versions
    
    * Update package versions to alpha
    
    * Update package versions to release
    Conor-Keaney authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    e369b6f View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. NLU-3861 - Arabic Date: date format (#103)

    * Update timex
    
    * Changed to DMY format and order of date regex, added tests
    
    * Updated versions
    
    * Updated to release
    Conor-Keaney authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    ec0e30b View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. [NLU-3860] - Arabic Time: half past an hour not working (#104)

    * Update timex
    
    * Fix for half past the hour
    
    * Updated to release version
    Conor-Keaney authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    0113fc0 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    91ff1d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e955b34 View commit details
    Browse the repository at this point in the history
  3. -- updated pacakge versions to alpha build, removed auto-generated co…

    …de from arabic_date_time.py
    BobbyMartins5 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    5db6fa7 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    85588f5 View commit details
    Browse the repository at this point in the history