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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,8 @@ Version 0.2.0
8
8
- Removed functions `from_faker_span`, `from_faker_spans_result``convert_faker_spans` from `InputSample`, as faker spans are now `Span`s so there no need for translation.
9
9
- Removed `PresidioDataGenerator` to use `PresidioSentenceFaker` instead
10
10
- Removed support for CRF models
11
-
- Removed the `FlairTrainer` class
11
+
- Removed the `FlairTrainer` class, please refer to the official Flair documentation for training Flair models
12
+
- Removed CRF as the package used is no longer maintained
12
13
13
14
## Improvements
14
15
- Improved evaluation notebooks: Notebook 4 shows a vanilla Presidio evaluation, notebook 5 shows a more customized Presidio with improved accuracy (#103)
0 commit comments