@@ -32,7 +32,7 @@ void Start () {
32
32
string unitySDK_release_html = Application . dataPath + "/Watson/Examples/ServiceExamples/TestData/unitySDK_release.html" ;
33
33
string watson_beats_jeopardy_html = Application . dataPath + "/Watson/Examples/ServiceExamples/TestData/watson_beats_jeopardy.html" ;
34
34
string microformats_html = Application . dataPath + "/Watson/Examples/ServiceExamples/TestData/microformats.html" ;
35
- string ycombindator_html = Application . dataPath + "/Watson/Examples/ServiceExamples/TestData/ycombinator_html .html" ;
35
+ string ycombinator_html = Application . dataPath + "/Watson/Examples/ServiceExamples/TestData/ycombinator_news .html" ;
36
36
// Get Author URL POST
37
37
// if(!m_AlchemyLanguage.GetAuthors(OnGetAuthors, m_ExampleURL_watsonJeopardy))
38
38
// Log.Debug("ExampleAlchemyLanguage", "Failed to get authors URL POST!");
@@ -94,7 +94,7 @@ void Start () {
94
94
// Log.Debug("ExampleAlchemyLanguage", "Failed to get feeds by URL POST");
95
95
96
96
// Detect Feeds HTML POST
97
- // if(!m_AlchemyLanguage.DetectFeeds(OnDetectFeeds, ycombindator_html ))
97
+ // if(!m_AlchemyLanguage.DetectFeeds(OnDetectFeeds, ycombinator_html ))
98
98
// Log.Debug("ExampleAlchemyLanguage", "Failed to get feeds by URL POST");
99
99
100
100
// Extract Keywords URL POST
@@ -130,12 +130,12 @@ void Start () {
130
130
// Log.Debug("ExampleAlchemyLanguage", "Failed to get microformats by text POST");
131
131
132
132
// Get PublicationDate URL POST
133
- if ( ! m_AlchemyLanguage . GetPublicationDate ( OnGetPublicationDate , m_ExampleURL_watsonJeopardy ) )
134
- Log . Debug ( "ExampleAlchemyLanguage" , "Failed to get publication dates by url POST" ) ;
133
+ // if(!m_AlchemyLanguage.GetPublicationDate(OnGetPublicationDate, m_ExampleURL_watsonJeopardy))
134
+ // Log.Debug("ExampleAlchemyLanguage", "Failed to get publication dates by url POST");
135
135
136
136
// Get PublicationDate HTML POST
137
- if ( ! m_AlchemyLanguage . GetPublicationDate ( OnGetPublicationDate , watson_beats_jeopardy_html ) )
138
- Log . Debug ( "ExampleAlchemyLanguage" , "Failed to get publication dates by html POST" ) ;
137
+ // if(!m_AlchemyLanguage.GetPublicationDate(OnGetPublicationDate, watson_beats_jeopardy_html))
138
+ // Log.Debug("ExampleAlchemyLanguage", "Failed to get publication dates by html POST");
139
139
140
140
// Get Relations URL POST
141
141
// if(!m_AlchemyLanguage.GetRelations(OnGetRelations, m_ExampleURL_watsonJeopardy))
0 commit comments