Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6680817
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T04:31:09+00:00 2026-05-26T04:31:09+00:00

Using a web service or software library, I’d like to be able to discern

  • 0

Using a web service or software library, I’d like to be able to discern words related by a root word (e.g., “seated” and “seatbelt” share the root word “seat” but “Seattle” wouldn’t be considered a match). Simple string comparison seems unfeasible for this sort of thing.

Short of defining my own dictionary, are there any libraries or web services that can not merely return word definitions, but return a word’s “root words” so I can perform this type of check?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T04:31:09+00:00Added an answer on May 26, 2026 at 4:31 am

    Here is the Snowball stemmer for english.

    you can use it as:

    SF.Snowball.Ext.EnglishStemmer eng = new SF.Snowball.Ext.EnglishStemmer();
    eng.SetCurrent("Seated");
    eng.Stem();
    Console.WriteLine(eng.GetCurrent()); //returns Seat
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using Web Services Enhancements 3.0 to call a web-service from an ASP.NET application
Using a web service is often an excellent architectural approach. And, with the advent
I'm using a web service that returns a dataset. in this dataset there are
I'm using a web service and every time I change something on the dataset,
we are using a web service for a web site to communicate with an
I'm using a web service which returns a list of products. I created a
I'm using a web service where the WSDL describes a single string element in
I'm using Exchange Web Service exposed from exchange 2007 SP1 server to create emails
I have this web service : using System.Web.Services; namespace Contracts { [WebService(Namespace = http://tempuri.org/)]
I generated a web-service client using JBoss utils (JAX-WS compatible) using Eclipse 'web service

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.