Skip to main content

A question solver plugin for ovos/neon/mycroft

Project description

Spoken answers api for wolfram alpha

from neon_solver_wolfram_alpha_plugin import WolframAlphaSolver

d = WolframAlphaSolver()

sentence = d.spoken_answer("what is the speed of light")
print(sentence)
# The speed of light has a value of about 300 million meters per second

Language support provided by language translation plugins

from neon_solver_wolfram_alpha_plugin import WolframAlphaSolver

d = WolframAlphaSolver()

sentence = d.spoken_answer("qual é a velocidade da luz",
                           context={"lang": "pt"})
print(sentence)
# A velocidade da luz tem um valor de cerca de 300 milhões de metros por segundo

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page