Git Product home page Git Product logo

modulexcite / powershellaylien Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dfinke/powershellaylien

0.0 1.0 0.0 440 KB

PowerShell Module to interact with AYLIEN Text Analysis API - a package consisting of eight different Natural Language Processing, Information Retrieval and Machine Learning APIs that can be adapted to your processes and applications with relative ease

PowerShell 100.00%

powershellaylien's Introduction

PowerShell for Aylien

Is a PowerShell module wrapping the Aylien package, consisting of eight different Natural Language Processing, Information Retrieval and Machine Learning APIs Aylien Github repo that can be adapted to your processes and applications with relative ease.

Video

Try Invoke-TextAnalysis

Import-Module .\Aylien.psm1

$env:AylienApplicationId  = '<Your Aylien Application Id>'
$env:AylienApplicationKey = '<Your Aylien Application Key>'

$text = $(
    'Have a nice day'
    'The glass is half empty'
    "Moody's downgrades credit rating"
)

$text | Invoke-TextAnalysis | Format-Table -AutoSize

Results

text                             subjectivity subjectivity_confidence polarity polarity_confidence
----                             ------------ ----------------------- -------- -------------------
Have a nice day                  subjective        0.9900886100760287 positive                0.75
The glass is half empty          subjective        0.7644409047525341 negative  0.9741158803478501
Moody's downgrades credit rating subjective        0.9999999997427047 negative  0.9963972429917335

powershellaylien's People

Contributors

dfinke avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.