pyeeg.io
.AlignedSpeech.add_word_level_features
- AlignedSpeech.add_word_level_features(word_feats, use_wordonsets=False)
Add an existing
WordLevelFeatures
instance to thisAlignedSpeech
instance, but not simply as an object here, but actually add the aligned features… Hence this only work for the list of features handled byWordLevelFeatures
.See also
create_word_level_features()
.