kyuleeee / spokenmath2braille

repository for spokenmath
0 stars 0 forks source link

Fix the ambiguity of mathematical expressions #8

Open kyuleeee opened 1 week ago

kyuleeee commented 1 week ago

When someone speaks mathematical expressions, it can be challenging for computers to accurately interpret the intended structure, particularly with fractions and complex expressions. For example, the spoken phrase "a plus b over c" could be interpreted as either "a + b/c" or "(a + b)/c" in mathematical notation. To resolve this ambiguity, additional steps or approaches may be necessary. Two potential solutions to consider are:

  1. Adopting MathSpeak: Should we assume that the input follows MathSpeak conventions? MathSpeak is a standardized system designed to help visually impaired individuals communicate mathematical content unambiguously.
  2. Implementing a multi-modal approach: Should we incorporate additional modalities, such as visual cues or gesture recognition, to determine which parts of the expression are emphasized or grouped together? This could help clarify the intended structure of the mathematical expression.
kyuleeee commented 6 hours ago
  1. Using Context : Maybe, it is possible for me to choose between "a+b/c" or "(a+b)/c" when the context is given. Context maybe the answer of this!