[{"id":"f4804512.465b1","type":"tab","label":"NLU","disabled":false,"info":""},{"id":"735b23cb.889a34","type":"http in","z":"f4804512.465b1","name":"/nlu","url":"/nlu","method":"get","upload":false,"swaggerDoc":"","x":61.59999084472656,"y":180.00001525878906,"wires":[["55c63a7d.2e0d0c"]]},{"id":"509d0447.415a44","type":"natural-language-understanding","z":"f4804512.465b1","name":"","categories":true,"concepts":true,"maxconcepts":"8","doc-emotion":false,"doc-emotion-target":"","doc-sentiment":false,"doc-sentiment-target":"","entity":true,"entity-emotion":false,"entity-sentiment":false,"maxentities":"50","keyword":false,"keyword-emotion":false,"keyword-sentiment":true,"maxkeywords":"50","metadata":false,"relation":false,"semantic":false,"semantic-entities":false,"semantic-keywords":false,"maxsemantics":"50","default-endpoint":true,"service-endpoint":"https://gateway.watsonplatform.net/natural-language-understanding/api","x":695.5999755859375,"y":470.4499816894531,"wires":[["5368540e.dd1cac"]]},{"id":"94d24e15.8d622","type":"function","z":"f4804512.465b1","name":"montando entrada NLU","func":"var aux = msg.payload;\nmsg.nlu_options = {};\nmsg.payload = msg.payload.input_text;\nmsg.nlu_options.entity_model = aux.classifier_id; \nreturn msg;","outputs":1,"noerr":0,"x":418.5999755859375,"y":473.89996337890625,"wires":[["509d0447.415a44"]]},{"id":"5368540e.dd1cac","type":"function","z":"f4804512.465b1","name":"Monta resposta","func":"let response = msg.features;\nmsg.payload = {};\nmsg.payload.nlu = response;\ndelete msg.features;\n\nmsg.payload.has_entities = false;\nif(msg.payload.nlu.entities.length){\n msg.payload.has_entities = true; \n}\n\nreturn msg;","outputs":1,"noerr":0,"x":936.6000366210938,"y":477.8999938964844,"wires":[["984fc1e9.9fdc6","b5f3119b.aa9798"]]},{"id":"88aca6dc.97c7","type":"http response","z":"f4804512.465b1","name":"Http Reponse","statusCode":"","headers":{},"x":1306.050048828125,"y":473.04998779296875,"wires":[]},{"id":"fb4dd6a1.101cc","type":"template","z":"f4804512.465b1","name":"","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"\n\n \n Watson NLU on Node-RED\n \n\n\n\n
\n
\n
\n

Bem Vindo ao meu Aplicativo Web de Análise de Textos!

\n
\n
\n
\n
\n
\n

\n \n
\n
\n

\n \n
\n
\n

\n \n
\n \n
\n

\n \n
\n
\n

\n \n
\n
\n

\n \n
\n
\n
\n Para analisar um texto, cole ele aqui ou passe a URL.\n
\n

\n URL ou Texto:\n    \n Custom Model ID:\n   \n \n

\n
\n
\n
\n
\n
\n
\n\n\n","output":"str","x":409.5999755859375,"y":87.90003967285156,"wires":[["2f3bc86f.594648"]]},{"id":"55c63a7d.2e0d0c","type":"switch","z":"f4804512.465b1","name":"","property":"payload.input_text","propertyType":"msg","rules":[{"t":"null"},{"t":"else"}],"checkall":"true","repair":false,"outputs":2,"x":223.59999084472656,"y":186.8999786376953,"wires":[["fb4dd6a1.101cc"],["94d24e15.8d622"]]},{"id":"2f3bc86f.594648","type":"http response","z":"f4804512.465b1","name":"Http Reponse","statusCode":"","headers":{},"x":664.0499877929688,"y":93.05000305175781,"wires":[]},{"id":"984fc1e9.9fdc6","type":"template","z":"f4804512.465b1","name":"","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"\n\n \n Watson NLU on Node-RED\n \n\n\n\n
\n \n
\n
\n \n
\n

Watson NLU

\n
\n
\n
\n
\n
\n

Conceitos

\n
\n \n \n \n \n \n \n \n {{#payload.nlu.concepts}}\n \n {{/payload.nlu.concepts}}\n \n
Texto Relevância dpPedia(link)
{{text}}{{relevance}}{{dbpedia_resource}}
\n
\n
\n
\n

Categorias

\n
\n \n \n \n \n \n \n \n {{#payload.nlu.categories}}\n \n {{/payload.nlu.categories}}\n \n
Categoria Score
{{label}}{{score}}
\n
\n
\n {{#payload.has_entities}}\n
\n

Entidades

\n
\n \n \n \n \n \n \n \n {{#payload.nlu.entities}}\n \n {{/payload.nlu.entities}}\n \n
Entidade Valor
{{type}}{{text}}
\n {{/payload.has_entities}}\n\n
\n
\n \n
\n
\n
\n\n","output":"str","x":1119.60009765625,"y":470.9000244140625,"wires":[["88aca6dc.97c7"]]},{"id":"b5f3119b.aa9798","type":"debug","z":"f4804512.465b1","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":1150.6000518798828,"y":564.9500274658203,"wires":[]},{"id":"7708bd3d.890974","type":"comment","z":"f4804512.465b1","name":"Coloque aqui suas credenciais do servico NLU","info":"","x":706.5999755859375,"y":425.9000244140625,"wires":[]},{"id":"81458bf9.fe457","type":"comment","z":"f4804512.465b1","name":"WORKSHOP WATSON NLU","info":"","x":631.5999755859375,"y":24.900009155273438,"wires":[]},{"id":"24aa2718.c229d8","type":"comment","z":"f4804512.465b1","name":"PARA TESTAR ACESSE: .mybluemix.net/nlu","info":"","x":640.5999755859375,"y":243.90000915527344,"wires":[]}]