Information Retrieval is an area of study concerning with retrieving documents, information or metadata from a collection of unstructured or semi-structured data.

learn more… | top users | synonyms

0
votes
1answer
20 views

Does Lucene store the actual documents in its index?

I am planning to use Lucene to index a very large corpus of text documents. I know how an inverted index and all that works. Question: Does Lucene store the actual source documents in its index (in ...
-1
votes
0answers
11 views

Generating information of people who join a group [closed]

My task is to retrieve basic information of users who have joined a group owned by my employer. I have to retrieve that information and store it in a database, so that we can fetch the contacts ...
0
votes
0answers
33 views

Closest matching on multiple axis (k-d tree implementation)

I've got a number that has eight sets of numbers (Axis 1, Axis 2,...Axis 8) that each range from 0-100. Its similar to a (x,y) coordinate, except that it has eight axes (x,y,z,a,b,c,d,e). I want to ...
1
vote
1answer
15 views
+50

how to interpret IRStatisticsImpl data in mahout

i want to read the IRStatisticsImpl data but have some problems: my result is: ...
-3
votes
1answer
93 views

Try to answer some boolean queries using Term-Document-Incidence-Matrix [closed]

I try answer some simple boolean query in these ways NOT x NOT y NOT z also x AND y AND z and also like this x OR y OR z x,y,z are some words and any of them belongs to a different file.txtor maybe ...
0
votes
2answers
107 views

How to Get Shortest/Longest Posting Lists

I've written a Class InvertedIndexTable { } here: public interface IInvertedIndex { int IndexSize(string path); void Load(string path); } class InvertedIndexTable : IInvertedIndex { ...
1
vote
1answer
127 views

what's wrong with this C# code [closed]

I try to create an inverted index but it doesn't work. my codes have no error but doesn't work. what's wrong with it? I get this exception every time : KeyNotFoundException was unhandled : the given ...
-1
votes
0answers
13 views

Extract publication date from news, blogs [closed]

I designed a library to extract timestamp candidates from blog webpages, based on the HTML code, i.e. I look for given patterns and try to find matching strings. Let's make some assumptions: my ...
0
votes
0answers
21 views

How to find a category for a word? Is there any library exist for this?

I have a word like "apple", Is there any opensource library exist that will tell me this can be belong to food, computers?
2
votes
1answer
77 views

Algorithms for getting appropriate pictures for a given text

Is there any good algorithm out there which could analyze a paragraph of texts, and then choose a picture (say that we have a very good repository of pictures, or we have access to google image ...
-2
votes
0answers
9 views

retrieve a post that another user made [closed]

A person that used to be friends with me on facebook, deleted a post that I need to prove was made for legal reasons. Is there a way to prove what it was and that it was made? Or recover it?
-6
votes
0answers
16 views

Is Wikipedia completion state possible? [closed]

Hypothetically, When a site like Wikipedia will have all human knowledge expressed at a particular time in terms of Wiki page for each word in all languages,persons,places,phenomenons,names can this ...
0
votes
0answers
21 views

Multiple Position Increments in Lucene

I use PositionIncrement attribute for finding words at some distance from each other. And I have two problems with that: 1) I want to search words within one sentence. A possible solution would be to ...
0
votes
1answer
149 views

NLTK Naive Bayes Classifier probability and accuracy

I have 1000 yelp reviews for a restaurant. I manually labeled the first 400 reviews as "1"(good reviews) "-1"(bad reviews) and "0"(neutral reviews) Then I use 360 manually labeled review as the ...
0
votes
2answers
78 views

Performance optimizations of information retrieval in Prolog

I wanted to do some information retrieval tasks with Prolog. Currently I have a (large) set of distinct Prolog theories representing the dependencies in a sentence (incidentally, I store these Prolog ...
1
vote
1answer
26 views

Inverted File vs Signature File

With respect to Information Retrieval, I fairly understood the concepts of inverted indices/files. Got to know that signature file was compared much inverted file. But I dont understand concept ...
4
votes
0answers
107 views

Matching CLOSEST file in given ASCII Text Files

PROBLEM: I have around 20 ASCII text files, each having a size less than 10^9 Bytes.Another ASCII text file (say FOO) is given. Program is to strategically match the contents of FOO with the given 20 ...
0
votes
1answer
29 views

What other inputs are there to Word Sense Disambiguation task?

In Natural Language Processing (NLP), the Word Sense Disambiguation (WSD) task computationally determines the meaning(s) or sense(s) or concept(s) of a polysemous word given a sentence that the word ...
0
votes
0answers
15 views

find dates and times in a document

time, date and time+date can be represented in multiple ways Ex. today 18:00 next monday 4pm 12 Jan 1/1/13 today evening at 5 many many more I need to find a way to find and retrieve time and ...
1
vote
0answers
81 views

How to use RankBoost Bipartite for training multiple queries (each query has different set of relevant and irrelevant doc)

I'm referring this paper - An Efficient Boosting Algorithm for Combining Preferences(http://www.ai.mit.edu/projects/jmlr/papers/volume4/freund03a/freund03a.pdf) And implementing 3.3 - An efficient ...
0
votes
0answers
13 views

What is Dritchlet Smoothing ? How to use it?

I have read Dritchlet Smoothing in the IR paper used for Language Modeling based ranking. I wonder what is phenomenon behind using this ? and how to decide on the parameter ? Plz help. Example : ...
0
votes
1answer
72 views

Applications of semantic web/ontology in informational retrieval?

What are the uses of Semantic Web in the information Retrieval. Semantic Web here i mean, the structured created like DBPedia, Freebase.
1
vote
1answer
45 views

What is the difference between full text search and keyword search?

What is the difference between full text search and keyword search ? Definitions are quite ok . Can anybody give brief idea what is the difference and which one is better ?
0
votes
0answers
24 views

How to crawl a new website for retweet data

I have a AI project to do where I have to analyze a information diffusion on a network. For that first I have to obtain a network by crawling a website of any choice and get the data such as "X ...
0
votes
0answers
101 views

Lucene: How to get the similarity between a query and a text

I have a lot of queries for one text. Example "North America", "Europe", "Asia" (queries) and one text (e.g. a large text about the USA (e.g. the Wikipedia article)). Now I build an index of the ...
0
votes
1answer
85 views

Image retrieval system by Colour from the web using C++ with openframeworks

I am writing a program in C++ and openFrameworks that should hopefully implement an image retrieval system by colour matching. I have got an algorithm to find the match in a database by an rgb value. ...
0
votes
0answers
38 views

which algorithm to use for a news feed?

I am trying to build a news feed with news articles and I have already implemented a function where the user can mark a news item as favorite (that is its tags) but I am considering how to exploit ...
0
votes
1answer
57 views

How to get number of web hits for a given query?

I'm doing a project based on information retrieval, in that i want to know how many web hits for a given query on the web. Is it possible to get web hits from google?? if so , can any body tell me how ...
0
votes
1answer
62 views

Solr / Lucene: scoring individual tag

I'm designing a Lucene search index that includes ranked tags for each document. Example: Document 1 tag: java , rank 1.2 tag: learning, rank 2.1 tag: bugs, rank 1.2 tag: architecture: rank 0.3 ...
1
vote
1answer
59 views

Text search in NoSQL with mapreduce

I am working on an app that requires searching a large list of titles. Ideally I would like to use NoSQL but it seems that text search across the whole database is not as good as in SQL databases ...
0
votes
1answer
34 views

Parsing nonuniform data

I am trying to parse a collection of data that has two (or one) useful pieces, but may be organized in many different ways: V01C01 Vol 1 Chapter 1 Chapter 1 Volume 1 - Alt title V1.1 etc. I don't ...
0
votes
1answer
46 views

Weighted Click Through Rate?

So I have a site that displays some items on a listings page. I am trying to incorporate elements of relevance in the listing. One of the signals for that would be click through rate. So I was ...
0
votes
0answers
38 views

Any database system/lucene implementing compressed self-indexes?

I am currently researching efficient text retrieval systems and compared SQL Databases and Lucene. As far as I know those systems just use an inverted index for retrieving the text. However, I just ...
1
vote
2answers
111 views

Fuzzy attribute search (fuzzy logic search) in Solr

I want to be able to submit a query like this: car AND (color:blue AND price:[* TO 10000] AND model:Toyota) and retrieve results like this (assuming these are the most relevant results): {name : ...
1
vote
4answers
234 views

How to remove and count words from a text file?

I want to find the term Frequency and Invert Document Frequency (TF-IDF) for a text files in the particular collection of files. So in this case I just want to calculate the total words in file, ...
0
votes
2answers
298 views

removing stop words while indexing files using Apache Lucene

I am working on a project which involves indexing files using apache lucene. While I am successfully able to index the files using lucene but when I see the result, I get many abrupt words probably ...
0
votes
0answers
50 views

Index structure of facebook graph search

I am not interested about the linguistic part of it. But say my query is something like what are the things that me and my friends like the most. How does the indexing data structure look like? It may ...
0
votes
1answer
40 views

Removal of sink node in pagerank

Why don't we remove sink nodes altogether while considering importance of the pages using pagerank algorithm? Why do we care about sink nodes and take Z matrix in consideration so as to compensate for ...
0
votes
1answer
98 views

Why did the tf-idf model in `gensim` throws away the terms and counts after i transform the corpus?

Why did the tf-idf model in gensim throws away the terms and counts after i transform the corpus? My code: from gensim import corpora, models, similarities # Let's say you have a corpus made up of ...
0
votes
0answers
47 views

How do I access a websites data somewhere away from the website?

I'm working on a project to help improve my programming skills. My Project: Another hobby of mine is tracking and bidding on penny auction websites. I am wanting to create a program that collects ...
0
votes
0answers
53 views

Troubles to create index reader in lucene 3.1.0

i'm new to Lucene, i have indexed a bunch of text file using Lucene 3_0_1 API. Now my goal is to calculate tf-idf score for all the terms, in order to find the terms with the highest rank in each ...
0
votes
5answers
241 views

How to get the auto-incremented ID for a row once you insert values using php?

I have a MySQL database and am using httpRequest to connect it with my Android Application. I have a php file that would insert values via httpPost and the table it is inserting to have an ...
-3
votes
1answer
189 views

How to find a numeric value in a string

I am attempting to create a method which analyzes a string of text to see if it contains a numeric value. For instance, given the following string: What is 2 * 2? I need to determine the ...
0
votes
1answer
67 views

List of stopwords for NLP

Is there a list of stop words that people usually use to remove punctuations and close class words (such as he, she, it) when performing NLP or IR/IE related task? I have been trying out topic ...
0
votes
1answer
126 views

retrieving of data from parse.com using android platform [closed]

I am trying to retrieve a data that I stored from parse.com using this code: public void onClick(View v) { // TODO Auto-generated method stub String strName = etxt.getText().toString(); ...
0
votes
1answer
52 views

Pagerank and Spamming

Let's suppose we have a graph with 4 pages/nodes which are connected. We also have computed the pagerank for this graph and now we want to upload a new page/node an increase its pagerank. I wonder if ...
1
vote
1answer
302 views

Facebook Graph Search: Information Retrieval Algorithm

There is a closed question titled "How does Facebook Graph Search work?" In simplest terms, the OP asked (and even gave a sample of what he tried): How does Facebook Graph Search works? He gave an ...
0
votes
1answer
63 views

Information Retrieval :URL hits in a time frame

Algorithm Challenge : Problem statement : How would you design a logging system for something like Google , you should be able to query for the number of times a URL was opened within two time ...
6
votes
1answer
128 views

Representation and a good similarity measure between Tweets for topic detection

I'm planning to write a tool for Topic Detection on Twitter. I've been thinking about a good similarity measure (distance) between two tweets, and how to represent them, taking in count: The ...
0
votes
4answers
117 views

How do I get Information from log file's last modified using Python?

I am new to Python and I am trying to create a script to go through all of my daily log files to check for errors. I can open the files, print the last time the log file was modified, and print out ...

1 2 3 4 5 8