add sentiment analaysis mvp

This commit is contained in:
Asim Aslam
2021-02-27 21:45:31 +00:00
parent f800662806
commit 5c3b835c9f
13 changed files with 891 additions and 0 deletions

10
sentiment/go.mod Normal file
View File

@@ -0,0 +1,10 @@
module github.com/micro/services/sentiment
go 1.15
require (
github.com/cdipaolo/goml v0.0.0-20190412180403-e1f51f713598 // indirect
github.com/cdipaolo/sentiment v0.0.0-20200617002423-c697f64e7f10
github.com/golang/protobuf v1.4.3
github.com/micro/micro/v3 v3.1.0
)