Skip to content

Update natural_language_understanding_v1.py#231

Merged
germanattanasio merged 1 commit intowatson-developer-cloud:masterfrom
manishth:patch-1
Jul 6, 2017
Merged

Update natural_language_understanding_v1.py#231
germanattanasio merged 1 commit intowatson-developer-cloud:masterfrom
manishth:patch-1

Conversation

@manishth
Copy link
Copy Markdown
Contributor

@manishth manishth commented Jul 6, 2017

I was getting this error:

NameError: name 'features' is not defined

found out that line no. 15:
features=[features.Entities(), features.Keywords()])
should be:
features=[Features.Entities(), Features.Keywords()])

Notice the uppercase 'F'.

I was getting this error:

NameError: name 'features' is not defined

found out that line no. 15:
features=[features.Entities(), features.Keywords()])
should be:
features=[Features.Entities(), Features.Keywords()])

Notice the uppercase 'F'.
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Jul 6, 2017

CLA assistant check
All committers have signed the CLA.

@codecov-io
Copy link
Copy Markdown

codecov-io commented Jul 6, 2017

Codecov Report

Merging #231 into master will decrease coverage by 2.82%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #231      +/-   ##
==========================================
- Coverage   84.31%   81.49%   -2.83%     
==========================================
  Files          24       24              
  Lines        1167     1167              
==========================================
- Hits          984      951      -33     
- Misses        183      216      +33
Impacted Files Coverage Δ
watson_developer_cloud/language_translator_v2.py 44.82% <0%> (-31.04%) ⬇️
..._developer_cloud/watson_developer_cloud_service.py 63.54% <0%> (-9.38%) ⬇️
watson_developer_cloud/tone_analyzer_v3.py 92.3% <0%> (-7.7%) ⬇️
watson_developer_cloud/dialog_v1.py 38.88% <0%> (-5.56%) ⬇️
watson_developer_cloud/document_conversion_v1.py 93.75% <0%> (-3.13%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1d5802c...844d8b9. Read the comment docs.

@germanattanasio germanattanasio merged commit 73c63a1 into watson-developer-cloud:master Jul 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

6 participants