Sign inSign up

microservices/machinebox-textbox

By microservices

•Updated about 7 years ago

Textbox processes text and performs natural language processing & sentiment analysis.

Image
0

351

microservices/machinebox-textbox repository overview

⁠Machinebox-Textbox OMG Microservice

Open Microservice Guide Build Status codecov

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⁠

⁠Direct usage in Storyscript⁠:

⁠Text Analyze
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⁠?

✨🍰✨

⁠Usage with OMG CLI⁠

⁠Text Analyze
$ omg run analyze -a address=<IP_ADDRESS_WITH_PORT> -a text=<TEXT/SENTENCE_TO_ANALYZE>

Note: The OMG CLI requires Docker⁠ to be installed.

⁠License

MIT License⁠.

Tag summary

Content type

Image

Digest

Size

307 MB

Last updated

about 7 years ago

docker pull microservices/machinebox-textbox