Questions tagged [synonym]

Synonym is a word or phrase that means exactly or nearly the same as another word or phrase in the same language.

Synonym is a word or phrase that means exactly or nearly the same as another word or phrase in the same language.

For more information read the Wikipedia page.

508 questions
-1
votes
1 answer

SQL Server synonym that appoint to Database

I have reviewed documentation and have only seen the possibility of creating synonyms to database objects and aliases for an instance of SQL Server but not a method to create an alias / synonym to a database. Has anyone found themselves in the same…
cotano
  • 1
-1
votes
1 answer

I need to find the synonyms for a given word from a sentence. For an example

I need to find the synonyms for a given word. For an example list1 = ['happy life'] In Python code, by using NLTK library, i got single word synonyms, but I need synonyms of two or more than two words together.
deepak dash
  • 245
  • 2
  • 11
-1
votes
2 answers

Effect on views , synonyms and indexes by dropping a table

I want to know the output effect of dropping a table . what happens to the associated views , synonyms and indexes after dropping the table .
-1
votes
2 answers

What does "synonym" mean in Java?

I read the JAVA API Document from http://docs.oracle.com/javase/8/docs/api/. For calendar class, there is the following paragraph: DAY_OF_MONTH public static final int DAY_OF_MONTH Field number for get and set indicating the day of the month. This…
Jing He
  • 794
  • 1
  • 9
  • 17
-1
votes
1 answer

Grant Privileges and Create Public Synonym in Oracle

I have Views in Schema A and I want to create a Synonym for these views in Schema B. Could you please help me write a query for Granting the role and creating a synonym?
SitGeek
  • 35
  • 1
  • 3
  • 8
-1
votes
1 answer

Synonyms, Outer Joins, and String Functions

How do I return all postal codes for a country from the orders table to return the postal code in format xxx-xxx in sql?.
-1
votes
3 answers

Is there any virtue of synonym for Table or View over using a VIEW?

For decades i've used VIEWs as a synonym: CREATE VIEW dbo.Banks AS SELECT * FROM OtherDatabase.dbo.Banks i do this so i can abstract where the "real" table is. And when it changes, it's as simple as altering the view: And this works well. It's…
Ian Boyd
  • 246,734
  • 253
  • 869
  • 1,219
-1
votes
1 answer

Structures , and defining a variable as synonym

I am struggling with structures, and have a few questions that I can't figure out how to do. first i had to define a structure call parts containing with int variable part_number,i and a character array with 25 characters. second i have to define…
Pwoods
  • 105
  • 2
  • 4
  • 15
-2
votes
1 answer

extract meaning of a word in C#

I m doing a project which invoves extracting the semantics of a word. While doing some resaerch I found out it's better to get Synonyms of a word rather than trying to extract semantics. What is the best way of doing this. I only need to get the…
Thilina H
  • 217
  • 1
  • 3
  • 19
-2
votes
1 answer

Inserting to Oracle Synonym

If I have a Synonym of a table of another Schema, can I make an insert into the Synonym? If so, will it also affect the original table?
Samstag
  • 25
  • 1
  • 6
-2
votes
2 answers

How to get synonyms.txt to be used in solr for different languages

Do you know if I can get synonyms.txt files for all languages supported by SOLR ? Thanks for your help. Before we were using Verity that provide a dictionary of synonyms for each language supported but we want maybe to move to Solr/Lucene. I know…
Corinne Kubler
  • 2,072
  • 5
  • 22
  • 34
-3
votes
1 answer

How to make a search by synonyms in Java?

i trying to make an app in which user can find a synonyms of an entered word !user can also make a search by acronyms.... any algorithm can help me to do it or any idea ?? and thnx a lot. Something like this one :…
Samer Sboui
  • 23
  • 2
  • 10
-3
votes
1 answer

C# Cannot Get Synonyms Using Interop

Im trying to use Synonyms in my program. I added the Ref to Word's Interop. Unfortunately, when I try to look for get_SynonymInfo function, I do not have that one in my options. Does anyone know what the problem is?
michal_h
  • 51
  • 7
1 2 3
33
34