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

NLP engine sample + refresh on samples #1388

Merged
merged 26 commits into from
Jul 10, 2024
Merged

NLP engine sample + refresh on samples #1388

merged 26 commits into from
Jul 10, 2024

Commits on Apr 21, 2024

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

Commits on Apr 22, 2024

  1. Analyzer from yaml (#1360)

    * initial version of loader
    
    * addressed comments
    
    * linting fixes
    
    * re structured recognizers in yaml
    
    * addressed comments and fixed predefined recognizers loading
    
    * added engine provider to analyzer init
    
    * moved logic to recognizer registry provider
    
    * some name fixes to recognizer provider
    
    * added language support to recognizer registry
    
    * fixed interface issues, added unit tests for providers
    
    * fixed tests, addressed comments
    
    * added yaml configuration to package, fixed linting rules
    
    * move all conf file to a single location
    
    * remove file from previous location
    
    * merged from main, added default conf file for engine provider
    
    * addressed some comments
    
    * setup fixups
    
    * remove redundant line
    
    * fix long line
    
    * fixing linting errors
    
    * Update presidio-analyzer/presidio_analyzer/analyzer_engine_provider.py
    
    Co-authored-by: Sharon Hart <sharonh.dev@gmail.com>
    
    * updates to the existing logic for loading engines through configuration
    
    * updates to Dockerfile
    
    ---------
    
    Co-authored-by: roeybc <robencha@microsoft.com>
    Co-authored-by: Sharon Hart <sharonh.dev@gmail.com>
    3 people authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    4397be0 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Analyzer from yaml (#1365)

    omri374 authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    3e0e249 View commit details
    Browse the repository at this point in the history
  2. linting fix

    omri374 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    d4b4329 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. merge with main

    omri374 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    9c74c2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6856280 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    471217c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1567129 View commit details
    Browse the repository at this point in the history
  5. updated dummy nlp engine

    omri374 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    5ef1dec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    79ce6ce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a54f569 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b687f9e View commit details
    Browse the repository at this point in the history
  9. Updated call to pip install

    omri374 authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    4450362 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5f90577 View commit details
    Browse the repository at this point in the history
  11. Merge remote-tracking branch 'origin/feature/engines_from_conf' into …

    …feature/engines_from_conf
    
    # Conflicts:
    #	presidio-analyzer/setup.py
    omri374 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    3d6e1d9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    48a9211 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

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

Commits on May 20, 2024

  1. updates to docs

    omri374 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    73a9582 View commit details
    Browse the repository at this point in the history
  2. merge with main

    omri374 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    ed521df View commit details
    Browse the repository at this point in the history
  3. merge with main

    omri374 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    cecc60e View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

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

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    e04a1ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c32a17 View commit details
    Browse the repository at this point in the history
  3. ruff updates

    omri374 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    e52edaa View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Update __init__.py

    omri374 authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    f65f714 View commit details
    Browse the repository at this point in the history
  2. added missing import

    omri374 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    6e94870 View commit details
    Browse the repository at this point in the history