Tagged Questions
The information-extraction tag has no wiki summary.
12
votes
2answers
3k views
Advanced PDF Parsing Using Python (extracting text without tables, etc): What's the Best Library?
I'm looking for a PDF library which will allow me to extract the text from a PDF document. I've looked at PyPDF, and this can extract the text from a PDF document very nicely. The problem with this is ...
4
votes
6answers
163 views
best way to extract info from the web delphi
I want to know if there is a better way of extracting info from a web page than parsing the HTML for what i'm searching. ie: Extracting movie rating from 'imdb.com'
I'm currently using the IndyHttp ...
4
votes
4answers
410 views
Medical information extraction using Python
I am a nurse and I know python but I am not an expert, just used it to process DNA sequences
We got hospital records written in human languages and I am supposed to insert these data into a database ...
4
votes
4answers
2k views
Media Information Extractor for Java
I need a media information extraction library (pure Java or JNI wrapper) that can handle common media formats. I primarily use it for video files and I need at least these information:
Video length ...
4
votes
3answers
903 views
Is there a better tool than opencalais?
Opencalais lets you submit a string (REST API) ....and it will analyze that string and break it down into named-entities, relationships, keywords, etc.
Are there better tools other than opencalais? ...
3
votes
5answers
102 views
Extracting information from millions of simple but inconsistent text files
We have millions of simple txt documents containing various data structures we extracted from pdf, the text is printed line by line so all formatting is lost (because when we tried tools to maintain ...
3
votes
2answers
110 views
Best turnkey relation detection library? [closed]
What is the best turnkey (ready to use, industrial-strength) relation detection library?
I have been playing around with NLTK and the results I get are not very satisfactory.
...
3
votes
1answer
599 views
Doing something meaningful with Amazon BrowseNodes API
I have a website (www.7bks.com) where people create book lists. It's fairly simple at the moment. I'm already using the Amazon API to pull book information, images etc onto the site.
What I'd like to ...
3
votes
1answer
170 views
Understanding Relevance Score of OpenCalais
I am trying to understand what is the relevance score that opencalais returns associated with each entity? What does it signify and how is it to be interpreted? I would be thankful for insights into ...
3
votes
1answer
530 views
Using Conditional Random Fields for Named Entity Recognition
What is Conditional Random Field?
How does exactly Conditional Random Field identify proper names as person, organization, or place in a structured or unstructured text?
For example: This product is ...
3
votes
4answers
626 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 we use the ...
3
votes
8answers
854 views
How to get started on Information Extraction?
Could you recommend a training path to start and become very good in Information Extraction. I started reading about it to do one of my hobby project and soon realized that I would have to be good at ...
2
votes
1answer
200 views
Example python script that uses DBPedia?
I am writing a python script to extract "Entity names" from a collection of thousands of news articles from a few countries and languages.
I would like to make use of the amazing DBPedia structured ...
2
votes
3answers
125 views
Parser to parse search terms and extract valuable information
I would like to understand the serarh term of a user. Think of someone is searching for "staples in NY" - I would like to understand that its a location search where keyword is staples and location is ...
2
votes
1answer
104 views
Retrieving variables from flash video with perl
I am downloading a flash video with Perl. Is there a way to interact with the flash video like retrieving variables from the flash video, like you can do in C#?
For instance, in C# you can put a ...
2
votes
1answer
470 views
Lucene Entity Extraction
Given a finite dictionary of entity terms, I'm looking for a way to do Entity Extraction with intelligent tagging using Lucene. Currently I've been able to use Lucene for:
- Searching for complex ...
2
votes
1answer
302 views
DBpedia Information Extraction Framework
Has anyone ever used the Wikipedia Data Extraction? I need to use it for work.
Could you give other tools for extracting information on web pages?
Thanks!
2
votes
1answer
320 views
How do I get started with information extraction?
I am a newbie when it comes to information extraction. For the past several days, I have read a lot of academic papers and ordered a book on NLP. I want to figure out how I can build a FlipDog.com ...
1
vote
3answers
50 views
Java libraries to extract text blocks from HTML pages
I want to extract text blocks from a HTML page and I'm using boilerpipe to do this. It works fine for one text in a page, but some pages like blogs have multiple texts in the page.
I want to extract ...
1
vote
4answers
104 views
algorithm: analyzing web pages for tags
I've been working on a project in the last few days and there is a task in this project that I actually don't know how to do, the project includes analyzing web pages to find tags that Characterizes ...
1
vote
2answers
82 views
Best model for topic spotting/discovery
What is the best model for topic spotting within short unstructured documents, ex. SMS or Twitter messages? Latent Dirichlet allocation?
1
vote
1answer
152 views
Java regex extracting measurements from string
I am trying to extract data from short, non-uniform product descriptions in order to partially automate making product web pages for my company's online store. Unfortunately, the descriptions are not ...
1
vote
2answers
75 views
What techniques are there to extract a navigational menu from a web page?
I'm looking for a method to extract a menu used for navigation from a web page heavy with links (and probably text). The pages I'm interested in are quite plain, valid XHTML, and it's a safe ...
1
vote
1answer
115 views
Basic information extraction from html?
I have a project where users submit many links to external sites.
I then need to parse the html of these submitted links and extract basic information from the page in the same way that digg or ...
1
vote
1answer
85 views
Information extraction. Counting mentions to measure relevance
Is it possible to count how many times an entity has been mentioned in an article? For example
ABC Company is one of the largest car manufacturers in the
world. It is also the largest
company ...
1
vote
1answer
136 views
pgp algorithm specific data extraction
would this be a correct way extract the algorithm specific values from a pgp key? i have a weird problem where all but the last values for DSA and ElGamal can be extracted properly, which then messes ...
1
vote
1answer
387 views
Any Java library for address extraction from emails?
I'm looking for an Java open-source library which is able to extract address information from a (German) email (signature). The library should find
name
street
city, city code/postal code
email
...
1
vote
2answers
5k views
extract single string from html using ruby/mechanize (and nokogiri)
I am extracting data from a forum. My script based on is working fine. Now I need to extract date and time (21 Dec 2009, 20:39) from single post. I cannot get it work. I used FireXPath to determine ...
0
votes
1answer
23 views
Extract correct data of a file in Matlab
During an integration process with variable stepsize (in concrete, ode113 integrator is used) the position of a body is determined through its acceleration which is stored in a file along with time ...
0
votes
1answer
38 views
Extracting data from text using templates
I'm building a web service which receives emails from a number of CRM-systems. Emails typically contain a text status e.g. "Received" or "Completed" as well as a free text comment.
The formats of the ...
0
votes
1answer
27 views
Frameworks for semantic annotation for user defined domain model
I have some documents and an ontology for some concepts. Are there any frameworks that automatically extracts those concepts from the given documents and creates triples? The ontology must contain ...
0
votes
0answers
36 views
how to extract information of wiki infobox by using PHP?
I am working on the project to extract wiki infobox. I want to do it by using PHP. But I am new in PHP and also i have only 3days to finish the work. Can any one help me to give some code and advice? ...
0
votes
1answer
68 views
Script to find webmaster contact details
As part of a summer project I am currently undertaking, I am interested in writing a script to automate the retrieval of the contact email address for a particular site's webmaster. Is there any ...
0
votes
0answers
65 views
Forum Data Analysis
I'm working on an expert system that analysing data from a Forum and get some trustable informations , then i'm using these information to learn my expert system .
The question is How to extract ...
0
votes
1answer
58 views
Are there libraries to assist in AutoCAD structure extraction?
I need to query AutoCAD models to extract structures and connections (e.g., power, data) between them, for storage in a database. I know from experience and research that handling native AutoCAD .dwg ...
0
votes
2answers
180 views
R: Data structure for a ontology and web extraction
I want to extract information from a large website and generate an ontology. Something that can be processed with description logic.
What data structure is advisable for the extracted html data?
My ...
0
votes
3answers
151 views
image feature identification
I am looking for a solution to do the following:
( the focus of my question is step 2. )
a picture of a house including the front yard
extract information from the picture like the dimensions and ...
0
votes
1answer
84 views
extracting graphics from crawled sites (ARC files)
I'm working with ARC files that were generated by a Heritrix crawl. When I view these pages in the Wayback Machine, it looks like most of the graphics are being loaded from my local machine, so I'm ...
0
votes
1answer
116 views
Extracting Demographic and Contact Information from unstructured text files
I am looking to extract specific items out of a large pool of unstructured documents. These documents could be 1-5 pages of text formatted in various ways by the user, but in most cases would contain ...
0
votes
2answers
986 views
Parsing date from text using Ruby
I'm trying to figure out how to extract dates from unstructured text using Ruby.
For example, I'd like to parse the date out of this string "Applications started after 12:00 A.M. Midnight (EST) ...
0
votes
3answers
212 views
Parsing SGML and storing it in a PHP array
If you can help with this you're a genius.
Basically, I will have some text like this:
<parent wealthy>
<parent>
<children female>
<child>
jessica
...
0
votes
2answers
235 views
How to parse a rendered web page containing javascript
How can one extract data from a rendered web page?
In which java script would update the data with time.
Is it possible to write user script which can access varibles from webpage java script?
Please ...
0
votes
1answer
204 views
Date Extraction Libraries
Does anyone know if there are any libraries around that will extract dates and times given a body of text? It doesn't matter which language, I'm just looking for a library to play with.