For example if:
states = ('Rainy','Sunny') observations = ('walk', 'shop', 'clean') For example if:
observation 1 = ('walk', 'shop', 'clean') observation 2 = ('walk', 'shop', 'clean','eat pizza') observation 3 = ('walk', 'shop', 'clean','drink beer','eat pizza') ...so on
What's the size of emission probability matrix in this case? Or can I just make the observation sequence the same length by padding with zeros?