Skip to content

Releases: ShaliniR8/mathspell

v0.1.0

19 Jan 04:22
0e8da6a
Compare
Choose a tag to compare

What's Changed

  • Minor Bugs
  • Added test cases
  • Added Currency unit and basic mathematical sign conversions
  • Added Unit parsing (by leveraging unit_parse library): This looks for units in physics/chemistry concepts. Example: 10 m/s -> ten meter per second.

Full Changelog: v0.0.1...v0.1.0

v0.0.1

04 Jan 02:53
Compare
Choose a tag to compare

About

MathSpell is a Python library for contextually converting numbers into words.

Future Plans

MathSpell aims to extend its functionality to handle more complex mathematical and symbolic representations, such as:

LaTeX Parsing

  • Support for parsing and converting LaTeX-style complex symbols.
  • Example: Convert \frac{1}{2} to "one-half" or "half."

Equation Handling

  • Analyze mathematical equations and convert them into natural language descriptions.
  • Example: Convert E = mc^2 to "Energy equals mass times the square of the speed of light."