Commit Graph

9 Commits

Author SHA1 Message Date
Ted Sanders
8f06acdd82
Merge pull request #146 from hunkim/patch-1
Add handling for last chunk in split_into_sentences function
2023-03-16 16:11:05 -07:00
isafulf
fc08b09422 Update start 2023-03-12 19:15:13 -04:00
JJ
196c22153e
Changed "the the endpoint" to "to the endpoint"
Line 14 -> I think it should be "call made to the endpoint" instead of "call made the the endpoint"
2023-02-23 12:14:59 -08:00
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
Logan Kilpatrick
3826607431
Add comment on where to learn about rate limits 2023-02-17 06:16:14 -06:00
Daniel Zhukovsky
be9877edbf
Redefinition of unused 'pd' 2023-02-16 15:05:04 +00:00
isafulf
daf8e0d011 rename web crawl q and a 2023-02-11 16:37:29 -08:00
isafulf
e99e53aa1a File Q and A app 2023-02-11 16:29:30 -08:00
isafulf
dad1c6af76 solution --> apps 2023-02-11 16:28:38 -08:00