Tag Archives: Search Synonyms in CSharp

Search Synonyms in Multiple Files using C#

In an other article we have seen that what are synonyms, and how to get all the synonyms of any word. What about find these synonyms with in different documents. This article will guide you about how to search the synonyms of any specific query (word) in multiple files using C#.

The following topics will be covered in this article:

  • .NET API - Synonym Search
  • Find synonyms in documents using C#
  • Present synonym search results using C#
  • Complete code - Search & print synonyms search results
Posted in GroupDocs.Search Product Family | Tagged , , , ,

Find Synonyms of Words using C#

A synonym is a word that exactly or nearly means the same as another word. We normally use synonyms to avoid using the same word repeatedly. As a developer, you may need to find out all words with the same meaning for your search purpose or document analysis. This article will guide you about how to find out all the synonyms of any specific word in C# using .NET API. Additionally, you can also get different groups of these synonyms that are arranged according to the different meanings of that same word.

The following topics will be covered in this article:

  • .NET API - Find Synonyms
  • Get synonyms of any word in C#
  • Get synonyms - Grouped by different meanings
Posted in GroupDocs.Search Product Family | Tagged , , ,