kumar-shridhar / Detect-Language

Detect the language from the given sentence

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Detect the languages present in the given sentence

This work detects the given language/languages present in the given sentence.

Requirements

* python >=3.4
* lang_detect
* polyglot
* flask (only if you want to host using flask)
* docker (only if you want to host it using docker)

Installation

Usage

detect_language.py [-h]  [--str String]
               [--supported_language, --sl]

** required arguements:
  --str                           string to detect language


** optional arguments:
  -h, --help                      help message
  --sl, --supported_language      supported languages

Host using Flask

python flask_hosted/app.py

Default port used is localhost:8082

Host using Flask

docker build Dockerfile 

NOTE: Docker needs to be installed before using it with docker. Install docker from here for Ubuntu: https://docs.docker.com/install/linux/docker-ce/ubuntu/

Run tests

python tests/test.py

About

Detect the language from the given sentence


Languages

Language:Python 91.6%Language:Dockerfile 8.4%