Models, Enums, Tools, Libraries, and API call examples for GIG Development
See Libraries for generic functions.
See Crawlers for sample PDF crawler.
See Request Handlers for sample API calls.
Copy config.go.example and create a new file named config.go
Change GIG server urls in config.go
var ApiUrl = "http://localhost:9000/api/"
var NERServerUrl = "http://127.0.0.1:8080/classify"
var NormalizeServer = "http://localhost:9000/api/normalize"