Socket
Book a DemoInstallSign in
Socket

languageslayer

Package Overview
Maintainers
1
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Source code not available
We could not scan this package. Some page functionalities have been disabled

languageslayer

Language Detection Library for Python

pipPyPI
Metadata Only
Version
0.1
Maintainers
1

Language-Slayer

A flexible and easy-to-use python library for detecting languages. Can detect over 250 languages.

A python library built for the LanguageLayer API.

Visit the website and register for an acceskey for free. After that, you can make 3000+ requests.

###Features

  • Super Fast.(Under good internet conditions, it returns an answer under 3 seconds)

  • Very Accurate. (I personally rate it 9/10)

  • Easy-to-Use

  • Flexible

  • Light-weight

  • Reduces the amount of bytes needed to retreive info from server

  • Developer Friendly

Simple, flexible and easy to use.(Contains only 4 methods)

  • access_key() - This method is used to lock-on your accesskey.

  • analysis() - This method returns a full analysis of the sentence you are detecting.

  • detect() - Self-explanatory; this method is used to detect the language.

  • json() - This function returns a json for devs to analyse.

Keywords

language processing text

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts