I implemented a ID3-algorithm in Prolog.
I have following attributes:
genre: action, komödie, thriller, comic
actor: snips, willis, carrey
dtt: dvd, vhs
zustellung: normal, express
If I use my ID3-algorithm I will get the following result:
tree(internal(action), [komödie-tree(internal(dvd)...
How can I split a string?
For example:
'123 abc 456'
And now I want to split this string at the SPACE-Signs into 3 strings and save them in 3 different variables!
Thanks!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.