Questions tagged [thesaurus]
77 questions
1
vote
0 answers
How do i lock CTRL_X CTRL_T option in vim to only finding synonyms
I have set my thesaurus file to
first, second, third
one, two, three
fibonacci, gauss, euler
firstly, lastly
Now if I type a word "first" and use ctrl-x ctrl-t, vim expands autocomplete menu with words both from the first and fourth line,…

Don'tDownVote
- 137
- 7
1
vote
1 answer
Thesaurus in Rails 3
I am using Rails 3 and I would like to create an application that works like a thesaurus. I have read some tutorials on how to do has-and-belongs-to-many (HABTM) relationships, but I'm not sure how to configure my models such that one "item" has and…

Allan Lewis
- 308
- 3
- 13
1
vote
0 answers
Map clinical Document names to LOINC names
I am using LOINC to match clinical document names. I am able to match Document types directly to LOINC longnames but some documents names am not able to match document type for example"operative report" in the image below.Is there any approach that…

code_bug
- 355
- 1
- 12
1
vote
3 answers
Converting SQL query into Custom Relations Query in Rails
I am trying to build a simple thesaurus app in Rails, in which a word in a table of words would be in a has-many, self-joined relationship to other words in the table, through a joiner table of synonym-pairs.
My SynonymPair class is built as…

Jeff Adler
- 11
- 1
1
vote
0 answers
Searching for numbers in multiple forms during database query
I'd like the user to be able to search for values containing numbers using the numeral, written or roman numeral form. I've found a guide on converting roman numerals to numerals and vice-versa, but this could potentially lead to problems elsewhere…

thomas1988
- 47
- 5
1
vote
2 answers
Lookup the thesaurus entry by passing the synonym value
I am using the MarkLogic Thesaurus functionality and struggling to fetch the thesaurus entry when passing one of the synonym in thsr.lookup().
For example : I have my thesuarus entry in the database as

Rachit Rampal
- 111
- 6
1
vote
0 answers
WordNet table explanation
I'am trying to understand the table of WordNet database so I can use it in a machine learning project, I was able to understand the explanation of table that I found on this Wordnet explantion but have trouble to understand the following:
Table

Sport CAST
- 33
- 5
1
vote
0 answers
Having trouble using thesurus api on android
I am trying to have a text-box that will connect to this
http://thesaurus.altervista.org/service
service and when a button is clicked it will give me a list of synonyms for the word entered in the text-box.
I am still starting with android so if…

Buwendra
- 19
- 5
1
vote
1 answer
Thesaurus Completion Error in GVim
I am using GVim on Windows. I am trying to use Thesaurus completion using Ctrl + x + Ctrl + t. But it gives me the following error.
I have added the thesaurus file path in my _vimrc file.
And the mthesaur.txt is available at that location.
BTW,…

NotepadPlusPlus PRO
- 987
- 1
- 8
- 21
1
vote
0 answers
JSoup.SocketTimeoutException & 404 HttpStatusException in Webcrawler
I'm trying to write a webcrawler that grabs the synonyms for certain words from a thesaurus website and then prints them to a text file. It appears that randomly, after crawling a few links, I'll either get a SocketTimeOutException or a 404…

diaindiana
- 31
- 3
1
vote
0 answers
Steps to implement thesaurus in oracle
Can anyone help me with steps for how to implement thesaurus search in oracle 11g.
I have read the oracle text document but it was of no help.

ankit jain
- 21
- 1
1
vote
1 answer
numbering words in thesaurus index file
I will like to know how the thesaurus dictionaries are built. What is the relation between .dat file and index file .idx? For e.g. the relevant entry from th_en_CA_v2.dat file looks like this...
ploy|2
(noun)|gambit|remark (generic term)|comment…

shantanuo
- 31,689
- 78
- 245
- 403
1
vote
2 answers
Synonym chains - Efficient routing algorithm for iOS/sqlite
A synonym chain is a series of closely related words that span two anchors. For example, the English words "black" and "white" can connected as:
black-dark-obscure-hidden-concealed-snug-comfortable-easy-simple-pure-white
Or, here's "true" and…

some ideas
- 64
- 3
- 14
1
vote
2 answers
File handling and Graph ADT in C
I created a Thesaurus program in C.
In my program user can insert a word and the synonym for that.
Another function is searching for a word and then displays the synonyms for that word.
My question is how can I keep the words I have inserted and…

moondrums
- 21
- 3
1
vote
1 answer
FORMSOF Thesaurus in SQL Server
Has anyone done any performance measures with this in terms of speed where there is a high number of substitutes for any given word. For instance, I want to use this to store common misspellings; expecting to have 4-10 variations of a…

Coolcoder
- 4,036
- 6
- 28
- 35