- Released on CRAN 2020-03-18
- Refactor batch response processing to improve reliability (#21)
- Index now 0-based everywhere. Used to be 0-based for batch operations and 1-based for single operations (#11)
- Add test suite for detect_* and detect_medical_*_functions
- Medical support for entities (
detect_medical_entities
) and protected health information (detect_medical_phi
) (@dkincaid, #20) detect_syntax
function to perform syntax analysis (#14)
- Better error message when AWS credentials are not provided (#15)
- Fix missing import of
locate_credential
fromaws.signature
(#5) - Fix bug in batch
detect_entities
when documents have different numbers of entities (@MarcinKosinski, #18) - @antoine-sachet taking over as maintainer
- First CRAN release
- Initial release.