Contiguous Substring
(Redirected from contiguous substring)
		
		
		
		Jump to navigation
		Jump to search
		A contiguous substring is a substring what is a contiguous subsequence (where deletion operations are not allowed in between sequence members of the original sequence).
- AKA: Strict Substring, Finite Contiguous Subsequence.
- …
 
 - Example(s):
- <2,3,4> from <1,2,3,4,5>.
 - any Text Chunk, such as a text token mention.
 - …
 
 - Counter-Example(s):
- a Noncontiguous Substring, such as 
<2,4>from<1,2,3,4,5>. - a Contiguous Infinite Subsequence, such as:
<...,1,2,3,4>from<...,1,2,3,4,5,...><2,4>from <1,2,3,4,5,...> .
 
 - a Noncontiguous Substring, such as 
 - See: Phrase, Numeric Interval.