Getting word timestamps in audio

Last updated
for each word in text_score.word_score_list[]
get first and last elements of phone_score_list[] for that word
start_timestamp is extent[0] for the first element
end_timestamp is extent[1] for the last element
# timestamps are in unit of 10 msec