java - Get a large collection of Nouns from WordNet -


i want retrieve list of around 5000 nouns wordnet randomly.i came across jaws(java api wordnet searching). couldnt't find efficient way out so. possible jaws?

i saw question. uses sql version. want results through api.

how can proceed further on problem? please help.

you can use rita (http://www.rednoise.org/rita/wordnet/documentation/) this. have

getrandomwords(pos, count)

method: http://www.rednoise.org/rita/wordnet/documentation/riwordnet_method_getrandomwords.htm

just use

string[] randomnouns =  wordnet.getrandomwords("n", 5000); 

Comments

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -