Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am running s small app and I want to add a sinonymize option. I just want add this option por one word called "abundance".

XML
<Keyword name="abundance">
    <Synonym>plenty</Synonym>
    <Synonym>wealth</Synonym>
    <Synonym>loads</Synonym>
    <Synonym>great quantity</Synonym>
    <Synonym>profusion</Synonym>
    <Synonym>large quantity</Synonym>
  </Keyword>



For examaple is some one write "abundance" in a textbox, automatically one sinonymun replace this word or something like this.

Can you give me a idea about how can I do it?
Posted
Updated 5-Aug-11 13:00pm
v3
Comments
Christian Graus 5-Aug-11 18:58pm    
sinonymize is not a word. We have no idea what you're talking about. Try to describe it if you don't know the English word for it.

Maybe this[^] can help
 
Share this answer
 
Oh - I think you want to list synonyms ? Well, all you need to do, is look up the keyword in your XML and show the words under it. Which bit are you stuck on ?
 
Share this answer
 
Comments
edumaite 5-Aug-11 19:02pm    
Can you give me a example code(visual basic)?

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