Categorization with NLP
Summary
An in-depth blog post detailing a grocery product categorization system using NLP. It covers lexing, stemming, unigram/bigram handling, derivations, syllabification, spell checking, and practical optimization tips, with code sketches in Kotlin and Python and references to open-source repos.