Commit 7ae1c4d
committed
Remove lastnames feature from MlCitation payload
** Why are these changes being introduced:
* We are removing the lastnames feature from the MlCitation detector.
It will still be extracted by Detector::Citation, but the algorithm
within the detector won't support it.
** Relevant ticket(s):
* https://mitlibraries.atlassian.net/browse/tco-155
** How does this address that need:
This filters out the lastnames feature from Detector::MlCitation's
extract_features method, which prevents it from being sent to the
lambda.
The cassettes are also regenerated. Two of them are just removed, which
confuses me as they should still be needed.
** Document any side effects to this change:
None, as far as I know1 parent cf35392 commit 7ae1c4d
File tree
6 files changed
+16
-90
lines changed- app/models/detector
- test/vcr_cassettes
6 files changed
+16
-90
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| 136 | + | |
136 | 137 | | |
137 | 138 | | |
138 | 139 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
This file was deleted.
This file was deleted.
0 commit comments