Skip to content

Computing the Word Mover’s Distance between sentences

Notifications You must be signed in to change notification settings

Stamper/word_embedding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend web app

Host requirements

  • Python 3.6+
  • Redis must be up and running (port 6379)
  • rename config.py.template to config.py and fill-up missing values
  • download and extract pretrained model GoogleNews-vectors-negative300.bin

Installation

$ pip install -r requirements.txt

Project bootstrap

$ python manager.py db upgrade

Run server

$ python manager.py

$ celery worker -A backend.celery --loglevel=info

Frontend web app

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Customize configuration

See Configuration Reference.

About

Computing the Word Mover’s Distance between sentences

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published