https://pypi.org/project/tei2neo/
This is a parser written in Python 3 that takes TEI-XML Documents as an inpput and writes them in a Neo4j Graph Database.
It makes use of the following existing libraries:
- Beautiful Soup 4 An easy-to-use XML parser
- Spacy. Currently we use the german language package
de_core_news_sm
to parse the text. - Py2neo v4 whih is a library to work with the Neo4j database.