You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: