Skip to content

Docker image built on mariadb with latest OpenThesaurus database

Notifications You must be signed in to change notification settings

ramonziai/openthesaurus-mariadb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

openthesaurus-mariadb

Docker image built on the mariadb image containing latest OpenThesaurus database. Useful for looking up German synonyms in NLP applications.

To use, run the following (substitute user/password and db data):

docker run --name openthesaurus -e MYSQL_ROOT_PASSWORD=root-password -e MYSQL_DATABASE=db-name -e MYSQL_USER=db-user -e MYSQL_PASSWORD=db-pass -d -p 3306:3306 ramonziai/openthesaurus-mariadb

After that, OpenThesaurus is available at localhost:3306 in database db-name and can be accessed as db-user with password db-pass. You can stop the container using docker stop openthesaurus and start it again with docker start openthesaurus.

You may find DKPro JOTL and/or py-openthesaurus (skip sections about database setup) helpful in accessing and using the database programmatically.

About

Docker image built on mariadb with latest OpenThesaurus database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published