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

Mention detection with Bert #151

Open
wants to merge 62 commits into
base: main
Choose a base branch
from
Open

Mention detection with Bert #151

wants to merge 62 commits into from

Commits on Dec 20, 2022

  1. Configuration menu
    Copy the full SHA
    af0da5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26072db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f850dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca1b937 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    234e886 View commit details
    Browse the repository at this point in the history
  6. fixed bert server usage

    eriktks committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    f8f3d7e View commit details
    Browse the repository at this point in the history
  7. fixed gerbil test problem

    eriktks committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    f3914e9 View commit details
    Browse the repository at this point in the history
  8. added multilingual bert

    eriktks committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    84f28d7 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. refactored code

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

Commits on Dec 23, 2022

  1. refactored code

    eriktks committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    0af9d19 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. smooth installation updates

    eriktks committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    8c18251 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6ae211 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1dd3a54 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. code cleanup

    eriktks committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    e7b1604 View commit details
    Browse the repository at this point in the history
  2. prune word-internal mentions

    eriktks committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    cd24c27 View commit details
    Browse the repository at this point in the history
  3. solve initials bug

    eriktks committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    f2a5514 View commit details
    Browse the repository at this point in the history
  4. file path standardization

    eriktks committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    0b90309 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. flagged flair with splitting

    eriktks committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    dc008c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    151bac4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    894837d View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    08a5938 View commit details
    Browse the repository at this point in the history
  2. skipped tests requiring data

    eriktks committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    083f7f5 View commit details
    Browse the repository at this point in the history
  3. add defaults for arguments

    eriktks committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    061edc1 View commit details
    Browse the repository at this point in the history
  4. replace next by continue

    eriktks committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    369275f View commit details
    Browse the repository at this point in the history
  5. replace with list comprhension

    Co-authored-by: Stef Smeets <[email protected]>
    eriktks and stefsmeets authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    4e6703e View commit details
    Browse the repository at this point in the history
  6. simplify code

    Co-authored-by: Stef Smeets <[email protected]>
    eriktks and stefsmeets authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    7b15c15 View commit details
    Browse the repository at this point in the history
  7. values became keyword arguments

    Co-authored-by: Stef Smeets <[email protected]>
    eriktks and stefsmeets authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    1ca5fbe View commit details
    Browse the repository at this point in the history
  8. string formatting replaced rounding

    Co-authored-by: Stef Smeets <[email protected]>
    eriktks and stefsmeets authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    9e3dae1 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Update tests/test_evaluate_predictions.py

    Co-authored-by: Stef Smeets <[email protected]>
    eriktks and stefsmeets authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    25a5bf1 View commit details
    Browse the repository at this point in the history
  2. Update tests/test_evaluate_predictions.py

    Co-authored-by: Stef Smeets <[email protected]>
    eriktks and stefsmeets authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    508483a View commit details
    Browse the repository at this point in the history
  3. Update tests/test_evaluate_predictions.py

    Co-authored-by: Stef Smeets <[email protected]>
    eriktks and stefsmeets authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    cd86c35 View commit details
    Browse the repository at this point in the history
  4. Update tests/test_evaluate_predictions.py

    Co-authored-by: Stef Smeets <[email protected]>
    eriktks and stefsmeets authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    fa188e8 View commit details
    Browse the repository at this point in the history
  5. fixed data format

    eriktks committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    cbdc791 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. make tests work

    eriktks committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    d31135e View commit details
    Browse the repository at this point in the history
  2. make tests work

    eriktks committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    10a3d87 View commit details
    Browse the repository at this point in the history
  3. make tests work

    eriktks committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    93899ed View commit details
    Browse the repository at this point in the history
  4. make tests work

    eriktks committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    72b31e0 View commit details
    Browse the repository at this point in the history
  5. removed redundant function

    eriktks committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    44dc91d View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. use_server on same level

    eriktks committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    ea80f2f View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. fixed unreadable code

    eriktks committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    83ff7e6 View commit details
    Browse the repository at this point in the history
  2. base_url for defining path

    eriktks committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    94cc303 View commit details
    Browse the repository at this point in the history
  3. use startswith iso re.search

    eriktks committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    cdcf86c View commit details
    Browse the repository at this point in the history
  4. simplified computations

    eriktks committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    8a05197 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. print with % iso f

    eriktks committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    565a96a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d713cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afbb17f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b5b10d View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    c21e85f View commit details
    Browse the repository at this point in the history
  2. removed redundant re calls

    eriktks committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    bdc149c View commit details
    Browse the repository at this point in the history
  3. crash without loaded model

    eriktks committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    2e73d0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3bf20d2 View commit details
    Browse the repository at this point in the history
  5. removed hard-coded paths

    eriktks committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    ef5c5a9 View commit details
    Browse the repository at this point in the history
  6. enabling manual action run

    eriktks committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    e7304fb View commit details
    Browse the repository at this point in the history
  7. changing python version

    eriktks committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    7cd274f View commit details
    Browse the repository at this point in the history
  8. chnaged pytest arguments

    eriktks committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    e500990 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. fixing merge conflicts

    eriktks committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    4858dce View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. solving most merge conflicts

    eriktks committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    425d917 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. corrected incomplete path

    eriktks committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    191b08a View commit details
    Browse the repository at this point in the history
  2. added documentation for ner

    eriktks committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    59fb3ae View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. restricted scipy version

    eriktks committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    19ca5a4 View commit details
    Browse the repository at this point in the history
  2. restricted scipy version

    eriktks committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    abf4152 View commit details
    Browse the repository at this point in the history
  3. restricted scipy version

    eriktks committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    becdac1 View commit details
    Browse the repository at this point in the history