thesaurus Questions
2
Solved
I am trying to write a program to find similarity between two documents, and since im using only english, I decided to use wordnet, but I cannot find a way to link the wordnet with php, I cannot fi...
4
I'm trying to get a simple synonym database up and running, so I can find synonyms of words the user entered (nothing else!). For this I grabbed a copy of the Wordnet sql thesarus (http://wnsql.sou...
5
Solved
I'm looking for a file that is a wordlist and also is set up by type of word. For example something in this format
Nouns: {
bus
car
deck
elephant
...
}
Adjectives {
awful
bashful
...
}
Adv...
Toothed asked 23/1, 2011 at 4:27
2
Solved
I just installed TeXStudio because I think it has more features than TeXmaker.
One thing I can't get to work is the thesaurus. I have downloaded and installed a Danish thesaurus from LibreOffice ho...
3
I have been poking around for a good solution for a vim thesaurus. The capability is built-in, obviously, but the file everyone seems to use is the mthesaur.txt. While it 'works' in the sense that ...
1
Here is a sample table with full-text search on FTSdata field:
CREATE TABLE dbo.tTest (Id INT, FTSdata VARCHAR(100));
INSERT INTO dbo.tTest (Id, FTSdata) VALUES
(1, 'foo WordA'),
(2, 'foo WordAaa...
Gamo asked 30/10, 2013 at 15:21
4
Looking for an open-source Thesaurus dataset which contains as many English root words and synonyms as possible. Any solutions and associated links to data would be appreciated.
3
Solved
TL;DR Summary: I need a single command-line application which I can use to get synonyms and other related words. It needs to be multi-lingual and works cross platform. Can anyone suggest a suitable...
Capitalize asked 28/4, 2011 at 11:9
1
I am shocked.
I spent past 3-4 days figuring out how I could implement stemming (and synonyms searches) in mysql when I see in SQL Server the query is incredibly easly:
Select * from tab where CO...
Steepen asked 18/1, 2011 at 18:6
3
I am creating an application in .NET.
I got a running application name http://www.spinnerchief.com/. It did what I needed it to do but but I did not get any help from Google.
I need functional re...
1
Is there an open source thesaurus available for download? It can be in any format. Preferably not from a 1915 dictionary. I need one to merge into a database application.
Sancho asked 25/2, 2010 at 18:5
1
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; e...
Internalize asked 29/1, 2010 at 9:8
1
© 2022 - 2024 — McMap. All rights reserved.