how to check whether word in wordNet or not
问题 I start to learn about wordNet and till know I found the synonymous for a specific word now I have a file and I want to tokenize this text using n-gram for example String s="I like to wear tee shirt"; after using n-gram it will be I like to wear tee shirt . . . wear tee tee shirt and so on and then I want to know if tee shirt is a biword (I can consider it as one word in the search index) so I thought to use wordNet to check whether (tee shirt) in wordNet or not if True then it is a biword