Asked by Pintu
Write a c proram to find rhme words ?
So, how to do it and i need a database dictionary to read from..
So, how to do it and i need a database dictionary to read from..
Answers
Answered by
Steve
in unix, there is usually a file named
/usr /dict /words
It may be named somewhat differently, or be located somewhere nearby, but you can probably find it.
If not on unix, look for some such file name.
As for rhyming, good luck. That is where the art of programming comes in. With the vagaries of English spelling, there's no easy way to find rhymes. A little online research can probably provide you with some useful rules that will match up a bunch of words, though certainly not all.
/usr /dict /words
It may be named somewhat differently, or be located somewhere nearby, but you can probably find it.
If not on unix, look for some such file name.
As for rhyming, good luck. That is where the art of programming comes in. With the vagaries of English spelling, there's no easy way to find rhymes. A little online research can probably provide you with some useful rules that will match up a bunch of words, though certainly not all.
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.