Imagine that you are working on machine translation or a similar Natural Language Processing (NLP) problem. Can you process the corpus as a whole? No. You will have to break it into sentences first and then into words. This process of splitting input corpus into smaller subunits is known as tokenization. The resulting units are […] The post NLP Libraries for Malayalam Sentence Tokenization: An Exploratory Study appeared first on QBurst Blog.