Hub
Pricing About
WorkflowWorkflow

Sentiment Analysis: JSON Input

SentimentAnalysisInferenceDeploymentEdge
+2
jtyler profile image
Draft Latest edits on 
Jun 25, 2018 9:40 AM
Drag & drop
Like
Download workflow
Workflow preview
This workflow showcases how the Container Input (JSON) and Container Output (JSON) nodes can be used to create a REST API for a workflow that can then be deployed as inference workflow to KNIME Edge. The workflow can be called via REST and classifies multiple reviews as positive or negative. When deployed to KNIME Edge, a POST request with the following JSON body can be used for testing: { "content": [ "What a crappy flight, I hated it! It was the worst experience ever", "What a lovely flight! I had the best time!!!" ] } The response will be: [ { "Prediction (Document class) (Confidence)": 0.7526856112217033, "Prediction (Sentiment)": "Negative" }, { "Prediction (Document class) (Confidence)": 0.716930368994336, "Prediction (Sentiment)": "Positive" } ]
Loading deploymentsLoading ad hoc jobs

Used extensions & nodes

Created with KNIME Analytics Platform version 4.4.0
  • Go to item
    KNIME Base nodesTrusted extension

    KNIME AG, Zurich, Switzerland

    Versions 3.7.0, 4.4.0

    knime
  • Go to item
    KNIME Ensemble Learning WrappersTrusted extension

    KNIME AG, Zurich, Switzerland

    Version 4.4.0

    knime
  • Go to item
    KNIME JavasnippetTrusted extension

    KNIME AG, Zurich, Switzerland

    Version 4.4.0

    knime
  • Go to item
    KNIME JSON-ProcessingTrusted extension

    KNIME AG, Zurich, Switzerland

    Version 4.4.0

    knime
  • Go to item
    KNIME TextprocessingTrusted extension

    KNIME AG, Zurich, Switzerland

    Version 4.4.1

    knime

Legal

By using or downloading the workflow, you agree to our terms and conditions.

KNIME
Open for Innovation

KNIME AG
Talacker 50
8001 Zurich, Switzerland
  • Software
  • Getting started
  • Documentation
  • Courses + Certification
  • Solutions
  • KNIME Hub
  • KNIME Forum
  • Blog
  • Events
  • Partner
  • Developers
  • KNIME Home
  • Careers
  • Contact us
Download KNIME Analytics Platform Read more about KNIME Business Hub
© 2025 KNIME AG. All rights reserved.
  • Trademarks
  • Imprint
  • Privacy
  • Terms & Conditions
  • Data Processing Agreement
  • Credits