Textbox processes text and performs natural language processing & sentiment analysis.
351
An OMG service for machinebox-textbox, it understand text with natural language processing (NLP) and analyze the sentiment and find keywords from given text.
Note: Before running OMG service, you need to run below docker run command
docker run -p 8080:8080 -e "MB_KEY=MB_KEY" machinebox/textbox -host [IP Address]
Sign Up and get your MachineBox_Keyâ
machinebox-textbox analyze address:'http://192.168.1.61:8080' text:'I can't wait for @machineboxio to release Textbox; it provides natural language processing and a whole host of other #useful things.'
{"sentences": ["List of text and analyze data"],"keywords": ["List of keywords"]}
Curious to learn moreâ ?
â¨đ°â¨
$ omg run analyze -a address=<IP_ADDRESS_WITH_PORT> -a text=<TEXT/SENTENCE_TO_ANALYZE>
Note: The OMG CLI requires Dockerâ to be installed.
Content type
Image
Digest
Size
307 MB
Last updated
about 7 years ago
docker pull microservices/machinebox-textbox