Hello,
is there a trick to autofocus on tag ?
i have long documents and with ner.match i always have to scroll down the page.
Thanks
Hello,
is there a trick to autofocus on tag ?
i have long documents and with ner.match i always have to scroll down the page.
Thanks
This is currently not available in the app out-of-the-box – but If you need this functionality, you could try a userscript solution, similar to the one described on this thread. Since the highlights are implemented as <mark>
elements (and the only elements of that type), they’ll be easy to target.
But depending on what you’re trying to do, you might also want to consider shortening your texts instead. Of course, every use case is different and sometimes you just can’t avoid dealing with very long texts and contexts. However, I’d say that in 90% of the cases, coming across an issue like this is a clear indicator that your texts are too long and that you should consider truncating them. Some reasons for that: