Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
103 views

Solr configuration for autocompletion implementation with php

how do i have to index my data and configure solr and my search options in solr, that an autocompletion (like google) with the following requirements is possible: Products: - We have products with ...
1
vote
0answers
71 views

Data source of English speech phrases

I am doing a research on developing a simulated environment for the students (who use English as second language) to practice English speaking. In a one part of my development, I need a data source ...
1
vote
3answers
186 views

Extract translation phrases from Magento

I'm relatively new to Magento and working on a site build for a client and they simply need a list of phrases used throughout the site to be sent to a translator. I'm a little surprised that there ...
1
vote
3answers
484 views

How to get frequently occuring phrases with Lucene

HI!! as the question says, I would like to get some frequently occuring phrases with lucene. I am getting some information from txt files, and am losing a lot of context for not having information ...
0
votes
1answer
26 views

Finding and ranking multiple phrase matches in lucene indexed documents

Given a series of documents containing text, I'd like to search for phrases and return all the matches and rank them. I know how to get lucene/solr to indicate which documents matches, and do ...
0
votes
0answers
50 views

mysql: Mining for keywords and phrases

I would like to get popular words and phrases (up to 3 words) from my products database table. I tried using sphinxsearch service for that which was great, except.. The result it give are plain txt ...
0
votes
0answers
81 views

find phrase in a word document using word macro and highlight each occurance of a word with different colour and attach specific comments

I am trying to create a word macro to find phrases in a word document.Once we get a match we have to highlight it in a different color and attach a comment with each occurance of a word based on ...
0
votes
1answer
103 views

Jquery: how to produce 1 of 3 phrases when event happens

I have a bookmarking feature on my site, when the person clicks a paragraph, the box that is already hovering over that paragraph that reads "bookmark this" inserts "sweet man" in place of "bookmark ...
0
votes
0answers
145 views

I need a keyword density script solution for multiple phases [closed]

Possible Duplicate: What is Keyword Density and how to create a script in PHP ?? Hi there I need a function that return keyword density for multiple words for a given text/url like ...
0
votes
4answers
717 views

Delphi Phrase Count / Keyword Density

Does anyone know how to or have some code on counting the number of unique phrases in a document? (Single word, two word phrases, three word phrases). Thanks Example of what I'm looking for: What ...
0
votes
5answers
114 views

PHP - Which word is properly typed?

I'm looking for help on writing a script to check a list of phrases/words and compare them to one another and see which one is the properly typed phrase/word. $arr1 = array('fbook', 'yahoo msngr', ...