You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,9 @@
4
4
- New `edsnlp.external_information_qualifier` to qualify spans in a document based on external information and a defined distance to these contextual/external elements as is done in Distant Supervision.
5
5
- New `eds.contextual_qualifier` pipeline component to qualify spans based on contextual information.
6
6
7
+
### Fixed
8
+
- Contributing documentation. Delete `$ pre-commit run --all-files`recommendation.
Copy file name to clipboardExpand all lines: contributing.md
+1-10Lines changed: 1 addition & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,16 +43,7 @@ $ pre-commit install
43
43
44
44
The pre-commit hooks defined in the [configuration](https://github.com/aphp/edsnlp/blob/master/.pre-commit-config.yaml) will automatically run when you commit your changes, letting you know if something went wrong.
45
45
46
-
The hooks only run on staged changes. To force-run it on all files, run:
0 commit comments