Skip to content

Commit

Permalink
update descriptions for watson-developer-cloud#67
Browse files Browse the repository at this point in the history
  • Loading branch information
JAMES ZHANG committed May 13, 2016
1 parent f31511c commit 653f082
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
Tone Analyzer
</h1>
<div class="banner--service-description">
This service enables people to discover and understand, and revise the impact of tone in their content. It uses linguistic analysis to detect and interpret emotional, social, and language cues found in text.
Discover and understand how emotions are coming across, the social tendencies that are being expressed, and how your writing style is coming across in your content.
</div>
</div>
</div>
Expand Down Expand Up @@ -87,7 +87,6 @@
<article class="_content base--article">
<div class="input">
<h2 class="base--h2">Choose Content</h2>
<p class="base--p input--description">Here are some great use cases for Tone Analyzer. Choose one, or paste your own text.</p>
<input role="radio" class="base--radio input--radio" type="radio" id="input-customer-call" name="rb" value="customer-call" checked="true">
<label class="base--inline-label input--radio-label" for="input-customer-call">Customer service chat</label>
<input role="radio" class="base--radio input--radio" type="radio" id="input-email" name="rb" value="email">
Expand Down Expand Up @@ -119,15 +118,15 @@
<h3 class="base--h2 output--document-title">Document-level tone</h3>
<div class="summary--row">
<div class="summary--emotion">
<h5 class="base--h5 summary--header">Emotion (probability score)</h5>
<h5 class="base--h5 summary--header">Emotion</h5>
<div class="summary-emotion-graph bar-graph"></div>
</div>
<div class="summary--writing">
<h5 class="base--h5 summary--header">Writing Style (raw score)</h5>
<h5 class="base--h5 summary--header">Writing Style</h5>
<div class="summary-writing-graph"></div>
</div>
<div class="summary--social">
<h5 class="base--h5 summary--header">Social (raw score)</h5>
<h5 class="base--h5 summary--header">Social</h5>
<div class="summary-social-graph bar-graph"></div>
</div>
</div>
Expand Down

0 comments on commit 653f082

Please sign in to comment.