Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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