openai-cookbook/apps/web-crawl-q-and-a
Sung Kim 3210b38e35
Add handling for last chunk in split_into_sentences function
I have added handling for the last chunk in the split_into_sentences function. Previously, the function did not account for the last chunk, which could lead to incomplete sentences in the output.

To solve this, I added a conditional statement to check if the last chunk is non-empty. If it is, I append it to the list of chunks with a period to ensure the last sentence is complete.

This change improves the accuracy of the split_into_sentences function and ensures that all sentences in the input text are properly segmented. Please review and let me know if you have any feedback or concerns.
2023-02-19 11:00:27 +09:00
..
requirements.txt rename web crawl q and a 2023-02-11 16:37:29 -08:00
web-qa.ipynb rename web crawl q and a 2023-02-11 16:37:29 -08:00
web-qa.py Add handling for last chunk in split_into_sentences function 2023-02-19 11:00:27 +09:00