in reply to Re: MedlineParser: to parse and load MEDLINE into a RDBMS
in thread MedlineParser: to parse and load MEDLINE into a RDBMS
To address your concern about efficient data import: both the java and perl programs have options to generate flat-file representations of the tables for native table loaders.
Some other points about the BioText parsemedline.pl program:
Question: I know this is not necessarily a good idea for performance reasons, both in loading and querying, but ... is it possible to automatically translate DTD descriptions into SQL DDL and corresponding code to parse the XML and load the data? (Ignoring the complication of data types).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: MedlineParser: to parse and load MEDLINE into a RDBMS
by graff (Chancellor) on Jun 25, 2005 at 21:57 UTC | |
by haricothoriz (Novice) on Jun 26, 2005 at 19:11 UTC |