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
4
votes
1 answer

Synonyms in Solr (query time vs index time)

What are the advantages of using synonyms at index time vs expanding at query time? In what case would you use both?
everreadyeddy
  • 738
  • 1
  • 8
  • 18
4
votes
1 answer

F# Select from SQL Server table synonym

I have a synonym for a table in my SQL Server database. I want to select rows from the table but when I create data context with a type provider I don't see the synonym in the created data context. Synonym is created like this: CREATE SYNONYM…
Max Kiselev
  • 176
  • 1
  • 5
4
votes
1 answer

Multi-phrase synonyms with Lucene .NET

I have an application that uses lucene.Net and I am having trouble using the synonyms feature of Lucene with multiple words in a search phrase/term For example if I want to search for the word "superman" and have setup a synonym of : "spiderman" i…
4
votes
1 answer

Synonym or view over dblink

We are writing some interfacing routines in PL/SQL to transfer data between several oracle database by using another oracle database as host. (ie hr -> host -> finance) the transfers are happening over db_links essentially insert into…
ShoeLace
  • 3,476
  • 2
  • 30
  • 44
4
votes
2 answers

SQL SYNONYM and performance

I have a requirement for some reporting and different environments, and the SQL Synonym would make a lot of sense with making our solution work. http://technet.microsoft.com/en-us/library/ms177544.aspx However, the operational support department…
Craig
  • 18,074
  • 38
  • 147
  • 248
4
votes
1 answer

data structure for storing synonyms

Hello all. I am new to this forum and also fresher in computer science industry so this question may seem unstructured. I am asking this question as I have to include it in my project. Even if you could not help me by exact answers I request you to…
4
votes
1 answer

Noun Synonyms in WordNet

I want to use the synonym tokenfilter in Elasticsearch for an index. I downloaded the Prolog version of WordNet 3.0, and found the wn_s.pl file that Elasticsearch can understand. However, it seems that the file contains synonyms for all sorts of…
flamecto
  • 139
  • 1
  • 10
4
votes
1 answer

Pattern Matching in Type Synonyms / Type Synonyms for Inner Type Parameters

I have something similar to this class in my code. It does not make sense for my situation to add a' as another parameter to class Foo. class Foo a where type FCtx a a' :: Constraint type FCtx a a' = () f :: (FCtx a a') => a -> a' data…
crockeea
  • 21,651
  • 10
  • 48
  • 101
4
votes
1 answer

Trying to find synonyms using wordnet java api

I am trying to find synonyms of some words(String type) in java using Wordnet java api. I have difficulties though in figuring out how it works. I found this link…
missrg
  • 585
  • 2
  • 8
  • 19
4
votes
1 answer

When do you need to apply permissions to a synonym

I see from BOL that you can apply permissions to a T-SQL synonym, but in playing around with synonyms I'm not clear when you would need to do that if you have already GRANTed permissions to the base object. eg. If I have a synonym in database A that…
David Gardiner
  • 16,892
  • 20
  • 80
  • 117
3
votes
2 answers

solr synonyms not being parsed

I'm making an auto-suggest feature using past searches in solr. Synonyms.txt contains a list of common typos / misspellings etc. It's setup to run on index and using the anaysis tool in the admin I can see it's working correctly - however it doesn't…
Doug McK
  • 468
  • 5
  • 15
3
votes
0 answers

Elasticsearch synonyms that include spaces, commas and parentheses

I'm attempting to configure Elasticsearch (version 6.4) so it's possible to do full text search on documents that may contain chemical names using a number of chemical synonyms. The synonym terms can: be multi-word (i.e. contain spaces) contain…
Tim Barclay
  • 807
  • 8
  • 23
3
votes
0 answers

How to find particular WordNet synset based on the meaning of the word in a sentence?

I'm trying to generate all synonyms of particular sentence using NLTK Python library. My idea is to perform POS tagging, than generate synonyms of all the words in the sentence based on POS tag and then recursively create all possible combinations…
Curious
  • 154
  • 1
  • 8
3
votes
1 answer

How to find similar noun phrases in NLP?

Is there a way to identify similar noun phrases. Some suggest use pattern-based approaches, for example X as Y expressions: Usain Bolt as Sprint King Liverpool as Reds
3
votes
1 answer

how to map oracle synonyms in hibernate

How could I map an oracle read only synonym to hibernate object? Thanks
Feras Odeh
  • 9,136
  • 20
  • 77
  • 121