Pattern recognition
Posted: Fri Mar 31, 2006 8:57 pm
Hi Lutz,
Do you have perhpas thought of an extensive pattern matching
function in newlisp? (in a way that is does recognize patterns)
let say I have a big list with:
(setq biglist '( 11213223455436654354378909811213456 ...
what is a good way to recognize undefined patterns in a list?
(Assume you dont know the list contents in advance)
So actualy a function that is capable of doing scans on undefined content
for self-discovered-patterns that then returns a list with duplicate or more patterns found...
Have you done this befor in newlisp?
Regards, Norman
Do you have perhpas thought of an extensive pattern matching
function in newlisp? (in a way that is does recognize patterns)
let say I have a big list with:
(setq biglist '( 11213223455436654354378909811213456 ...
what is a good way to recognize undefined patterns in a list?
(Assume you dont know the list contents in advance)
So actualy a function that is capable of doing scans on undefined content
for self-discovered-patterns that then returns a list with duplicate or more patterns found...
Have you done this befor in newlisp?
Regards, Norman