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

  • Home
  • SEARCH
  • 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 9274883
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T16:27:28+00:00 2026-06-18T16:27:28+00:00

Is there an algorithm, webservice or technique which is able to search through a

  • 0

Is there an algorithm, webservice or technique which is able to search through a list of words, returning these that fit a given subject?

Practical example:
There is a Software which allows me to create a task and select an icon for it. There are hundreds of icons, >95% of them do not fit the given task.

My idea now is to tag these icons:
An icon with a letter would get the tags mail, communication, message, …

The user then adds a task which is called Write email. The algorithm searches the icons and their tags and returns a list of presumably fitting icons (Perhaps the 20 most fitting icons). The user then can select from this list.

I think this could be useful in different areas. In a time where google is able to predict what the user wants to search for it must be possible in any way.

  • 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-06-18T16:27:30+00:00Added an answer on June 18, 2026 at 4:27 pm

    Probably not the greatest solution but giving it a shot.

    If the terms in the input which would match against the icon is limited, consider a inverted index of terms against the icon label.

    Say,

    mail -> mailicon
    email -> mailicon
    

    On the similar line, hold a dictionary of a single term against icon label.

    mail -> mailicon
    message -> chaticon
    communication ->lanicon
    

    And when the terms “Write an email” comes from the user, you could explode the term as synonyms using something like a SynExpand and look up the entire map for possible icons.

    Say, email gets exploded into mail, message, communication etc. and you would get the suggestions as three icons.

    I am sure you should be able to play with the synonym values based on your need.

    Also refer to Full Text Search

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any algorithm that gives the compass direction of a shadow given latitude,
Is there an algorithm that will, if given two nodes on a graph, find
Is there an algorithm that generates all strings from a given context-free grammar?
Is there an algorithm that given two strings yields the degree of equality between
is there a fast algorithm, similar to power of 2, which can be used
Is there any fast algorithm that allows to compare two files (for verification purpose)
Is there an algorithm to find the square root of a given number using
Is there an algorithm to find a range of values ​​in the std::list, could
Is there an algorithm that checks whether creating a new thread pays off performance
Is there an algorithm like Aho-Corasick , which can match a set of patterns

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.