I am creating a web based word frequency counter using JavaScript. Is there any way so as to treat plural and singular as same.
Example: love and loves are treated as one when showing frequency
Any method using something other than JavaScript is also welcome!