You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cjvt-valency/README.md

536 B

cjvt-vezljivost

Components

Database (2 containers)

Input:

  • ssj500k.xml
  • kres.xml
  • kres_SRL.json

Intermediate:

  • ssj500k.json
  • kres.json

Output:

  • DB containing both corpora (1:1 map of the intermediate json formats)

Flask backend (1 container)

Input: see Database

API endpoints:

  • GET word list (pre-cached)
  • GET reduced frames (pre-cached)
  • POST senses
  • User auth logic

Vue frontend (1 container)

  • ngnix server

Deployment

  • get up DB
  • fill DB opt
  • start backend
  • start start frontend