Substring Relation
(Redirected from substring relation)
Jump to navigation
Jump to search
A Substring Relation is a string relation that signals whether one string can be transformed into another string (a substring) with the use of string deletion operations.
- Context:
- It can range from being a Contiguous Substring Relation to being a Noncontiguous Substring Relation.
- It can be used to define a Substring.
- …
- Counter-Example(s):
- a Subsequence Relation, for infinite strings (sequences).
- a Subset Relation, for a set.
- See: n-Gram, Character n-Gram Feature, Edit Distance Function.