thesaurus

VIM thesaurus file

限于喜欢 提交于 2019-12-30 06:14:07
问题 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 the commands in insert mode bring up a list, it seems to me the results are programatically correct but not super useful. The vim online thesaurus plugin works very well, but the latency over the wire and necessity of using a split for the returned buffer is less than ideal. Anyone have an opinion

FORMSOF Thesaurus in SQL Server

拟墨画扇 提交于 2019-12-24 07:16:36
问题 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 word. <expansion> <sub>administration</sub> <sub>administraton</sub> <sub>aministraton</sub> </expansion> When you run a fulltext search, how does performance degrade with that number of variations? for instance, I assume it has to do a separate fulltext search

SQL Server vs MySQL: CONTAINS(*,'FORMSOF(THESAURUS,word)')

此生再无相见时 提交于 2019-12-22 04:58:13
问题 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 CONTAINS(*,'FORMSOF(THESAURUS,word)') Is possibile on MySql there isn't anything like that? 回答1: No, MySQL does not support matching against a user-provided thesaurus. You can use an external FULLTEXT engine like Sphinx which supports morphology rules, has several stemmers and thesauri built in and

Need a thesaurus database [closed]

喜欢而已 提交于 2019-12-22 04:01:14
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . 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. 回答1: There are a number of opensource thesaurus, in several languages, available here: http://wiki.openoffice.org/wiki/Dictionaries I used

Calling wordnet from php (Wordnet class or API for PHP)

本小妞迷上赌 提交于 2019-12-21 05:37:06
问题 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 find any wordnet api from php. I saw in the forum some one said (Spudley) he called wordnet from php (using shell_exec() function), Thesaurus class or API for PHP [edited] I would really like to know a method used or some example code, a tutorial perhaps to start using the wordnet with php. many

Wordnet SQL Explanation

﹥>﹥吖頭↗ 提交于 2019-12-18 10:19:52
问题 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.sourceforge.net/), but now I'm presented with all these tables, and I can't find any simple explanation for their content anywhere: adjpositions adjpositiontypes casedwords lexdomains lexlinks linktypes morphmaps morphs postypes samples semlinks senses synsets vframemaps vframes vframesentencemaps

Thesaurus class or API for PHP [edited]

╄→尐↘猪︶ㄣ 提交于 2019-12-06 20:26:32
问题 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 program for me, or help me with the ones I've already found? Thanks. Longer version: I've been tasked with writing a system in PHP that can come up with alternative suggestions for words entered by the user. I need to find a thesaurus application / API or similar which I can use to generate these

Need a thesaurus database [closed]

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-05 02:14:11
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. Livio There are a number of opensource thesaurus, in several languages, available here: http://wiki.openoffice.org/wiki/Dictionaries I used some of them to build a web service providing thesaurus service: http://thesaurus.altervista.org/ 来源: https://stackoverflow.com/questions/2336418/need-a-thesaurus-database

Thesaurus class or API for PHP [edited]

杀马特。学长 韩版系。学妹 提交于 2019-12-05 00:36:04
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 program for me, or help me with the ones I've already found? Thanks. Longer version: I've been tasked with writing a system in PHP that can come up with alternative suggestions for words entered by the user. I need to find a thesaurus application / API or similar which I can use to generate these suggestions. Importantly, it needs to be multilingual (English, Danish, French and German). This rules

Calling wordnet from php (Wordnet class or API for PHP)

*爱你&永不变心* 提交于 2019-12-03 17:35:51
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 find any wordnet api from php. I saw in the forum some one said (Spudley) he called wordnet from php (using shell_exec() function), Thesaurus class or API for PHP [edited] I would really like to know a method used or some example code, a tutorial perhaps to start using the wordnet with php. many thanks The PHP extension which is linked to from the WordNet site is very old and out of date -- it claims