šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

i4Ds.LanguageToolkit

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i4Ds.LanguageToolkit

Determines sentiments and detects 17 languages (including English, German, Italian and French).

1.3.0
NuGet
Version published
Maintainers
2
Created
Source

This readme explains how to use this package. For support send your mails to simon.felix@fhnw.ch or via Twitter to @deiruch.

// returns "en", "de" and null var language1 = i4Ds.LanguageToolkit.LanguageDetector.DetectLanguage("what language is this?"); var language2 = i4Ds.LanguageToolkit.LanguageDetector.DetectLanguage("in welcher sprache ist dieser satz geschrieben?"); var language3 = i4Ds.LanguageToolkit.LanguageDetector.DetectLanguage("asdfgioazgosdzgsogzsodguzcxkljbhlasdjkfh");

// this returns a sentiment from 0.0 (negative) to 1.0 (positive) var sentiment1 = i4Ds.LanguageToolkit.SentimentAnalyzer.GetSentiment("this is great"); var sentiment2 = i4Ds.LanguageToolkit.SentimentAnalyzer.GetSentiment("this sucks");

Keywords

language

FAQs

Package last updated on 06 Apr 2016

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