Final Year CS Project Idea: Intelligent GRE Words Eliminator
The name is 'GRE Words Eliminator'. I just thought of this project idea that could be really interesting. Many times, we come across a nice article that's written in heavy-English; meaning it's got words that don't make any sense unless you open up the dictionary to look for the meaning and then put it all into context. The idea is to 'simplify' all such articles by replacing all the 'GRE words' (read : tough words) into their equivalent simpler English words.
For once, I'm not sure if all the tough words can be replaced keeping the meaning, tone, emotions et al intact. The overall algorithm would be like this:-
1. Reach the paragraph.
2. Spot the 'GRE' words, aka the uncommon words in English usage.
3. Find their simpler synonyms and do a simple find+replace.
4. Re-scan the paragraph, this time for individual sentences and make sure that each sentence makes sense.
I'm not sure how #4 can be achieved. But someone master in programming might help with adding details to the above 'general' algorithm.
What do you say folks? Do you think this would be an interesting final year CS engineering project?
For once, I'm not sure if all the tough words can be replaced keeping the meaning, tone, emotions et al intact. The overall algorithm would be like this:-
1. Reach the paragraph.
2. Spot the 'GRE' words, aka the uncommon words in English usage.
3. Find their simpler synonyms and do a simple find+replace.
4. Re-scan the paragraph, this time for individual sentences and make sure that each sentence makes sense.
I'm not sure how #4 can be achieved. But someone master in programming might help with adding details to the above 'general' algorithm.
What do you say folks? Do you think this would be an interesting final year CS engineering project?
0