|
30 | 30 | * Language Understanding will give you results for the features you request. The service cleans HTML content before |
31 | 31 | * analysis by default, so the results can ignore most advertisements and other unwanted content. |
32 | 32 | * |
33 | | - * ### Concepts |
34 | | - * Identify general concepts that are referenced or alluded to in your content. Concepts that are detected typically |
35 | | - * have an associated link to a DBpedia resource. |
36 | | - * |
37 | | - * ### Entities |
38 | | - * Detect important people, places, geopolitical entities and other types of entities in your content. Entity detection |
39 | | - * recognizes consecutive coreferences of each entity. For example, analysis of the following text would count "Barack |
40 | | - * Obama" and "He" as the same entity: |
41 | | - * |
42 | | - * "Barack Obama was the 44th President of the United States. He took office in January 2009." |
43 | | - * |
44 | | - * ### Keywords |
45 | | - * Determine the most important keywords in your content. Keyword phrases are organized by relevance in the results. |
46 | | - * |
47 | | - * ### Categories |
48 | | - * Categorize your content into a hierarchical 5-level taxonomy. For example, "Leonardo DiCaprio won an Oscar" returns |
49 | | - * "/art and entertainment/movies and tv/movies" as the most confident classification. |
50 | | - * |
51 | | - * ### Sentiment |
52 | | - * Determine whether your content conveys postive or negative sentiment. Sentiment information can be returned for |
53 | | - * detected entities, keywords, or user-specified target phrases found in the text. |
54 | | - * |
55 | | - * ### Emotion |
56 | | - * Detect anger, disgust, fear, joy, or sadness that is conveyed by your content. Emotion information can be returned |
57 | | - * for detected entities, keywords, or user-specified target phrases found in the text. |
58 | | - * |
59 | | - * ### Relations |
60 | | - * Recognize when two entities are related, and identify the type of relation. For example, you can identify an |
61 | | - * "awardedTo" relation between an award and its recipient. |
62 | | - * |
63 | | - * ### Semantic Roles |
64 | | - * Parse sentences into subject-action-object form, and identify entities and keywords that are subjects or objects of |
65 | | - * an action. |
66 | | - * |
67 | | - * ### Metadata |
68 | | - * Get author information, publication date, and the title of your text/HTML content. |
| 33 | + * You can create <a target="_blank" |
| 34 | + * href="https://www.ibm.com/watson/developercloud/doc/natural-language-understanding/customizing.html">custom |
| 35 | + * models</a> with Watson Knowledge Studio that can be used to detect custom entities and relations in Natural Language |
| 36 | + * Understanding. |
69 | 37 | * |
70 | 38 | * @version v1 |
71 | 39 | * @see <a href="http://www.ibm.com/watson/developercloud/natural-language-understanding.html">Natural Language |
@@ -111,7 +79,23 @@ public NaturalLanguageUnderstanding(String versionDate, String username, String |
111 | 79 | /** |
112 | 80 | * Analyze text, HTML, or a public webpage. |
113 | 81 | * |
114 | | - * Analyzes text, HTML, or a public webpage with one or more text analysis features. |
| 82 | + * Analyzes text, HTML, or a public webpage with one or more text analysis features. ### Concepts Identify general |
| 83 | + * concepts that are referenced or alluded to in your content. Concepts that are detected typically have an associated |
| 84 | + * link to a DBpedia resource. ### Emotion Detect anger, disgust, fear, joy, or sadness that is conveyed by your |
| 85 | + * content. Emotion information can be returned for detected entities, keywords, or user-specified target phrases |
| 86 | + * found in the text. ### Entities Detect important people, places, geopolitical entities and other types of entities |
| 87 | + * in your content. Entity detection recognizes consecutive coreferences of each entity. For example, analysis of the |
| 88 | + * following text would count \"Barack Obama\" and \"He\" as the same entity: \"Barack Obama was the 44th President of |
| 89 | + * the United States. He took office in January 2009.\" ### Keywords Determine the most important keywords in your |
| 90 | + * content. Keyword phrases are organized by relevance in the results. ### Metadata Get author information, |
| 91 | + * publication date, and the title of your text/HTML content. ### Relations Recognize when two entities are related, |
| 92 | + * and identify the type of relation. For example, you can identify an \"awardedTo\" relation between an award and its |
| 93 | + * recipient. ### Semantic Roles Parse sentences into subject-action-object form, and identify entities and keywords |
| 94 | + * that are subjects or objects of an action. ### Sentiment Determine whether your content conveys postive or negative |
| 95 | + * sentiment. Sentiment information can be returned for detected entities, keywords, or user-specified target phrases |
| 96 | + * found in the text. ### Categories Categorize your content into a hierarchical 5-level taxonomy. For example, |
| 97 | + * \"Leonardo DiCaprio won an Oscar\" returns \"/art and entertainment/movies and tv/movies\" as the most confident |
| 98 | + * classification. |
115 | 99 | * |
116 | 100 | * @param analyzeOptions the {@link AnalyzeOptions} containing the options for the call |
117 | 101 | * @return a {@link ServiceCall} with a response type of {@link AnalysisResults} |
|
0 commit comments