Skip to content

clemsciences/old_high_german_texts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPI Build Status

Parser of Referenzkorpus Althochdeutsch exports

Installation

$ pip install altdeutsch
line & meta::text = ‎"Muspilli‎"

License

License of the software: MIT License

License of the data: CC BY-NC-SA 3.0

The Referenzkorpus Altdeutsch project is at the origin of annotations of the data.

Code usage

import os
from altdeutsch.reader import read_export
from altdeutsch import PACKDIR
hildebrandslied = read_export(os.path.join(PACKDIR, "tests", "data", "hildebrandslied.txt"))
print(hildebrandslied["tok"])

You have now the Hildebrandslied text!

About

Parser for Referenzkorpus Altdeutsch

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published