-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Add biomedical entity normalization #3180
Commits on Mar 14, 2023
-
Initial version (already adapted to recent Flair API changes)
Mario Sänger committedMar 14, 2023 Configuration menu - View commit details
-
Copy full SHA for 641a3c0 - Browse repository at this point
Copy the full SHA 641a3c0View commit details -
Revise mention text pre-processing: define general interface and adap…
…t basic text and Ab3P pre-processing to the new structure; fix bug in Ab3P abbreviation detection
Mario Sänger committedMar 14, 2023 Configuration menu - View commit details
-
Copy full SHA for 9779abf - Browse repository at this point
Copy the full SHA 9779abfView commit details
Commits on Mar 15, 2023
-
Refactor entity linking model structure
Mario Sänger committedMar 15, 2023 Configuration menu - View commit details
-
Copy full SHA for 8da7d75 - Browse repository at this point
Copy the full SHA 8da7d75View commit details
Commits on Mar 22, 2023
-
Mario Sänger committed
Mar 22, 2023 Configuration menu - View commit details
-
Copy full SHA for e34c831 - Browse repository at this point
Copy the full SHA e34c831View commit details
Commits on Mar 23, 2023
-
Introduce separate methods for pre-processing (1) entity mentions fro…
…m text and (2) entity / concept names from an knowledge base or ontology
Mario Sänger committedMar 23, 2023 Configuration menu - View commit details
-
Copy full SHA for f54925c - Browse repository at this point
Copy the full SHA f54925cView commit details
Commits on Apr 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 90a0acb - Browse repository at this point
Copy the full SHA 90a0acbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1f51fd - Browse repository at this point
Copy the full SHA f1f51fdView commit details
Commits on Apr 26, 2023
-
feat(test): biomedical entity linking
Samule Garda committedApr 26, 2023 Configuration menu - View commit details
-
Copy full SHA for f2f21d3 - Browse repository at this point
Copy the full SHA f2f21d3View commit details -
Samule Garda committed
Apr 26, 2023 Configuration menu - View commit details
-
Copy full SHA for 82c1b8b - Browse repository at this point
Copy the full SHA 82c1b8bView commit details -
fix(test): hold on w/ automatic tests for now
Samule Garda committedApr 26, 2023 Configuration menu - View commit details
-
Copy full SHA for 2e3cda3 - Browse repository at this point
Copy the full SHA 2e3cda3View commit details -
fix(bionel): start major refactoring
- improve name consistency - make code more pythonic - dictionaries always do lazy loading - consistency in dictionary parsing: always yield (cui,name) - clean up loading w/ CONSTANTS (easily swap models) - allow access to sparse and dense search
Samule Garda committedApr 26, 2023 Configuration menu - View commit details
-
Copy full SHA for adb231e - Browse repository at this point
Copy the full SHA adb231eView commit details
Commits on Apr 27, 2023
-
- yet better naming - add batched search - fix dicionary loading
Samule Garda committedApr 27, 2023 Configuration menu - View commit details
-
Copy full SHA for c80f1be - Browse repository at this point
Copy the full SHA c80f1beView commit details
Commits on May 2, 2023
-
fix(bionel): assign entity type
- predict only on mentions of give entity type
Samule Garda committedMay 2, 2023 Configuration menu - View commit details
-
Copy full SHA for d10d297 - Browse repository at this point
Copy the full SHA d10d297View commit details -
fix(biencoder): set sparse encoder and weight
Samule Garda committedMay 2, 2023 Configuration menu - View commit details
-
Copy full SHA for 25ba2dd - Browse repository at this point
Copy the full SHA 25ba2ddView commit details
Commits on May 11, 2023
-
- fix mypy typing - fix typos - update docstrings - rm faiss from requirements - better naming - allow user to specify annotation layer in predict - allow no mentions
Samule Garda committedMay 11, 2023 Configuration menu - View commit details
-
Copy full SHA for 4525d3b - Browse repository at this point
Copy the full SHA 4525d3bView commit details
Commits on May 12, 2023
-
fix(candidate_generator): container for search result
Samule Garda committedMay 12, 2023 Configuration menu - View commit details
-
Copy full SHA for 3a5913d - Browse repository at this point
Copy the full SHA 3a5913dView commit details
Commits on May 19, 2023
-
fix(predict): default annotation layer iff not provided by use
- fix typo
Samule Garda committedMay 19, 2023 Configuration menu - View commit details
-
Copy full SHA for 734d895 - Browse repository at this point
Copy the full SHA 734d895View commit details -
fix(label): scores can be >= or <=
Samule Garda committedMay 19, 2023 Configuration menu - View commit details
-
Copy full SHA for d79f871 - Browse repository at this point
Copy the full SHA d79f871View commit details -
fix(candidate): parametrize database name
Samule Garda committedMay 19, 2023 Configuration menu - View commit details
-
Copy full SHA for 118fb95 - Browse repository at this point
Copy the full SHA 118fb95View commit details
Commits on May 22, 2023
-
feat(candidate_generator): cache sparse encoder
- better naming - unique cache name
Samule Garda committedMay 22, 2023 Configuration menu - View commit details
-
Copy full SHA for 1fcfddf - Browse repository at this point
Copy the full SHA 1fcfddfView commit details
Commits on May 23, 2023
-
fix(candidate_generator): minor improvements
- add option to time search - change error to warning if pre-trained model is not hybrid - check if there are mentions to predict
Samule Garda committedMay 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 9322c1b - Browse repository at this point
Copy the full SHA 9322c1bView commit details
Commits on May 24, 2023
-
feat(linking_candidate): pretty print
Samule Garda committedMay 24, 2023 Configuration menu - View commit details
-
Copy full SHA for 071f51e - Browse repository at this point
Copy the full SHA 071f51eView commit details -
fix(candidate_generator): check sparse encoder for sparse search
Samule Garda committedMay 24, 2023 Configuration menu - View commit details
-
Copy full SHA for a23f360 - Browse repository at this point
Copy the full SHA a23f360View commit details
Commits on Jun 1, 2023
-
chore: crystal clear dictionary name
Samule Garda committedJun 1, 2023 Configuration menu - View commit details
-
Copy full SHA for ce29290 - Browse repository at this point
Copy the full SHA ce29290View commit details -
feat(candidate_generator): add sparse index
Samule Garda committedJun 1, 2023 Configuration menu - View commit details
-
Copy full SHA for 0d65336 - Browse repository at this point
Copy the full SHA 0d65336View commit details
Commits on Jun 2, 2023
-
fix(candidate_generator): KISS: sparse search w/ scipy sparse matrices
Samule Garda committedJun 2, 2023 Configuration menu - View commit details
-
Copy full SHA for 02812f0 - Browse repository at this point
Copy the full SHA 02812f0View commit details
Commits on Jul 12, 2023
-
Minor update to comments and documentation
Mario Sänger committedJul 12, 2023 Configuration menu - View commit details
-
Copy full SHA for ca6eee8 - Browse repository at this point
Copy the full SHA ca6eee8View commit details -
Fix tests and type annotations
Mario Sänger committedJul 12, 2023 Configuration menu - View commit details
-
Copy full SHA for 6c8f219 - Browse repository at this point
Copy the full SHA 6c8f219View commit details -
Merge branch 'master' into bio-entity-normalization
Mario Sänger committedJul 12, 2023 Configuration menu - View commit details
-
Copy full SHA for 2fa43cc - Browse repository at this point
Copy the full SHA 2fa43ccView commit details -
Mario Sänger committed
Jul 12, 2023 Configuration menu - View commit details
-
Copy full SHA for d90d92d - Browse repository at this point
Copy the full SHA d90d92dView commit details