Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tromesh/sinhala-parser
Sinhala parser project is based on Natural Language Processing (NLP)
https://github.com/tromesh/sinhala-parser
flux-architecture natural-language-processing nlp python react scikit-learn sinhala
Last synced: 7 days ago
JSON representation
Sinhala parser project is based on Natural Language Processing (NLP)
- Host: GitHub
- URL: https://github.com/tromesh/sinhala-parser
- Owner: TRomesh
- Created: 2016-11-02T07:08:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-02T18:26:02.000Z (almost 8 years ago)
- Last Synced: 2024-12-03T17:57:01.126Z (2 months ago)
- Topics: flux-architecture, natural-language-processing, nlp, python, react, scikit-learn, sinhala
- Language: JavaScript
- Homepage:
- Size: 637 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sinhala Parser
![demo](./public/src/app/media/demo/demo.gif)
### Setting up Docker Environment
[See how to install Docker on Ubuntu](https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-16-04#step-2-—-executing-the-docker-command-without-sudo-(optional))[Install Docker on Windows](https://docs.docker.com/docker-for-windows/)
### Create Docker Image for the API
```bash
cd server
docker build -t :SinhalaParser .
```
### Run Docker Container```bash
docker run -p :8080 -d :SinhalaParser
```