Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neurosnap/sentdemo

Golang web application to demo sentence tokenization
https://github.com/neurosnap/sentdemo

demo golang sentence tokenizer

Last synced: 20 days ago
JSON representation

Golang web application to demo sentence tokenization

Awesome Lists containing this project

README

        

Sentdemo
========

http://github.com/neurosnap/sentences

## Install

```bash
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

```bash
make build
./sentdemo
```

Open browser at localhost:8080