i'm developing a tool to search synsets from wordnet and match them with uml class name using java. currently, i'm using rita.wordnet to get the synsets from wordnet. unfortunately, I am still not satisfied with the search results. for example, when i search the word client, the synsets output are customer, node and guest. but when i search for the word customer, the only synsets output is client. to solve this problem, I propose to are using one of these concepts 1) breadth-first search(bfs) and depth-first search(dfs) but but I stuck to do it. still have no idea on how to apply bfs or dfs in searching synsets in wordnet 2) multiple-layer of searching for wordnet synsets but have no idea what i'm going to do.
i still hope to use rita.wordnet while we search the synsets in depth in another way. hope to get feedback soon.
thank you.