neurosnap / sentdemo

Golang web application to demo sentence tokenization

Home Page:https://sentences-231000.appspot.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sentdemo

http://github.com/neurosnap/sentences

Install

make install

Deploy

This app uses Google App Engine as the underlying system. The Google App Engine free tier should suffice for personal usage.

Install the gcloud sdk https://cloud.google.com/sdk/install

Login to gcloud gcloud auth login

Run the gcloud app deploy on the project for Sharer gcloud app deploy app.yaml

Set environment variable to google project id: PROJECT_ID=xxx

Dev

make build
./sentdemo

Open browser at localhost:8080

About

Golang web application to demo sentence tokenization

https://sentences-231000.appspot.com/


Languages

Language:JavaScript 35.1%Language:CSS 25.4%Language:HTML 19.8%Language:Go 16.0%Language:Makefile 3.7%