1
0
mirror of https://github.com/gsi-upm/senpy synced 2025-08-24 10:32:20 +00:00

Squashed 'sentiment-meaningCloud/' content from commit 2a5d212

git-subtree-dir: sentiment-meaningCloud
git-subtree-split: 2a5d212833fac38efe69b9d90588c1f0a27ff390
This commit is contained in:
J. Fernando Sánchez
2018-06-12 10:01:43 +02:00
commit 1eec6ecbad
23 changed files with 764 additions and 0 deletions

9
Makefile Normal file
View File

@@ -0,0 +1,9 @@
NAME:=meaningcloud
VERSIONFILE:=VERSION
IMAGENAME:=registry.cluster.gsi.dit.upm.es/senpy/sentiment-meaningcloud
PYVERSIONS:= 3.5
DEVPORT:=5000
include .makefiles/base.mk
include .makefiles/k8s.mk
include .makefiles/python.mk