Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. English Word stemmer .NET

English Word stemmer .NET

Scheduled Pinned Locked Moved ASP.NET
csharpalgorithmshelp
2 Posts 2 Posters 2 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    User 1397034
    wrote on last edited by
    #1

    Hi, I am trying to generate a keyword list for my search engine. Are there any samples available in .NET to stem English words using algorithms like Porter algorithm that stems English words like 'swimming' to 'swim'. Thanks for your help. New User

    B 1 Reply Last reply
    0
    • U User 1397034

      Hi, I am trying to generate a keyword list for my search engine. Are there any samples available in .NET to stem English words using algorithms like Porter algorithm that stems English words like 'swimming' to 'swim'. Thanks for your help. New User

      B Offline
      B Offline
      Bill Dean
      wrote on last edited by
      #2

      Hi, There are. Check out http://www.tartarus.org/~martin/PorterStemmer/. I have used the ".NET Compliant Csharp" version in a search engine application...works like a champ. A word of warning though: The stems are often not english words. The goal of the algorithm is not to reduce related English words to the same English word, but rather to reduce related English words to a common string. Bill

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups