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
Release history Release notifications | RSS feed
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
File details
Details for the file neon_solver_wolfram_alpha_plugin-0.0.2a0-py3-none-any.whl
.
File metadata
- Download URL: neon_solver_wolfram_alpha_plugin-0.0.2a0-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b409de6d5ccc224e243d433f4bf1295c176993ec8f140f3a459921307539163 |
|
MD5 | 66731aa37a9a0477b7d9282e5fe7da5c |
|
BLAKE2b-256 | 4cc89f9a125b4cba365468cdc850fc55528cd72252067a0ca2ddc5313ae71b2f |