Description Usage Arguments Value
View source: R/execute_cotoha_analysis.r
Execute COTOHA analysis
1 2 3 4 5 6 7 8 9 | execute_cotoha_analysis(
access_token = "",
API = "",
sentence = "",
document = "",
s1 = "",
s2 = "",
optional = list()
)
|
access_token |
Access token gotten by |
API |
API name (character): "parse", "ne", "coreference", "keyword", "similarity", "sentence_type", "sentiment". See https://api.ce-cotoha.com/contents/reference/apireference.html. |
sentence |
For "parse", "ne", "sentence_type", "sentiment" (character) |
document |
For "coreference", "keyword" (character) |
s1 |
For "similarity" (character) |
s2 |
For "similarity" (character) |
optional |
Additional argument for each API (list). See https://api.ce-cotoha.com/contents/reference/apireference.html. |
HTTP response (json)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.