π Bug fix
- Replace token by characters indexing to access and update a correct entity span with the same source offsets - #15 (thanks to @davidberenstein1957)
β¨ new features
- Batch support with
.pipe()
implementation - #17 (thanks to @davidberenstein1957 π€ π )
π οΈ Refactoring
- Update docstrings format
π Documentation
- Updated global instructions
- Remove outdated example to process a long text and replace by new
.pipe()
implementation; - Add issues templates + contributing guide