Natural is a JavaScript library for Natural Language Processing (NLP), one of a number of JavaScript libraries for machine learning gaining traction in the AI era. NLP, specifically, fills the gap between computer understanding and human language. It’s commonly used when sorting customer reviews, analyzing tweets, for search helpers like autocomplete, and in content tagging. Simple chatbots, like the ones that pop up to offer help with package tracking or changing an order, also use NLP. These chatbots tokenize (more on that later) the…