You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/natural_language_classifier/v1.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@
72
72
<p></p>
73
73
<p><b>Training Mode</b>.</p>
74
74
<p>Set the training data language in the node configuration window.</p>
75
-
<p>The CSV training data should be passed in on <code>msg.payload</code> as a String or String Array. For more details on the training data format, see this <ahref="https://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/doc/nl-classifier/data_format.shtml">link</a></p>
75
+
<p>The CSV training data should be passed in on <code>msg.payload</code> as a String or String Array. For more details on the training data format, see this <ahref="http://www.ibm.com/watson/developercloud/doc/natural-language-classifier/using-your-data.html">link</a></p>
76
76
<p>The returned classification training status will be returned on <code>msg.payload</code>.</p>
77
77
<p><b>List Mode</b>.</p>
78
78
<p>Set the mode in the node configuration window.</p>
@@ -83,7 +83,7 @@
83
83
<p>The Classifier ID should be passed in on <code>msg.payload</code> as a String<p>
84
84
<p>The status of the delete be returned on <code>msg.payload</code>. It will contain {} if successful</p>
85
85
<p><b>More Information</b>.</p>
86
-
<p>For more information about the Natural Language Classifier service, read the <ahref="https://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/natural-language-classifier">documentation</a>.</p>
86
+
<p>For more information about the Natural Language Classifier service, read the <ahref="http://www.ibm.com/watson/developercloud/natural-language-classifier/api/v1/">documentation</a>.</p>
0 commit comments