Content deleted Content added
m WP:CHECKWIKI error fixes using AWB (10471) |
|||
Line 19:
== Digram Uniqueness ==
Whenever a new symbol is scanned from the sequence, it is appended with the last scanned symbol to form a new [[digram]]. If this digram has been formed earlier then a new rule is made to replace both the occurrences of the digrams.
Therefore, it ensures that no digram occurs more than once in the grammar. For example, in sequence '''S→abaaba''', when the first four symbols are already scanned, digrams formed are - '''ab, ba, aa'''. When the fifth symbol is read, a new digram 'ab' is formed which exists already. Therefore, both instances of 'ab'
== Rule Utility ==
|