Negated text snippets are currently extracted and parsed into the exclude object. To preserve the sort order somehow, could they also be included in the offsets object? Probably, with an additional optional boolean property negated or excluded: true.
I would like to build a UI showing tags and keywords for text that the user entered. The offset information is needed to do this, if negated properties are to show up in the same order as the user originally entered them.
Negated text snippets are currently extracted and parsed into the
exclude
object. To preserve the sort order somehow, could they also be included in theoffsets
object? Probably, with an additional optional boolean propertynegated
orexcluded: true
.I would like to build a UI showing tags and keywords for text that the user entered. The offset information is needed to do this, if negated properties are to show up in the same order as the user originally entered them.