Skip to content

tnaskret/OMW

 
 

Repository files navigation

Open Multilingual Wordnet 2.0

Dependencies

(for ubuntu)

Docker installation docker

Docker-compose installation docker-compose

Installation

- run `./build.sh` to build docker image and prepare databases

Start application

- run `./start.sh`

For Development

  • Requires Python 3+
  • pip3 install -r requirements.txt
  • pip3 install --editable .
  • omw db_init reset
  • omw db_load load_all
  • omw db_update update_all
  • gunicorn -b 0.0.0.0:5000 --access-logfile - "omw.app:create_app()"

About

The Open Multilingual Wordnet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 31.6%
  • CSS 29.3%
  • HTML 28.3%
  • JavaScript 10.8%