:bug: Bug fix
* Replace token by characters indexing to access and update a correct entity span with the same source offsets - 15 (thanks to davidberenstein1957)
:sparkles: new features
* Batch support with `.pipe()` implementation - 17 (thanks to davidberenstein1957 :nerd_face: :rocket: )
:hammer_and_wrench: Refactoring
* Update docstrings format
:book: Documentation
* Updated global instructions
* Remove outdated example to process a long text and replace by new `.pipe()` implementation;
* Add issues templates + contributing guide