cmc-csci040
cmc-csci040 copied to clipboard
Project Questions
I have a few questions regarding the project and would appreciate some help:
- When we use API to score chunk for us, how should we treat our four required doctests? The output will vary.
- For ' def find_relevant_chunks(text, query, num_chunks=5)' could you provide me with a few doctest examples? I'm having trouble writing appropriate doctests, because I don't have a function that split sentences, so the text I provide actually returns the same output. Anyway to circumvent that issue?
- Do we need doctests for the extra points (TTS and STT)?
Thanks!
Sean