Afroz

Results 3 issues of Afroz

This PR adds the implementation to CodeTalk Audio Profiler for Debugging. Two major additions are: - A new class of TalkPoints called Profile Points is introduced, which is aimed at...

Saves rhyme scheme annotation in HTML with span colors to reflect rhymes. https://imgur.com/a/xUMfQQd Thanks!

When we train with source sentences against target senteces ``` import train train.trainer(X, C, skmodel) ``` the samples are seen and some form of decoding is done. How can I...