tilgovi opened a new issue #91: URL: https://github.com/apache/incubator-annotator/issues/91
The existing function to describe text quotes can lock up the runtime if given a very small quote with a lot of matches to disambiguate between. The absolutely worst case scenario is to give it an empty range, which causes the implementation to compare the context to the context around every single other position within the text! For most use cases, it's probably not important to find a minimal solution. Let's provide some function to get a context more simply. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org