Hey Sc0rpi0n101,
Yes, I've only provided a little bit of information regarding the implementation of my proposal.
The thing is most of the work I'd be doing would be integration and consolidation.
To elaborate, say for interpreting LaTex , there is already a package called
latex2sympy that is already included in sympy's parsers.
and there are nlp libraries that parse to mathematical expressions, my work would be to integrate them into sympy.
Essentially
textual expressions --> NLP --> mathematical expressions --> sympy compatible expressions.
for eg projects like
mathparse which parse sentences like `
one hundred times fifty four` and so on.
the idea is not to implement an NLP package from scratch as that would be a huge undertaking, but make use of existing technologies such as BERT , ANTLR4 and so on to help expedite the process.
I plan to elaborate my proposal as soon I complete going through sympy's codebase and figure out the best approach. and for the timeline, I'm not sure of the exact situations I'd have to face but I do plan to propose an approximate one