GutenbergToTei.py

From TEIWiki
Revision as of 18:19, 6 June 2012 by Kshawkin (talk | contribs) (Created page with "Category:Tools Category:Conversion and preprocessing tools == Synopsis == Converts a Gutenberg text into a minimally encoded and TEI-compliant XML file. The script buil...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Synopsis

Converts a Gutenberg text into a minimally encoded and TEI-compliant XML file. The script builds a teiHeader that includes the author and title of the work and then adds “text”, “body”, div, and all the p tags. The final result is a document that meets basic TEI requirements.

Features

User commentary

Please sign all comments.

System requirements

Source code and licensing

Support for TEI

Language(s)

Written in Python

Documentation

Tech support

User community

Sample implementations

Current version number and date of release

History of versions

How to download or buy

http://www.matthewjockers.net/2010/08/26/auto-converting-project-gutenberg-text-to-tei/

Additional notes