python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Data structure for indirect symmetrical synonym
I have a set of synonyms for example like this:
big large
large huge
small little
apple banana
Meaning big is a synonym for large, large is synonym for huge, small for little, apple for banana and vic...
choki1708
Votes: 0
Answers: 2
Create dictionary of context words without stopwords
I am trying to create a dictionary of words in a text and their context. The context should be the list of words that occur within a 5 word window (two words on either side) of the term's position in ...
savvysavage32
Votes: 0
Answers: 1
I want to implement a synonyms filter which give me a results like :
for Example If I type "US" in search box then it must return synonyms like ["USA", "United States of America", "United Stated"] only. I do not want "United...
Manpreet Singh
Votes: 0
Answers: 1
Is it possible to create a synonym for a sequence in sql server (2014 and onwards)
I have 2 SQL server databases on a single windows server. the user that is used to login has sufficient rights on both databases. The application is only able to have a single database connection but ...
martijn
Votes: 0
Answers: 1