Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In my place the blind people can not study maths after class viii because we don't have a software which can convert the mathematical term like algebra, trigonometry, calculus to braille. So I want to develop a software which can convert or type Maths to braille . But I don't have a clue how to start it.

What I have tried:

I have basic knowledge of Python and C++, C#. I cordially request all of you please help me out, it's very necessary for them.
Posted
Updated 29-Nov-16 2:43am
v3
Comments
Kornfeld Eliyahu Peter 9-Oct-16 14:50pm    
What system do you mean to use to translate math to braille? (unfortunately there are some, but probably the Nemeth system is the most common and complete)
I didn't understood the 'study instruction should be our native regional language'... Are we talking about converting equations/exercises to braille, or do you include the text part too? And what is the local language we talking about?
Chiranjeev Rajkhowa 10-Oct-16 4:36am    
As in the blind school, student study books with our regional languages not in English. I know the braille mathematical notation, I only need a interpreter that convert maths notation to to it's particular braille format. I want to know that how can I go forward with, what language should I have to practice, what framework ?
[no name] 9-Oct-16 15:06pm    
Help you out with what exactly? "How do I do my entire application" is way too broad for QA which it is why it's #2 in the posting guidelines of things not ask.
gggustafson 11-Oct-16 13:02pm    
Your answer was not particularly helpful
Chiranjeev Rajkhowa 10-Oct-16 4:37am    
Just give me the glimpse how can I start to develop a program that can convert mathematical notation to it's particular braille format. I mean what programming languages, what framework ? Do I have to study Natural Language Processing ?

1 solution

You need a two step approach. At first you must convert your math into some text which is understandable and presentable or braille users and second convert it to braille for your output systems.

Here is some simple example.

The basics about Braille and this further extension may be also interesting Braille Patterns.

Maybe your write an article about your experiences someday.

Tip: Apple has done a great job in supporting its operating systems and devices for persons with disabilities
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900