View Single Post
Old 04-21-2016, 09:18 PM   #6
allenkodi
Registered User
 
Join Date: Apr 2016
Location: Los Angeles, California
Posts: 13
Keyword Stemming is the process of using a popular keyword and modifying it in order to generate more hits from search engines.

For example: “bats”, “batting”, “batter”, “batted” – all of these share the same stem “bat”, which can be obtained by stripping the suffix characters off of each word (i.e. by stripping the “s” off of “bats”, and so on).

A stemming algorithm reduces the words "practicing", "practiced", and "practices" to the root word, "practice".
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
||
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
||
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
allenkodi is offline   Reply With Quote