1
vote
4answers
95 views
a question about a design
My teammates and I have a very challenging new project to do, and we are supposed to submit it next week. We don't have a single clue about how to do it, and really need help. We a …
2
votes
4answers
79 views
Can someone give an example of cosine similarity, in very simple, graphical way?
http://en.wikipedia.org/wiki/Cosine%5Fsimilarity
Can you show the vectors here (in a list or something)
And then do the math, and let us see how it works?
I'm a beginner.
0
votes
5answers
84 views
get every page under a website
I need a program to get all the web pages under a website. The website is Chinese, I want to get all those English words out. Then I can extract all the information I need. Any ide …
3
votes
2answers
47 views
Problem with Lucene scoring
I have a problem with Lucene's scoring function that I can't figure out. So far, I've been able to write this code to reproduce it.
package lucenebug;
import java.util.Arrays;
im …
0
votes
5answers
79 views
What is a programming language which is appropriate with data classification project
I would like to easily implement a data classification project, so I'm looking for the language which provides the library for that. Could you suggest the proper language?
0
votes
2answers
60 views
Besides NLTK, what is the best information retrieval library for Python?
For use to analyze documents on the Internet!
3
votes
4answers
64 views
Is Latent Semantic Indexing (LSI) a Statistical Classification algorithm?
Is Latent Semantic Indexing (LSI) a Statistical Classification algorithm? Why or why not?
Basically, I'm trying to figure out why the Wikipedia page for Statistical Classificatio …
0
votes
4answers
57 views
How do I retrieve a file from a SQL Server database?
I have successfully uploaded files into my SQL Server database. I can bring back the information into a GridView. I am unable to figure out how to create a hyperlink to actually op …
2
votes
1answer
64 views
Which open-source search engine should be used ?
My aim is to build an aggregrator of news feeds and blog feeds so as to make
searching/tracking of entitites in it easy. I have been looking at many solutions out there like Terri …
3
votes
4answers
87 views
Looking for an information retrival / text mining application or library
We extract various information from e-mails - flights, car rentals, hotels and more. the method is to extract the body of the mail, usually in HTML form but sometime it's text or w …
1
vote
1answer
73 views
Ways to create a huge inverted index
I want to create a big inverted index of around 106 terms. What method would you suggest? I'm thinking in fast binary key store DBs like Tokyo cabinet, voldemort, etc. Edit: I've t …
0
votes
0answers
11 views
How can I use the HMM to segment CJK family?
I am learning information retrieval but I am really confused how HMM could be used to segment the CJK family of languages in bigrams. Could somebody give me a brief overview or a s …
0
votes
3answers
320 views
Retrieving data with Selenium
Hi everyone,
I want to get the business hours from ScotiaBank branches that are near to me.
The base-URL is: http://maps.scotiabank.com/
I then,
Click on the "Branches" radiobo …
0
votes
1answer
39 views
Web based script to determine system information
I know web based scripts can be used to identify the charactertics of vistors (display resolution, Java version, OS, architecture, render engine, etc)
But is there anything that c …
14
votes
8answers
369 views
How to correct the user input (Kind of google “did you mean?”)
I have the following requirement: -
I have many (say 1 million) values (names).
The user will type a search string.
I don't expect the user to spell the names correctly.
So, I w …
