How to parse patent data from html's for dummy

Please support our Python advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Sep 2005
Posts: 2
Reputation: FinnDutch is an unknown quantity at this point 
Solved Threads: 0
FinnDutch FinnDutch is offline Offline
Newbie Poster

How to parse patent data from html's for dummy

 
0
  #1
Sep 23rd, 2005
Hello!

I'm a total dummy when it comes to programming, and now I have a heck of a data extracing job to do for my graduation thesis :cry:
Hopefully somebody can help me in the right direction here, because a whole day of surfing didn't get me to the right application to do this monsterjob for me.

The thing goes like this: I have to parse patents (in html format on my hard drive) to get specific bits of data (a technology class), store this data in a database, then have an interface to display the data in a meaningful format.

The patents are assigned to about 300 firms in the years 1994 - present. I need to know from this whole pile of html files which and how many of each found technology class each firm had per year. The patents are all in the same layout, so the technology class is always preceded by the same term, indicating the right line. Same goes for firm name and year of filing.

Anybody know if there's some little program in which I can set some rules to do this, without any programming?

I attached an example for Nokia in 1995. The technology class can be found after 'Intern'l Class'. These classes all have the same concept.

Hope the info is somewhat meaningfull as I study economic geography ;-)
Reply With Quote Quick reply to this message  
Join Date: Oct 2004
Posts: 4,109
Reputation: vegaseat is just really nice vegaseat is just really nice vegaseat is just really nice vegaseat is just really nice vegaseat is just really nice 
Solved Threads: 943
Moderator
vegaseat's Avatar
vegaseat vegaseat is offline Offline
DaniWeb's Hypocrite

Re: How to parse patent data from html's for dummy

 
0
  #2
Sep 23rd, 2005
Sounds like you are a candidate for "Regular Expression" pattern matching and searches contained in the Python module re, more detail at:
http://www.amk.ca/python/howto/regex/
May 'the Google' be with you!
Reply With Quote Quick reply to this message  
Join Date: Sep 2005
Posts: 2
Reputation: FinnDutch is an unknown quantity at this point 
Solved Threads: 0
FinnDutch FinnDutch is offline Offline
Newbie Poster

Re: How to parse patent data from html's for dummy

 
0
  #3
Sep 24th, 2005
Ok, thnx for the info! I'll do some studying...
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Python Forum
Thread Tools Search this Thread



Tag cloud for Python
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC