I want to know how can we parse a string with braces of the form((Question) (Left_Node)(rig ht_node)). The "question" for example will be of the form if segment size < 1.5,then choose left node,else right.The question can be a dictionary with a key and a value.Left and right node represent a complete left or right half tree.Need to recursively parse the tree till the leaf node is reached.In this manner need to build an decision binary. I am working on speech synthesis not of programming background,and am new to this python programming,so looking for help in coding,please suggest methods for implementing this kind??
I need this to test my other part of work for speech synthesis
I was able to build decision tree for normal data from list etc...looking for support on S expression
Please answer...
thanks in advance..
I need this to test my other part of work for speech synthesis
I was able to build decision tree for normal data from list etc...looking for support on S expression
Please answer...
thanks in advance..
Comment