Skip to content

Downloadable database of german verbs and conjugations as found on wiktionary.org

Notifications You must be signed in to change notification settings

viorelsfetea/german-verbs-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

german-verbs-database

Downloadable database of german verbs and conjugations as found on wiktionary.org

install the requirements

Use a virtual environment, python3 -m venv venv && source /venv/bin/activate

pip install -r requirements.txt

explore the data

convert csv to sqlitedb

pip install csvs-to-sqlite
csvs-to-sqlite output/verbs.csv output/verbs.db

explore the data in the browser

pip install datasette
datasette output/verbs.db

View and run SQL queries in the browser: http://127.0.0.1:8001/verbs/verbs

About

Downloadable database of german verbs and conjugations as found on wiktionary.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages