stemming program?

gernes

New member
Joined
Oct 9, 2013
Messages
2
Programming Experience
Beginner
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 want to make tupiltu program in vb.net, if you help me I help you.
Sorry Mr. Herman for the question..
I only ask the component Mr. Herman..
I wanna asking google, but i didn't know what must type in google.

i search stemming on vb, there's no result.
I only ask what component used, so i can search at google..
Thanks..
 
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.
 
Back
Top