Description of changes:
This PR updates the names of the factual knowledge scores such that the changes to the factual knowledge algorithm from #302 are not breaking changes. Currently, we are removing the FACTUAL_KNOWLEDGE constant from the factual_knowledge module and renaming the scores that get output by the algorithm. These are incompatible API changes, and according to semantic versioning, this would require us to bump the major version when performing the next release.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Issue #, if available:
Description of changes: This PR updates the names of the factual knowledge scores such that the changes to the factual knowledge algorithm from #302 are not breaking changes. Currently, we are removing the
FACTUAL_KNOWLEDGE
constant from thefactual_knowledge
module and renaming the scores that get output by the algorithm. These are incompatible API changes, and according to semantic versioning, this would require us to bump the major version when performing the next release.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.