-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update README.md * Switching the base model to spacy instead of scispacy * Added the spacy model to requirements * Removing scispacy dependencies * Updated tests to use spacy instead of scispacy * Fix version in readme * Text fix for spacy models * One more model rename in tests * Fix pipeline for creating vocab with gensim 4.1.2 * Upgrade for repair_cdb * Multiprocessing should not disable torch threading if separate_nn_components * Added option for entity grouping * Some shady things with print stats and train supervised * Fix bug in linker re: context_ignore_center_tokens * Rename TUIs to type_ids * Fix for extra_cui_filters in supervised training * comments * Fix for arguments retaining state in functions * Add linting to the GH Actions workflow (#158) * CAT-77 add linting as part of CI * CAT-77 make linting mandatory * CAT-77 fix linting issues * dependency version update Co-authored-by: Zeljko <w.kraljevic@gmail.com> Co-authored-by: Sander Tan <s.c.tan-3@umcutrecht.nl>
- Loading branch information
1 parent
dc1760a
commit ed2ec93
Showing
55 changed files
with
513 additions
and
490 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[flake8] | ||
extend-ignore = | ||
E124, ; closing bracket does not match visual indentation | ||
E127, ; continuation line over-indented for visual indent | ||
E128, ; continuation line under-indented for visual indent | ||
E221, ; multiple spaces before operator | ||
E225, ; missing whitespace around operator | ||
E231, ; missing whitespace after ',' and ':' | ||
E252, ; missing whitespace around parameter equal | ||
E261, ; at least two spaces before inline comment | ||
E265, ; block comment should start with '# ' | ||
E272, ; multiple spaces before keyword | ||
E303, ; too many blank lines | ||
E501, ; line too long | ||
W291, ; trailing whitespace | ||
W605, ; invalid escape sequence | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.