Skip to content

Commit

Permalink
Merge pull request #155 from chughts/pi-lang
Browse files Browse the repository at this point in the history
Language support for Personality Insights
  • Loading branch information
chughts committed Jul 12, 2016
2 parents 4ff91ce + ff68cf0 commit 8cdb8c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Node-RED Watson Nodes for IBM Bluemix
- New Conversation V1 node
- Bugfixes to Feature Extract node
- Bugfixes to Visual Recognition node
- Added in Japanese and Arabic to Personality Insights node
- Updated dependency to watson-developer-cloud node-SDK 1.12.2

### New in version 0.4.5
Expand Down
2 changes: 2 additions & 0 deletions services/personality_insights/v1.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
<select type="text" id="node-input-lang" style="display: inline-block; width: 70%;" >
<option value="en">English</option>
<option value="es">Spanish</option>
<option value="ar">Arabic</option>
<option value="ja">Japanese</option>
</select>
</div>
</script>
Expand Down

0 comments on commit 8cdb8c6

Please sign in to comment.