build a Database from Ms Word list information...
Posted
by
Jayron Soares
on Programmers
See other posts from Programmers
or by Jayron Soares
Published on 2011-02-23T22:03:01Z
Indexed on
2011/02/23
23:33 UTC
Read the original article
Hit count: 631
Please someone can advise me how to approach a given problem:
I have a sequential list of metadata in a document in MS Word. The basic idea is create a python algorithm to iterate over of the information, retrieving just the name of PROCESS, when is made a queue, from a database.
for example.
Process: Process Walker (1965) Exact reference: Walker Process Equipment., nc. v. Food Machinery Corp..
Link: http://caselaw.lp.findlaw.com/scripts/getcase.pl?court=US&vol=382&invol=
Type of procedure: Certiorari To The United States Court of Appeals for the SeventhCircuit. Parties: Walker Process Equipment, Inc.
Sector: Systems is …
Start Date: October 12-13 Arguedas, 1965 Summary: Food Machinery Company has initiated a process to stop or slow the entry of competitors through the use of a patent obtained by fraud. The case concerned a patenton "knee ction swing diffusers" used in aeration equipment for sewage treatment systems, and the question was whether "the maintenance and enforcement of a patent obtained by fraud before the patent office" may be a basis for antitrust punishment. Report of the evolution process: petitioner, in answer to respond ..
Importance: a) First case which established an analysis for the diagnosis of dispute…
There are about 200 pages containing the information above.
I have in mind the idea of creating an algorithm in python to be able to break this information sequenced and try to store them in a web database[open source application that I’m looking for] in order to allow for free consultations ...
© Programmers or respective owner