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

Improve Name Extraction in Banking Matcher Plugin #112

Merged
merged 4 commits into from
Jun 27, 2024

Commits on Apr 11, 2024

  1. improve name extraction

    This commit improves the name extraction for the db mode.
    - if there is more than one valid name bit, the last bit will always be the last name
    - name bits following the first bit recognised as a last name will not become first names again
    MarcMichalsky committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    c0ae74d View commit details
    Browse the repository at this point in the history
  2. Revert "improve name extraction"

    This reverts commit c0ae74d.
    MarcMichalsky committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    65f9748 View commit details
    Browse the repository at this point in the history
  3. add new mode to improve name extraction

    This commit improves the name extraction by adding `db2` as an alternative mode.
    - if there is more than one valid name bit, the last bit will always be the last name
    - name bits following the first bit recognised as a last name will not become first names again
    MarcMichalsky committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    8b9f420 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

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