Skip to content

Latest commit

 

History

History

ner_grpc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Named Entities Recognition (gRPC)

Run this from the current directory:

go run server/main.go ../../models/goflair-en-ner-ontonotes-fast-v0.4

Leave the server running.

In another terminal tab run the client:

go run client/main.go

Enjoy ;)