SagaLGIT / OATutor

Open Source Intelligent Tutoring System w/ BKT (ReactJS and Firebase)
https://cahlr.github.io/OATutor/
MIT License
0 stars 0 forks source link

math to speech improvements (add as you go) #5

Open SagaLGIT opened 3 months ago

SagaLGIT commented 3 months ago

f raised to the negative one power -> f inverse

post proc

SagaLGIT commented 3 months ago

[ 'Subtract 5 x ', ' from each side.' ] should not be parsed this way for 1 expression ( {text} + {expression} ) is the current format. Conditional if it is the last expression any following text should be added onto same sentence.

SagaLGIT commented 3 months ago

mph -> miles per hour

SagaLGIT commented 3 months ago

want units to be in same sentence as the values ['we have 60' , 'mph in the 40...'] ->
['we have 60 mph' , ' in the 40...']