gtlang_detection

A simple wrapper to detect languages using Google Cloud Platform.


Keywords
google, cloud, platform, language, detection, simple, wrapper
Install
pip install gtlang_detection==0.1.1

Documentation

Usage:

from lang_detection import *
api("API_KEY")
detect("Ich bin Mario")

Output: 'German'

I will be adding "confidence" later. I'm sure you want it :P