Skip to content

Reader of the Hellquists Svensk etymologisk ordbok

License

Notifications You must be signed in to change notification settings

clemsciences/svety

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status PyPI

Reader of the Hellquists Svensk etymologisk ordbok

This package provides a etymological dictionary of Swedish.

Sources

Although texts are in public domain, we must thank those who digitalised and normalized these texts.

Installation

$ pip install svety

How to use svety

from svety import reader, retriever
retriever.retrieve_dictionary()
root = reader.get_xml_root("hellqvist.xml")
word = reader.read_entry(root, "enkom")

And you got the "enkom" entry.

About

Reader of the Hellquists Svensk etymologisk ordbok

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published