bengouk t1_j83s20s wrote on February 11, 2023 at 12:44 PM Reply to I made a browser extension that displays AI-generated answers to StackOverflow questions by jsonathan Cool. But whats with that answer though!? The tokenize_sentences function just calls the nltk word_tokenize with same parameters and returns result? Why not just call the nltk function directly?? Permalink 1
bengouk t1_j83s20s wrote
Reply to I made a browser extension that displays AI-generated answers to StackOverflow questions by jsonathan
Cool. But whats with that answer though!?
The
tokenize_sentences
function just calls the nltkword_tokenize
with same parameters and returns result? Why not just call the nltk function directly??