Sequitur algorithm: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1:
{{redirect6|Sequitur|the Latin phrase|Non sequitur|the cutting implement|Secateur}}
 
'''Sequitur''' (or ''Nevill-Manning algorithm'') is a recursive algorithm that infers a hierarchical structure ([[Context-free_grammar|context-free grammar]]) from a sequence of discrete symbols developed by [[Craig Nevill-Manning]] and [[Ian H. Witten]] in 1997.<ref name=Nevill-manning1997>{{cite journal
| author = Nevill-Manning, C.G.
| coauthors = Witten, I.H.
Line 9:
| url = http://arxiv.org/abs/cs/9709102
| accessdate = 2008-04-10
}}</ref> that infers a hierarchical structure ([[Context-free_grammar|context-free grammar]]) from a sequence of discrete symbols. The algorithm operates in linear space and time. It can be used in [[data compression]] software applications.
 
== Method summary ==