954,525 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

How to parse patent data from html's for dummy

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 ;-)

FinnDutch
Newbie Poster
2 posts since Sep 2005
Reputation Points: 10
Solved Threads: 0
 

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/

vegaseat
DaniWeb's Hypocrite
Moderator
5,989 posts since Oct 2004
Reputation Points: 1,345
Solved Threads: 1,417
 

Ok, thnx for the info! I'll do some studying...

FinnDutch
Newbie Poster
2 posts since Sep 2005
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You