© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Mohamad Mahmood
Programming (Mobile, Web, Database and Machine Learning). Studying at the Center For Artificial Intelligence Technology (CAIT), FTSM, UKM MY
1. Use Set Lookup for Stopwords Ensure that set_CustomStopWord is a set (not a list) because lookups in sets are O(1) on average, while lookups in lists are O(n). This will significantly speed up the filtering process. set_CustomStopWord = set(set_Cu...
No responses yet.