Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/neurosnap/sentdemo
- Owner: neurosnap
- Created: 2015-10-23T15:06:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-06T14:20:41.000Z (almost 2 years ago)
- Last Synced: 2024-10-07T07:21:42.349Z (about 1 month ago)
- Topics: demo, golang, sentence, tokenizer
- Language: JavaScript
- Homepage: https://sentences-231000.appspot.com/
- Size: 3.16 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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/installLogin 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