I want to make a stemming program in vb 2010 (vb.net) How to remove suffix and prefix on vb net? What component or syntax used? Example: playing > play(ing) >> "play" how to remove suffix -ing on vb net?
I've never heard the term "stemming" before and I'm guessing that Herman hasn't either. That would be a clue as to why you didn't find anything when you searched. There are no special components designed for that, unless some very specialised third party has created something. It's just going to be straight string manipulation.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.