Questions tagged [thesaurus]
77 questions
1
vote
2 answers
Using a thesaurus with full text search is not working, possibly I am loading US english instead of British English
I've created a thesaurus file and loaded it as per the example.
I have a database with a table that is full text indexed.
I loaded it using 1033 which is 'English' according to the MSDN article here
It took a long time to load (4 minutes) it's…

NibblyPig
- 51,118
- 72
- 200
- 356
1
vote
2 answers
How to use the MarkLogic thesaurus API on phrases?
In Marklogic we can expand a search to include terms from a thesaurus as well as the terms entered in the search.
xquery version "1.0-ml";
import module namespace thsr="http://marklogic.com/xdmp/thesaurus" at…

user2431731
- 21
- 1
0
votes
2 answers
VIM: Use the working directory in a path setting
Basically, what I'm trying to do is have VIM search for dictionary/thesaurus results using dictionary.txt and thesaurus.txt in the current working directory.
So what I've tried in vimrc is something like:
set thesaurus=:pwd/thesaurus.txt
without…

BraedenP
- 7,125
- 4
- 33
- 42
0
votes
2 answers
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 vice versa(large is synonym for big, etc). Another…

choki1708
- 33
- 1
- 8
0
votes
1 answer
Querying an Open Source Dictionary & Thesaurus
I'm developing an application & I'm hoping to be able to query words in real time from a dictionary & thesaurus stored on a database. Has anyone heard of any open source software (dictionaries) that can get this done? I'm thinking of trying to use…

Henry
- 926
- 2
- 12
- 27
0
votes
1 answer
PHP/Java MYSQL Thesaurus Database
I'm looking for a thesaurus that is free and can be easily dump into a mysql database and accessed using php or java to get related words and meanings, I have been searching, I saw mobysaurus but I dont think it can be dumped into a database since…

John
- 1
- 2
0
votes
2 answers
Web Scraping Thesaurus using Selenium
I'm fairly new to the web scraping world but I really need to do some web scraping on the Thesaurus website for a project I'm working on. I have successfully created a program using beautifulsoup4 that asks the user for a word, then returns the most…

Luis Fonseca
- 15
- 1
- 3
0
votes
1 answer
SQL Thesaurus like behaviour without Full-text Search
My search engine is written using mySQL and ColdFusion, the main part of is where I loop the following (or similar) on each search term separated by spaces.
AND productname REGEXP '(\\b#trim(search)#\\b)'
I'd like to introduce alternatives words,…

Daniel Cook
- 1,033
- 1
- 9
- 19
0
votes
1 answer
unable to install pip install thesaurus python 3.7.4
I am not able to install thesaurus library
C:\Users\veeransa>pip install thesaurus
Traceback (most recent call last):
File "c:\program files\python37\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "c:\program…

Saikumar
- 3
- 2
0
votes
0 answers
Altering/selecting elements in taxonomy XML database
I have been asked by a co-worker to look into the creation of a database for her taxonomy thesaurus.
So far I have found that simply exporting her taxonomy file to an XML format from her program called "MultiTes" and then importing it in BaseX in…

Madvillain
- 86
- 1
- 9
0
votes
2 answers
Mysql Word Association/ thesaurus DB
Iv been scouring the net looking for a simple lookup thesaurus to import into mysql? Could anyone point me in the right direction?
I am also looking for a word association db aswell??
Thanks
Christopher

Christopher
- 12,057
- 9
- 31
- 37
0
votes
1 answer
Setting up dtsearch with synonyms for acronyms
I am attempting to setup a thesaurus in dtsearch so that I can search for organisations via acronym and cant figure out how to do it properly and would appreciate any help.
This link seems to hint that its possible in the FAQ but when I setup a…

chrisp_68
- 1,731
- 23
- 41
0
votes
1 answer
SQL Thesaurus searches
I have made a custom thesaurus file with entries as follows
RGN
Registered General Nurse
The problem I am having is when running the formsof(thesaurus, "RGN") search I am getting results that…
0
votes
0 answers
Building word Thesaurus in Python
I have a list of words that were inputted by my users after I did some cleaning up (to correct spelling mistakes) I have the following list, each row represents a string and the number of times this string was inputted:
Pepsi 500
Coke …

shlomiLan
- 659
- 1
- 9
- 33
0
votes
0 answers
API recommends way of making HTTP GET I'm unfamiliar with in Javascript?
I'm using an Thesaurus API. The website says: The list of synonyms related to a word can be retrieved by sending a HTTP GET message to the endpoint but a tab of the site finds a synonym with the following code:
var s =…

J. Doe
- 33
- 1
- 5